@LangChain: Deep Agents now supports dynamic subagents. Instead of invoking subagents with tool calls, the main agent writes orches…
Summary
LangChain's Deep Agents now supports dynamic subagents, where the main agent writes orchestration code to coordinate work at scale, enabling workflows like processing hundreds of documents with deterministic coverage.
View Cached Full Text
Cached at: 06/30/26, 05:37 AM
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
Similar Articles
@LangChain: Everything you need to know about Managed Deep Agents:
LangChain announces Managed Deep Agents in private beta, a hosted API-first runtime for building, running, and operating deep agents in production, leveraging the open-source Deep Agents harness and integrating with LangSmith for durable execution, streaming, and human-in-the-loop workflows.
@LangChain: Managed Deep Agents keeps the project shape you already know: ↳ AGENTS.md, skills/, subagents/, + tools.json Context Hu…
LangChain introduces Managed Deep Agents, maintaining a familiar project layout with AGENTS.md, skills/, subagents/, and tools.json, along with Context Hub for persistent context management across sessions.
@LangChain: Giving agents the ability to write code makes them dramatically more capable. It also makes security a lot harder. At L…
LangChain's Deep Agents allow untrusted agent-written code to run securely using WebAssembly-based code interpreters, providing execution and capability isolation without a traditional sandbox.
@sydneyrunkle: https://x.com/sydneyrunkle/status/2071629451712983319
Deep Agents introduces dynamic subagents that use programmatic orchestration via code scripts instead of tool calls, enabling reliable scaling and complex workflows. The feature integrates with a QuickJS code interpreter for lightweight execution.
@LangChain: Deep Agents explained in <90 seconds by @sydneyrunkle
A short explanation of Deep Agents by Sydney Runkle, presented by LangChain.