📥

Import from Anywhere

Already built agents in CrewAI, LangGraph, or AutoGen? Import them directly into Deeployd.

Enhance with Enterprise

Add SSO, audit logging, guardrails, memory, and monitoring — features frameworks don't provide.

📤

Export Anywhere

Need to run on-premise with a specific framework? Export production-ready code.

🔓

Zero Lock-in

Your agents are yours. Take them anywhere, anytime. We're the platform, not the cage.

Every major AI agent framework

Full bidirectional import/export support for all 11 frameworks.

🤖

OpenAI Agents SDK

Handoffs & guardrails

Import Export
👥

CrewAI

Role-based crews

Import Export
📊

LangGraph

Stateful workflows

Import Export
💬

AutoGen

Multi-agent chat

Import Export
🔗

LangChain

Tool chains

Import Export
🧠

Anthropic Claude

Claude API native

Import Export
⚙️

Semantic Kernel

Enterprise .NET

Import Export
🌾

Haystack

NLP pipelines

Import Export
🦙

LlamaIndex

RAG & indexing

Import Export
📐

Pydantic AI

Type-safe agents

Import Export
🎯

DSPy

Prompt optimization

Import Export

What maps where

Deeployd automatically translates concepts between frameworks. Here's what each framework supports:

Framework Agents Teams Tasks Workflows Tools Handoffs
OpenAI Agents SDK
CrewAI
LangGraph
AutoGen
LangChain
Anthropic Claude
Semantic Kernel
Haystack
LlamaIndex
Pydantic AI
DSPy

Choosing a target framework

Build in Deeployd, export to the framework that fits your use case.

Production workflows with state

Complex multi-step processes with conditional routing and cycles.

LangGraph

Role-based team collaboration

Agents with distinct roles working together on tasks.

CrewAI

Multi-agent conversations

Agents discussing and debating to reach conclusions.

AutoGen

Enterprise .NET integration

Agents in Microsoft ecosystems with Azure services.

Semantic Kernel

Type-safe structured output

Agents with validated, typed responses.

Pydantic AI

RAG applications

Retrieval-augmented generation with document indexing.

LlamaIndex

Prompt optimization research

Programmatic prompt tuning and optimization.

DSPy

Claude-native applications

Direct Anthropic API with native tool use.

Anthropic Claude

Three lines to migrate

Import, enhance, export. It's that simple.

Cross-framework migration example

# Import from AutoGen
from deeployd import import_agents, export_agents

autogen_config = import_agents(
    code=open("autogen_agents.py").read(),
    framework="autogen"
)

# Enhance with Deeployd enterprise features
for agent in autogen_config.agents:
    agent.guardrails = [pii_filter, content_safety]
    agent.memory = {"type": "vector", "enabled": True}
    agent.audit_logging = True

# Export to LangGraph for production
langgraph_export = export_agents(
    agents=autogen_config.agents,
    teams=autogen_config.teams,
    framework="langgraph",
    format="code"
)

# Generated files ready to deploy
for file in langgraph_export.files:
    print(f"Generated: {file.path}")

Ready to unify your agent ecosystem?

Join the waitlist and be among the first to import, enhance, and export agents across all 11 frameworks.

Join the Waitlist