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
8
9
10
11
#[cfg(feature = "bedrock")]
pub mod client;
#[cfg(feature = "bedrock")]
pub mod error;
#[cfg(feature = "bedrock")]
pub mod models;

#[cfg(feature = "bedrock")]
pub use client::Bedrock;
#[cfg(feature = "bedrock")]
pub use error::BedrockError;