get_insights
Retrieve VOP performance statistics for a given agent. Aggregates verdict counts and average score from an agent's history to help evaluate reliability before depending on their output.
Instructions
Retrieve VOP performance statistics for an agent. Free tier.
Aggregates verdict counts and average score across this agent's verify_output history. Use to evaluate an agent's track record before relying on its output.
Args: agent_id: The agent identifier to look up.
Returns: dict with keys: agent_id, total_jobs (int), pass_count (int), partial_count (int), fail_count (int), pass_rate_pct (float, 0-100 — NOT a 0.0-1.0 fraction), avg_vop_score (float, 0-100).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||