The glue layer of the Atom matrix — research workflow orchestration. Atom 矩阵的胶水层:把独立模块串成一键可跑的科研管线。
Status: 🚧 incubating — running locally as launcher scripts; being formalized.
Every Atom module does one thing well (AtomFeed
tracks literature, AtomBrief distills
the daily stream, AtomEIS processes
impedance data). AtomFlow chains them: schedulers, launchers, and declarative
pipelines that turn a desktop full of .bat shortcuts into versioned,
reproducible workflows.
# flow.yaml — a morning research pipeline
- run: atomfeed fetch # new papers in
- run: atombrief daily # distill the stream
- run: atomeis batch ./data # process yesterday's EIS exports
- notify: email # one summary, not fourPart of the AtomRearch matrix.
MIT