Overview
Respan Tracing captures telemetry for your LLM applications. It records workflows and tasks, tracks timings and errors, and sends traces to Respan so you can visualize and debug runs.Core Concepts
- Workflows represent an end-to-end agent run
- Tasks are operations within a workflow (LLM calls, tools, steps)
- Traces are sent to Respan for visualization and analysis
Components
- Decorators:
workflow,task,agent,tool - Client:
RespanTelemetryandget_client() - Contexts:
respan_span_attributes() - Instrumentation:
Instrumentsenum and configuration
Example
Next Steps
- Start with the Quickstart
- Use workflow, task, agent, tool
- Explore Client API
- Configure Instrumentation
- Use Contexts