Crate agents_runtime

Crate agents_runtime 

Source
Expand description

Tokio-powered runtime that glues together planners, tools, and prompt packs. The initial implementation focuses on synchronous message handling with pluggable state stores and tracing hooks.

Re-exports§

pub use agent::create_async_deep_agent;
pub use agent::create_deep_agent;
pub use agent::get_default_model;
pub use agent::ConfigurableAgentBuilder;
pub use agent::DeepAgent;

Modules§

agent
Deep Agent implementation modules
middleware
planner
providers

Structs§

RuntimeAgent
Default runtime wrapper that delegates to an inner agent implementation.