agentos-api-evals
Installation
SKILL.md
AgentOS Evals API
Prerequisites
Start an AgentOS server with agents:
export ANTHROPIC_API_KEY=sk-...
uv run start_agentos.py # See agno-agentos skill
Default: Use the CLI Script
Always try the provided script first. It covers listing evals, running accuracy and performance evaluations, filtering by agent, and getting eval details — all from the command line with no custom code needed.
The script is at: scripts/run_evals.py
Related skills