Overview
Keywords AI Tracing captures telemetry for your LLM applications. It records workflows and tasks, tracks timings and errors, and sends traces to Keywords AI 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 Keywords AI for visualization and analysis
Components
- Decorators:
workflow,task,agent,tool - Client:
KeywordsAITelemetryandget_client() - Contexts:
keywordsai_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