什么是 langgraph-fundamentals?
在编写任何 LangGraph 代码时调用此技能。涵盖 StateGraph、状态模式、节点、边、命令、发送、调用、流和错误处理。 来源:langchain-ai/langchain-skills。
在编写任何 LangGraph 代码时调用此技能。涵盖 StateGraph、状态模式、节点、边、命令、发送、调用、流和错误处理。
通过命令行快速安装 langgraph-fundamentals AI 技能到你的开发环境
来源:langchain-ai/langchain-skills。
| Need fine-grained control over agent orchestration | Quick prototyping → LangChain agents | | Building complex workflows with branching/loops | Simple stateless workflows → LangChain direct | | Require human-in-the-loop, persistence | Batteries-included features → Deep Agents |
| Overwrite value | No reducer (default) | Simple fields like counters | | Append to list | Reducer (operator.add / concat) | Message history, logs | | Custom logic | Custom reducer function | Complex merging |
Define state schema with reducers for accumulating lists and summing integers.
在编写任何 LangGraph 代码时调用此技能。涵盖 StateGraph、状态模式、节点、边、命令、发送、调用、流和错误处理。 来源:langchain-ai/langchain-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/langchain-ai/langchain-skills --skill langgraph-fundamentals在编写任何 LangGraph 代码时调用此技能。涵盖 StateGraph、状态模式、节点、边、命令、发送、调用、流和错误处理。 来源:langchain-ai/langchain-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/langchain-ai/langchain-skills --skill langgraph-fundamentals 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/langchain-ai/langchain-skills