Choose Your Integration
cascadeflow integrates with every major agent framework. Pick the one that matches your stack.Quick Decision
By Language
Python
All Python integrations share the same Harness API —init(), run(), @agent(). The framework integration handles the bridge:
TypeScript
Which One If You Are Not Sure?
Python + any framework
Start with
cascadeflow.init(mode="observe"). Works with direct SDK calls. Add a framework integration later.TypeScript + Next.js
Use
@cascadeflow/vercel-ai for AI SDK streaming and tool execution.Multi-agent orchestration
LangChain/LangGraph gives you the deepest integration — callbacks, cost tracking, LangSmith.
No-code / Low-code
n8n community nodes for visual workflow automation.
Hermes subagents
Per-skill, complexity-aware, and topic-aware routing for delegated agents.
All Integrations
For a full comparison matrix including feature coverage per framework, see Integrations Overview →You’re Ready
You’ve completed the Getting Started path. From here:Harness Deep Dive
Full reference for all six dimensions.
Examples
75+ working examples on GitHub.
API Reference
Complete Python and TypeScript APIs.