A powerful built-in observability system that automatically traces agent execution, tool usage, LLM calls, and performance metrics.
Real-time agent performance monitoring
Detailed trace analysis for debugging
Pattern analysis and optimization
Tool usage and LLM interactions
Export trace data for external analysis
Works without internet connection
Set up observability in minutes
# Initialize a new SuperOptiX project super init my_project cd my_project # Pull a pre-built agent (Genies tier for full observability features) super agent pull developer --tier genies # Compile the agent to generate the pipeline super agent compile developer
# Run the agent - this automatically enables tracing super agent run developer --goal "Write a Python function to calculate factorial"
Traces are automatically generated in .superoptix/traces/
# List all agents with available traces super observe list # View traces for a specific agent super observe traces developer_20250714_200501 # Launch the interactive dashboard super observe dashboard --auto-open # Analyze performance metrics super observe analyze developer_20250714_200501 --days 7
super observe listList all agents with available traces
super observe traces <agent_id>View detailed execution traces for a specific agent
super observe dashboardLaunch web-based dashboard for real-time monitoring
super observe analyze <agent_id>Analyze agent performance over time
super observe checkCheck pipeline tracing configuration
super observe debug agent <agent_id>Start interactive debugging session
Watch agent execution in real-time
Analyze latency, success rates, and more
Track which tools are used and when
Debug issues with detailed error analysis
Monitor memory usage and context
Export to JSON, CSV, or external tools
# Launch dashboard with default settings super observe dashboard # Launch with custom port and auto-open browser super observe dashboard --port 8502 --host localhost --auto-open # Monitor a specific agent super observe dashboard --agent-id developer_20250714_200501
| Metric | Typical Value |
|---|---|
| Setup Time | 0.1-1.0ms |
| Tool Execution | 0.1-10ms |
| LLM Processing | 1-30 seconds |
| Total Execution | 1-60 seconds |
ML experiments, model versioning, team collaboration
LLM-specific features, cost tracking, A/B testing
Research projects, hyperparameter tuning, team sharing