Installation
Usage
The LangWatch API key is configured by default via the
LANGWATCH_API_KEY environment variable.LangWatchCallbackHandler with your LangGraph state graph to capture node executions and workflow patterns.
LangWatchCallbackHandler captures LangGraph node executions and workflow patterns. Pass the callback handler to your compiled graph via withConfig().
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 LangGraph applications