cortex-ai 0.1.9

An asynchronous flow-based processing framework for building flexible data pipelines with conditional branching and error handling
Documentation
1
2
3
4
5
6
pub mod component;
pub mod condition;
pub mod processor;
pub mod source;
pub mod stage;
pub mod types;