Module agent
Source - AgentDescriptor
- Minimal metadata about an agent instance.
- PlannerContext
- Context passed to planners containing the latest exchange history.
- PlannerDecision
- Message that returns the planner’s decision for the next step.
- PlannerAction
- High-level actions a planner can request from the runtime.
- AgentHandle
- Abstraction for hosting a fully configured agent (planner + tools + prompts).
- PlannerHandle
- Planner interface responsible for deciding which actions to take.
- AgentStream
- Type alias for a stream of agent response chunks