Skip to main content

Module agent

Module agent 

Source

Structs§

AgentConfig
Configuration passed to the agent under test. Wraps arbitrary JSON.
AgentOutput
The complete output of an agent run.
ToolCall
A single tool call made by the agent.
Turn
A single turn in the agent’s execution.

Traits§

AgentUnderTest
Trait that the agent under test must implement.