audit_trace
Full audit of an agent execution trace. Detects infinite loops, duplicate calls, tool errors, cost overruns, schema violations, and latency bottlenecks. Returns verdict (pass/review/block), score 0-100, and detailed findings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trace | Yes | Agent execution steps. Each step: {tool, input, output, model, ts, latency_ms, error} | |
| budget_usd | No | Cost cap in USD (default 5.0) | |
| tool_schemas | No | Per-tool required field schemas for input validation |