oris-runtime 0.15.0

An agentic workflow runtime and programmable AI execution system in Rust: stateful graphs, agents, tools, and multi-step execution.
1
2
3
4
5
6
7
#[cfg(feature = "github")]
mod github_loader;
#[cfg(feature = "github")]
pub use github_loader::*;

// Notion and Slack loaders would require their respective API clients
// They follow similar patterns but need specific SDKs