§ INTEGRATIONS
Governance for every agent framework
Plug Execlave into your existing agent stack with a callback handler, tracing processor, or one-line helper. Policies enforce before the LLM call; traces stream to your dashboard.
First-party framework support
Every integration below is covered by automated tests and ships under the SDK you already have installed.
LangChain
Drop-in callback handler that instruments chains, LLMs, tools, agents, and retrievers. Enforcement runs on every chain entry and every tool call.
OpenAI Agents SDK
Tracing processor that hooks into the Agents SDK to capture agent/tool/generation spans and block disallowed tools before they run.
CrewAI
One call to instrument_crew() wires in step and task callbacks, chaining your existing callbacks rather than replacing them.
n8n
No-code workflow integration via HTTP Request nodes — templates for enforcement, approval polling, and trace ingestion.
OpenAI (Chat Completions)
run_openai_chat() helper wraps chat.completions.create with enforcement + automatic tracing.
Coming soon
Model Context Protocol
Transparent MCP proxy that applies policies to tool calls flowing between agents and MCP servers.