This is a preview with sample data

Migration Wizard

Move your agent to OpenClaw in three steps.

Select Source
Map Config
3
Preview Diff

Step 1: Select Source

LangChain
v0.1.x
AutoGPT
v0.5
CrewAI
v0.28

Step 2: Map Config

llm_config.model\u2192agent.modelMapped
llm_config.temperature\u2192agent.temperatureMapped
memory.type\u2192memory.backendMapped
tools[].name\u2192skills[].idNeeds Review
callbacks.on_error\u2192hooks.on_errorMapped
custom_prompts\u2192Unmapped

Step 3: Preview Diff

Review the changes before applying the migration.

agent.config.json
{
- "framework": "langchain",
+ "framework": "openclaw",
- "llm_config": {
- "model": "gpt-4",
- "temperature": 0.7
- },
+ "agent": {
+ "model": "gpt-4",
+ "temperature": 0.7
+ },
"memory": {
- "type": "buffer"
+ "backend": "buffer"
},
"skills": [
+ { "id": "web-search", "version": "^1.0" },
+ { "id": "calculator", "version": "^1.0" }
]
}
BackApply Migration

Move your agent without losing its brain

Migrate from any framework to OpenClaw with zero data loss.