Installation
Usage
The LangWatch API key is configured by default via the
LANGWATCH_API_KEY environment variable.@langwatch.trace() decorator creates a parent trace, and get_langchain_callback() provides a callback handler that captures Langchain events as spans. Pass the callback to your agent or chain’s RunnableConfig to enable instrumentation.
Related
- Capturing RAG - Learn how to capture RAG data from LangChain 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 LangChain applications