Re-exports§
pub use crate::events::AgentCommand;pub use crate::events::AgentEvent;pub use crate::events::Command;pub use crate::events::UserCommand;
Structs§
- Agent
- Agent
Builder - Agent
Deps - Cross-cutting dependencies threaded to every agent a run spawns — the root agent and any sub-agents created by in-memory MCP servers. Bundling them keeps the plumbing through builders and servers a single value.
- Agent
Handle - Handle for communicating with a running Agent
- Prompt
Cache - Retry
Config - Backoff/retry policy for transient LLM provider failures.
Enums§
- Agent
Error - Prompt
- Prompt
Source - Authored description of a prompt source — text, a file path, or a glob pattern.
- Prompt
Source Error - Errors raised while resolving
PromptSourcevalues intoPrompts.