deep-agents-orchestration
Orchestrate specialized subagents with task tracking and human-in-the-loop approval gates for complex AI workflows.
Install
npx skills add https://github.com/langchain-ai/langchain-skills --skill deep-agents-orchestrationStats
| Total installs | 2,587 |
| Weekly installs | 2.6K |
| GitHub stars | 438 |
| First seen | Mar 3, 2026 |
| Source | @langchain-ai/langchain-skills |
Summary
- Delegate work to specialized subagents via the task tool; custom subagents support isolated tool sets and system prompts, while the default "general-purpose" subagent inherits main agent configuration
- Plan and track complex workflows with write_todos, organizing tasks across pending, in-progress, and completed states; requires a thread_id for persistence across invocations
- Implement human-in-the-loop approval gates on specific tools with three decision types: approve, reject (with feedback), or edit (modify arguments before execution); requires a checkpointer and thread_id for resumption
- All three capabilities are automatically included in create_deep_agent() and work together to support task delegation, planning, and compliance workflows
Tags
Related skills
| Skill | Installs | vs deep-agents-orchestration |
|---|---|---|
| apify-competitor-intelligence | 2,578 | -9 |
| svelte-code-writer | 3,030 | +443 |
| team-communication-protocols | 2,498 | -89 |
| claude-opus-4-5-migration | 2,667 | +80 |
| team-composition-patterns | 2,489 | -98 |
FAQ
- How many installs does deep-agents-orchestration have?
- deep-agents-orchestration has 2,587 total installs and 2.6K installs this week.
- Where is deep-agents-orchestration hosted?
- deep-agents-orchestration is published by @langchain-ai/langchain-skills at https://github.com/langchain-ai/langchain-skills.
- How many GitHub stars does deep-agents-orchestration have?
- deep-agents-orchestration has 438 GitHub stars.
- When was deep-agents-orchestration first indexed?
- OrangeBot.AI first indexed deep-agents-orchestration on Mar 3, 2026.
- How do I install deep-agents-orchestration?
- Run: npx skills add https://github.com/langchain-ai/langchain-skills --skill deep-agents-orchestration