LangChain Launches Managed Deep Agents in Public Beta for One-Command Deployment

hwchase17 · x · 2026-08-08

LangChain has announced that its Managed Deep Agents is now in public beta. The service allows developers to scale agents from prototype to production without managing the underlying infrastructure.

Developers can author an agent in Python or TypeScript, test it locally, and deploy it to a managed runtime with a single command (mda deploy). LangSmith handles the runtime complexities, including persistence, memory mounts, skill loading, and sandbox lifecycle, allowing developers to focus on configuring the model, instructions, tools, and business logic.

Deep Agents itself serves as an open-source, model-agnostic agent harness. It integrates common patterns required for useful agents, such as tool calling, context management, subagent delegation, domain-specific skill loading, and human approval for sensitive actions, providing a reusable foundation for enterprises.

Related event: LangChain Launches Managed Deep Agents in Public Beta for One-Command Deployment(19 posts)→

Original post →

More from coding & agent

coding & agent channel →