什么是 langgraph?
LangGraph 状态机设计和“StateGraph”、节点/边缘路由、检查点、“中断”和 HITL 流的调试。在构建具有条件边和线程状态的基于图形的代理或对其进行故障排除时使用。 来源:outlinedriven/odin-codex-plugin。
LangGraph 状态机设计和“StateGraph”、节点/边缘路由、检查点、“中断”和 HITL 流的调试。在构建具有条件边和线程状态的基于图形的代理或对其进行故障排除时使用。
通过命令行快速安装 langgraph AI 技能到你的开发环境
来源:outlinedriven/odin-codex-plugin。
Use this skill to design, implement, and debug LangGraph workflows with explicit state contracts, deterministic routing, and robust interrupt handling.
Each node should have one clear responsibility and explicit input/output assumptions.
Map all normal, retry, and terminal paths before implementing node internals.
LangGraph 状态机设计和“StateGraph”、节点/边缘路由、检查点、“中断”和 HITL 流的调试。在构建具有条件边和线程状态的基于图形的代理或对其进行故障排除时使用。 来源:outlinedriven/odin-codex-plugin。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/outlinedriven/odin-codex-plugin --skill langgraphLangGraph 状态机设计和“StateGraph”、节点/边缘路由、检查点、“中断”和 HITL 流的调试。在构建具有条件边和线程状态的基于图形的代理或对其进行故障排除时使用。 来源:outlinedriven/odin-codex-plugin。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/outlinedriven/odin-codex-plugin --skill langgraph 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/outlinedriven/odin-codex-plugin