Learn-skills.dev agently-langchain-to-agently

Use when a migration is already known to stay on the LangChain agent side, including agent setup, tools, structured output, retrieval, and short-term memory.

install
source · Clone the upstream repo
git clone https://github.com/NeverSight/learn-skills.dev
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/NeverSight/learn-skills.dev "$T" && mkdir -p ~/.claude/skills && cp -r "$T/data/skills-md/agentera/agently-skills/agently-langchain-to-agently" ~/.claude/skills/neversight-learn-skills-dev-agently-langchain-to-agently && rm -rf "$T"
manifest: data/skills-md/agentera/agently-skills/agently-langchain-to-agently/SKILL.md
source content

LangChain To Agently

Use this skill after migration ownership is already confirmed to be LangChain agent-side work.

Native-First Rules

  • map source LangChain behavior to existing Agently capability surfaces
  • keep migration focused on request-side and agent-side behavior
  • escalate to TriggerFlow only when the source design truly depends on orchestration semantics

Anti-Patterns

  • do not treat every LangChain migration as a workflow migration
  • do not preserve old abstractions when Agently already has a direct native surface

Read Next

  • references/overview.md