deep-agents-orchestration

仓库创建 2026年1月22日最近提交 7 小时前SkillHot 收录 1 小时前
▸ 精选理由

适合需要复杂任务分解、委派与人工介入的场景。

这个 Skill 做什么

管理子代理、任务规划与人工审批的编排中间件集合。

在用子代理分工、任务拆解或需要人工审批的场景下启用,这是一组编排中间件把工作交给不同角色并管理流程。包含 SubAgentMiddleware(把子任务交给专门代理)、TodoList 用于计划与跟踪、以及 Human‑In‑The‑Loop 的审批中断。能把自动化代理、待办清单和人工复核结合起来,适合复杂多步骤或有安全/合规要求的任务流。

▸ 展开 SKILL.md 英文原文

INVOKE THIS SKILL when using subagents, task planning, or human approval in Deep Agents. Covers SubAgentMiddleware, TodoList for planning, and HITL interrupts.

开发编程协同编排子代理人工审批通用
1.1k
Stars
85
Forks
22
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/langchain-ai/langchain-skills/main/config/skills/deep-agents-orchestration/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/langchain-ai/langchain-skills/main/config/skills/deep-agents-orchestration/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
<overview>
Deep Agents include three orchestration capabilities:

1. **SubAgentMiddleware**: Delegate work via `task` tool to specialized agents
2. **TodoListMiddleware**: Plan and track tasks via `write_todos` tool
3. **HumanInTheLoopMiddleware**: Require approval before sensitive operations

All three are automatically included in `create_deep_agent()`.
</overview>

---

## Subagents (Task Delegation)

<when-to-use-subagents>

| Use Subagents When | Use Main Agent When |
|-------------------|-------------------|
| Task needs specialized tools | General-purpose tools sufficient |
| Want to isolate complex work | Single-step operation |
| Need clean context for main agent | Context bloat acc
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有