CLI: Agent Observatory Commands
Objective
Build CLI for querying and analyzing agent decisions, health, and performance.
Commands
ops agent:inspect <agent-id> --traces --decisions --health
ops agent:watch <agent-id> --live
ops decisions:search "deployment approval" --last-week
ops agent:capabilities <agent-id>
ops agent:find-best --task "code review"
Implementation
- Use Commander.js
- Query Phoenix GraphQL API
- Query Qdrant for semantic search
- Pretty-print with chalk/ora
- Support JSON/CSV export
Acceptance Criteria
- 15+ working commands
- Sub-second response time
- Beautiful terminal UI