Skip to main content
LangWatch integrates with LangGraph to provide detailed observability into your state graphs, node executions, and workflow patterns.

Installation

Usage

The LangWatch API key is configured by default via the LANGWATCH_API_KEY environment variable.
Use LangWatchCallbackHandler with your LangGraph state graph to capture node executions and workflow patterns.
The LangWatchCallbackHandler captures LangGraph node executions and workflow patterns. Pass the callback handler to your compiled graph via withConfig().