返回 Skill 列表
extension
分类: 开发与工程无需 API Key

langgraph-patterns-expert

用于LangGraph代理设计和重构。优先使用明确的状态、小节点和清晰的转换。

person作者: jakexiaohubgithub

Guidelines

  • Keep State explicit and typed.
  • Keep nodes small, single-purpose, and testable.
  • Make branching conditions explicit.
  • Prefer idempotent steps where possible.