Expand description
Agent handles and the single linear command dispatch loop.
Structs§
- Agent
- Bidirectional handle consumed by a frontend.
- Agent
Config - Dependencies and policy for one agent session.
- Agent
Events - Event receiver for frontends that do not own durable event recording.
- Agent
Sender - Cloneable command side of a running agent.
- Weak
Agent Sender - Non-owning command handle for middleware that must address its current agent.
Enums§
- Agent
Role - Whether one runtime owns the primary conversation or a delegated child task.
Constants§
- DEFAULT_
MAX_ MODEL_ STEPS - Default maximum number of primary model steps in one turn.
Functions§
- create_
agent - Validates capabilities, restores a checkpoint, and starts the agent loop.
- validate_
submission - Validates one submission before callers perform more expensive boundary work.