Sub Agent Spawning
Search documents
The Secret to Scalable AI Agents: Virtual Filesystems with Deep Agents
LangChain· 2026-02-04 16:05
In the last videos, we looked into how you can build agents with Flain. We covered the basics of giving them tools, modifying their behavior through middleware, and have them stream their results to the front end. Those approaches work great for more simpler workflows, but not so much when your agent needs to handle complex multi-step tasks that require some sort of planning, managing large amounts of context, or delegating work to specialized sub agents.That's where deep agents comes in. Deep agents is a s ...