Module agent

Module agent 

Source

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§

configured
runner
runtime
traits
types

Structs§

EchoAgent
Simple echo agent that forwards a fixed prompt to a model.

Functions§

register_default_agent
Register a default EchoAgent in the provided runtime.