oris-runtime 0.61.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
mod web_base_loader;
pub use web_base_loader::*;

mod recursive_url_loader;
pub use recursive_url_loader::*;

#[cfg(feature = "xml")]
mod sitemap_loader;
#[cfg(feature = "xml")]
pub use sitemap_loader::*;