Module agent

Module agent 

Source

Structs§

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.

Enums§

PlannerAction
High-level actions a planner can request from the runtime.

Traits§

AgentHandle
Abstraction for hosting a fully configured agent (planner + tools + prompts).
PlannerHandle
Planner interface responsible for deciding which actions to take.

Type Aliases§

AgentStream
Type alias for a stream of agent response chunks