Setup
Requires
langgraph and langchain-core packages:What gets traced automatically
The integration automatically captures:- Graph node executions: chains and their relationships
- LLM calls: with model, prompt, completion, and token counts
- Tool calls: with input and output values
- Retriever calls: with query and retrieved documents
- Agent delegations: sub-agent handoffs and orchestration