Skip to content

AtomRearch/AtomFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

AtomFlow

The glue layer of the Atom matrix — research workflow orchestration. Atom 矩阵的胶水层:把独立模块串成一键可跑的科研管线。

Status: 🚧 incubating — running locally as launcher scripts; being formalized.

What it is

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.

Planned shape

# 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 four

Ecosystem

Part of the AtomRearch matrix.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors