agently-langchain-langgraph-migration-playbook
Installation
SKILL.md
Agently LangChain LangGraph Migration Playbook
This skill is the top-level routing entry point for migration work from LangChain or LangGraph into Agently. Use it when the request starts from an existing LangChain or LangGraph codebase, concept, or architecture rather than an Agently API. It helps choose the right migration path and the right Agently skill combination. It does not replace the implementation skills themselves.
Prerequisite: Agently >= 4.0.8.5.
Scope
Use this skill for:
- deciding whether the source design is mainly LangChain-side or LangGraph-side
- deciding whether the migration target should stay one request, become a multi-agent design, or become TriggerFlow orchestration
- choosing the correct migration skill and implementation order
- identifying which parts can map directly and which parts require redesign
Do not use this skill for: