LangWatch integrates with Langchain to provide detailed observability into your chains, agents, LLM calls, and tool usage.Documentation Index
Fetch the complete documentation index at: https://langwatch.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
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