Re-exports§
pub use runner::Runner;
pub use runner::ToolUseBehavior;
pub use runtime::AgentRuntime;
pub use traits::Agent;
pub use traits::AgentContext;
pub use types::AgentConfig;
Modules§
Structs§
- Echo
Agent - Simple echo agent that forwards a fixed prompt to a model.
Functions§
- register_
default_ agent - Register a default EchoAgent in the provided runtime.