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.
More from coding & agent
- Claude Code Cross-Session Workflow: Lossless Context Transfer Without Summarization — dotey · 2026-08-11
- Muse-Glimmer-30B Tested: A New King for 24GB VRAM with Efficient Reasoning — ForsookComparison · 2026-08-11
- Dev Predicts Model Advancements Will Make Specialized Agent Harnesses Obsolete — A_K_Nain · 2026-08-11
- ByteDance Introduces SWE-Bench ProMax for Multilingual Code Refactoring — ByteDance · 2026-08-11
- RoMeRL: Solving the Memory-Reward Trap in Self-Evolving Agents — Yi Yang · 2026-08-11
- Developer Shares AI Coding Evolution: Claude Code Achieves End-to-End Workflow — AlchainHust · 2026-08-11