We're really excited about dynamic subagents in Deep Agents! This gives your agent the ability to write code to programmatically spawn subagents and also unlocks RLM capabilities.
Don't miss my video walkthrough for a dynamic subagents deep dive: https://t.co/NQDpPxToxx
RLMs in Deep Agents!
Dynamic subagents unlock this capability by allowing the main agent to programmatically spawn subagents to help recursively tackle the initial input.
🎉 So excited about dynamic subagents!
Dynamic subagents give your agent the ability to dynamically write code and programmatically spawn subagents. This dramatically helps your agent tackle large tasks at scale!
Go check out our blog or watch the demo video to learn more about this!
Deep Agents now supports dynamic subagents. Instead of invoking subagents with tool calls, the main agent writes orchestration code to coordinate work at scale.
This enables workflows like processing hundreds of documents or analyzing thousands of datapoints with deterministic coverage.
6 common orchestration patterns and how to get started today ⤵️
We've seen a lot of agents hit constraints with the typical subagent architecture. To help combat this, we shipped async subagents inside of deepagents last week which lets subagents work independently of the main agent loop!
Read all about it here: