Expand description
General-purpose agent runtime with tool calling and transport abstraction.
Provides the foundation for building specialized agents with pluggable tool systems and communication transports.
Re-exports§
pub use state::AgentState;pub use tool::Error;pub use tool::Tool;pub use transport::Transport;