Structs§
- Agent
Config - Configuration passed to the agent under test. Wraps arbitrary JSON.
- Agent
Output - The complete output of an agent run.
- Tool
Call - A single tool call made by the agent.
- Turn
- A single turn in the agent’s execution.
Traits§
- Agent
Under Test - Trait that the agent under test must implement.