什麼是 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