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.
ToolResponse

Traits§

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.