Structs§
- Agent
Config - Agent configuration controlling the loop.
- Agent
Tool Result - A live result returned from a tool execution.
- Allow
AllPolicy - Always-allow policy — useful for tests and non-interactive runs.
Enums§
- Agent
Event - Events emitted by the agent loop, mirroring
AgentEventin TS. - Permission
Decision - Permission outcome for a tool call. Returned by a
PermissionPolicy.
Traits§
- Agent
Tool - Tool execution trait — analog of
AgentTool.executein TS. - Permission
Policy - User-supplied permission policy. Implementations may prompt interactively or consult a static allow-list.