Agent 525 installs

deep-agents-orchestration

by langchain-ai/langchain-skills

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

Skill content

- SubAgentMiddleware: Delegate work via task tool to specialized agents

- TodoListMiddleware: Plan and track tasks via write_todos tool

- HumanInTheLoopMiddleware: Require approval before sensitive operations

All three are automatically included in create_deep_agent().

Subagents (Task Delegation)