Evaluate agent
evaluate_agentRun an agent against a scenario to evaluate end-to-end performance. Provide agent and scenario UUIDs, optionally set a timeout, and receive evaluation scores after completion.
Instructions
Runs an agent against a scenario and evaluates the result end to end, blocking until the evaluation completes (typically 30sā5min). Give it an agent uuid and a scenario uuid; it previews cost, runs the simulation, waits for it, and returns the evaluation scores. Optional timeout_minutes (1ā240) overrides the scenario default for this run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| num_runs | No | Parallel repetitions, 1-10 (default 1). | |
| agent_uuid | Yes | The agent to evaluate. | |
| scenario_uuid | Yes | The scenario to run the agent against. | |
| timeout_minutes | No | Wall-clock budget in minutes for this run (overrides scenario default). |