langgraph-architecture
✓指导 LangGraph 应用程序的架构决策。在决定 LangGraph 与替代方案、选择状态管理策略、设计多代理系统或选择持久性和流处理方法时使用。
SKILL.md
| Single LLM call | Direct API call | Overhead not justified | | Linear pipeline | LangChain LCEL | Simpler abstraction | | Stateless tool use | Function calling | No persistence needed | | Simple RAG | LangChain retrievers | Built-in patterns | | Batch processing | Async tasks | Different execution model |
| Lightweight, faster | Runtime validation | | Dict-like access | Attribute access | | No validation overhead | Type coercion | | Simpler serialization | Complex nested models |
Recommendation: Use TypedDict for most cases. Use Pydantic when you need validation or complex nested structures.
指导 LangGraph 应用程序的架构决策。在决定 LangGraph 与替代方案、选择状态管理策略、设计多代理系统或选择持久性和流处理方法时使用。 来源:existential-birds/beagle。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/existential-birds/beagle --skill langgraph-architecture- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 langgraph-architecture?
指导 LangGraph 应用程序的架构决策。在决定 LangGraph 与替代方案、选择状态管理策略、设计多代理系统或选择持久性和流处理方法时使用。 来源:existential-birds/beagle。
如何安装 langgraph-architecture?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/existential-birds/beagle --skill langgraph-architecture 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/existential-birds/beagle
详情
- 分类
- </>开发工具
- 来源
- skills.sh
- 收录时间
- 2026-02-01