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.
- ToolResponse
- AgentHandle
- Abstraction for hosting a fully configured agent (planner + tools + prompts).
- PlannerHandle
- Planner interface responsible for deciding which actions to take.
- ToolHandle
- Describes a tool that can be invoked by an agent at runtime.