Integrations¶
Sondera Harness provides native integrations for popular agent frameworks, plus a direct API for custom architectures. Each integration uses your framework's native extension pattern, so there's no need to change how your agent works.
New to Sondera? Start with Core Concepts to understand how the harness intercepts agent actions.
Choose Your Framework¶
-
LangGraph
AgentMiddleware pattern with automatic tool discovery.
Requires LangGraph 0.3+
-
Google ADK
BasePlugin callbacks for Google's Agent Development Kit.
Requires ADK 1.0+
-
Strands
Lifecycle hooks for AWS's Strands framework.
Requires Strands 0.1+
-
OpenClaw
Local Cedar policy evaluation for OpenClaw AI agents. No API calls required.
TypeScript extension
-
Custom Agent
Direct Harness API for any architecture. Full control over when and how policies evaluate.
Not sure which to pick? Use Custom if your framework isn't listed or if you want full control over when policies evaluate.