Agent Governance
Define agent personas, dispatch hooks, enforce quality gates
Comprehensive agent lifecycle management and quality governance
# health
curl -sS http://localhost:8317/health
# model inventory
curl -sS http://localhost:8317/v1/models -H "Authorization: Bearer YOUR_CLIENT_KEY" | jq '.data[:5]'
# provider metrics
curl -sS http://localhost:8317/v1/metrics/providers -H "Authorization: Bearer YOUR_CLIENT_KEY" | jq