Context Tracking
View all agent interactions across execution:main- Successful user inputs and outputsattempt_*- Code generation attempts and failuresintermediate_*- LLM calls from within generated code
Debugging Failed Attempts
See what went wrong during code generation:Logging
Enable debug logs to see execution details:OpenTelemetry
A1 integrates with OpenTelemetry for distributed tracing:agent.name- Agent identifiergeneration.num_candidates- Parallel candidates generatedgeneration.best_cost- Selected candidate’s costexecution.duration- Total execution time
Custom Tracing
Add custom spans for your operations:Metrics
Track performance metrics:Integrations
Works with standard observability platforms:- Jaeger - Distributed tracing
- Prometheus - Metrics collection
- DataDog - APM
- New Relic - Full-stack observability
- Honeycomb - Observability platform