System Intelligence
Advanced AI reasoning analytics, chain-of-thought inspection, and quality scoring. Understand how your agents make decisions and optimize their performance.
What is System Intelligence?
System Intelligence provides deep insights into agent behavior by analyzing reasoning traces, decision patterns, and quality metrics across all runs.
Key Features
- Reasoning Traces — See the chain-of-thought for every decision the AI makes
- Quality Scoring — Automated quality scores based on response relevance and accuracy
- Decision Patterns — Identify common patterns in how agents handle different scenarios
- Performance Alerts — Get notified when agent quality drops below thresholds
Intelligence API
Intelligence APIbash
# Get intelligence scores for an agent
curl http://localhost:8000/api/v1/intelligence/agents/AGENT_ID/scores \
-H "Authorization: Bearer YOUR_API_KEY"
# Get reasoning traces for a run
curl http://localhost:8000/api/v1/intelligence/runs/RUN_ID/traces \
-H "Authorization: Bearer YOUR_API_KEY"