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 = "aws-s3")]
mod aws_s3_loader;
#[cfg(feature = "aws-s3")]
pub use aws_s3_loader::*;

// Azure Blob Storage, GCS, and Google Drive loaders would be similar
// They require additional dependencies and API clients