Langgraph migration guide (#4681)
Some checks failed
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
CodeQL Advanced / Analyze (python) (push) Has been cancelled
Check Documentation Broken Links / Check broken links (push) Has been cancelled

This commit is contained in:
Mike Plachta
2026-03-03 11:53:12 -08:00
committed by GitHub
parent a8f51419f6
commit 95d51db29f
4 changed files with 1601 additions and 80 deletions

View File

@@ -65,9 +65,7 @@
"groups": [
{
"group": "Welcome",
"pages": [
"index"
]
"pages": ["index"]
}
]
},
@@ -89,23 +87,17 @@
{
"group": "Strategy",
"icon": "compass",
"pages": [
"en/guides/concepts/evaluating-use-cases"
]
"pages": ["en/guides/concepts/evaluating-use-cases"]
},
{
"group": "Agents",
"icon": "user",
"pages": [
"en/guides/agents/crafting-effective-agents"
]
"pages": ["en/guides/agents/crafting-effective-agents"]
},
{
"group": "Crews",
"icon": "users",
"pages": [
"en/guides/crews/first-crew"
]
"pages": ["en/guides/crews/first-crew"]
},
{
"group": "Flows",
@@ -118,9 +110,7 @@
{
"group": "Coding Tools",
"icon": "terminal",
"pages": [
"en/guides/coding-tools/agents-md"
]
"pages": ["en/guides/coding-tools/agents-md"]
},
{
"group": "Advanced",
@@ -129,6 +119,13 @@
"en/guides/advanced/customizing-prompts",
"en/guides/advanced/fingerprinting"
]
},
{
"group": "Migration",
"icon": "shuffle",
"pages": [
"en/guides/migration/migrating-from-langgraph"
]
}
]
},
@@ -349,9 +346,7 @@
},
{
"group": "Telemetry",
"pages": [
"en/telemetry"
]
"pages": ["en/telemetry"]
}
]
},
@@ -361,9 +356,7 @@
"groups": [
{
"group": "Getting Started",
"pages": [
"en/enterprise/introduction"
]
"pages": ["en/enterprise/introduction"]
},
{
"group": "Build",
@@ -387,9 +380,7 @@
},
{
"group": "Manage",
"pages": [
"en/enterprise/features/rbac"
]
"pages": ["en/enterprise/features/rbac"]
},
{
"group": "Integration Docs",
@@ -487,10 +478,7 @@
"groups": [
{
"group": "Examples",
"pages": [
"en/examples/example",
"en/examples/cookbooks"
]
"pages": ["en/examples/example", "en/examples/cookbooks"]
}
]
},
@@ -500,9 +488,7 @@
"groups": [
{
"group": "Release Notes",
"pages": [
"en/changelog"
]
"pages": ["en/changelog"]
}
]
}
@@ -547,9 +533,7 @@
"groups": [
{
"group": "Bem-vindo",
"pages": [
"pt-BR/index"
]
"pages": ["pt-BR/index"]
}
]
},
@@ -571,9 +555,7 @@
{
"group": "Estratégia",
"icon": "compass",
"pages": [
"pt-BR/guides/concepts/evaluating-use-cases"
]
"pages": ["pt-BR/guides/concepts/evaluating-use-cases"]
},
{
"group": "Agentes",
@@ -585,9 +567,7 @@
{
"group": "Crews",
"icon": "users",
"pages": [
"pt-BR/guides/crews/first-crew"
]
"pages": ["pt-BR/guides/crews/first-crew"]
},
{
"group": "Flows",
@@ -604,6 +584,13 @@
"pt-BR/guides/advanced/customizing-prompts",
"pt-BR/guides/advanced/fingerprinting"
]
},
{
"group": "Migração",
"icon": "shuffle",
"pages": [
"pt-BR/guides/migration/migrating-from-langgraph"
]
}
]
},
@@ -810,9 +797,7 @@
},
{
"group": "Telemetria",
"pages": [
"pt-BR/telemetry"
]
"pages": ["pt-BR/telemetry"]
}
]
},
@@ -822,9 +807,7 @@
"groups": [
{
"group": "Começando",
"pages": [
"pt-BR/enterprise/introduction"
]
"pages": ["pt-BR/enterprise/introduction"]
},
{
"group": "Construir",
@@ -848,9 +831,7 @@
},
{
"group": "Gerenciar",
"pages": [
"pt-BR/enterprise/features/rbac"
]
"pages": ["pt-BR/enterprise/features/rbac"]
},
{
"group": "Documentação de Integração",
@@ -960,9 +941,7 @@
"groups": [
{
"group": "Notas de Versão",
"pages": [
"pt-BR/changelog"
]
"pages": ["pt-BR/changelog"]
}
]
}
@@ -1007,9 +986,7 @@
"groups": [
{
"group": "환영합니다",
"pages": [
"ko/index"
]
"pages": ["ko/index"]
}
]
},
@@ -1031,23 +1008,17 @@
{
"group": "전략",
"icon": "compass",
"pages": [
"ko/guides/concepts/evaluating-use-cases"
]
"pages": ["ko/guides/concepts/evaluating-use-cases"]
},
{
"group": "에이전트 (Agents)",
"icon": "user",
"pages": [
"ko/guides/agents/crafting-effective-agents"
]
"pages": ["ko/guides/agents/crafting-effective-agents"]
},
{
"group": "크루 (Crews)",
"icon": "users",
"pages": [
"ko/guides/crews/first-crew"
]
"pages": ["ko/guides/crews/first-crew"]
},
{
"group": "플로우 (Flows)",
@@ -1064,6 +1035,13 @@
"ko/guides/advanced/customizing-prompts",
"ko/guides/advanced/fingerprinting"
]
},
{
"group": "마이그레이션",
"icon": "shuffle",
"pages": [
"ko/guides/migration/migrating-from-langgraph"
]
}
]
},
@@ -1282,9 +1260,7 @@
},
{
"group": "Telemetry",
"pages": [
"ko/telemetry"
]
"pages": ["ko/telemetry"]
}
]
},
@@ -1294,9 +1270,7 @@
"groups": [
{
"group": "시작 안내",
"pages": [
"ko/enterprise/introduction"
]
"pages": ["ko/enterprise/introduction"]
},
{
"group": "빌드",
@@ -1320,9 +1294,7 @@
},
{
"group": "관리",
"pages": [
"ko/enterprise/features/rbac"
]
"pages": ["ko/enterprise/features/rbac"]
},
{
"group": "통합 문서",
@@ -1419,10 +1391,7 @@
"groups": [
{
"group": "예시",
"pages": [
"ko/examples/example",
"ko/examples/cookbooks"
]
"pages": ["ko/examples/example", "ko/examples/cookbooks"]
}
]
},
@@ -1432,9 +1401,7 @@
"groups": [
{
"group": "릴리스 노트",
"pages": [
"ko/changelog"
]
"pages": ["ko/changelog"]
}
]
}