Re-exports§
pub use profile::AgentProfile;pub use sub_agent::SubAgentTool;pub use system_prompt::AgentPromptStrategy;pub use system_prompt::CustomPromptStrategy;pub use system_prompt::MinimalPromptStrategy;pub use system_prompt::PromptBlockDef;pub use system_prompt::SystemPrompt;pub use system_prompt::SystemPromptStrategy;
Modules§
- profile
- sub_
agent - Sub-agent tool — delegates tasks to a child agent loop.
- system_
prompt - SystemPromptStrategy — structured system prompt composition.
Structs§
- Basic
Agent - Reference implementation of the
Agenttrait.
Enums§
- Agent
Build Error - Errors that can occur when assembling an
AgentLoopConfigviaAgent::build_config. - Queue
Mode - Controls how messages are drained from the steering/follow-up queues per turn.
Traits§
- Agent
- The core runtime interface for an agent.