Installation
Usage
The LangWatch API key is configured by default via the
LANGWATCH_API_KEY environment variable.autotrack_litellm_calls() to automatically capture all LiteLLM calls within a trace.
@langwatch.trace() decorator creates a parent trace, and autotrack_litellm_calls() enables automatic tracking of all LiteLLM calls for the duration of that trace.
Related
- Capturing RAG - Learn how to capture RAG data from retrievers and tools
- Capturing Metadata and Attributes - Add custom metadata and attributes to your traces and spans
- Capturing Evaluations & Guardrails - Log evaluations and implement guardrails in your LiteLLM applications