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.Documentation Index
Fetch the complete documentation index at: https://docs.runcascade.com/llms.txt
Use this file to discover all available pages before exploring further.
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