Skip to main content
Cascade provides auto-instrumentation for LangGraph and LangChain. A single function call translates the framework’s native events into Cascade spans with no changes to your existing agent code.

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