LangChain Launches Managed Deep Agents for Serverless Production Agent Deployment
Hacubu · x · 2026-08-19
LangChain has released Managed Deep Agents (MDA), a solution designed to streamline the building and deployment of production-grade agents.
Core Concept: Developers focus on the agent's intelligence (instructions, tools, skills, model selection), while MDA handles the underlying operations and infrastructure.
Key Features:
- Serverless: No servers to manage or infrastructure to wire together.
- Deep Agents Harness: Provides the agent loop for planning, tool calls, filesystem management, and delegation to subagents.
- Managed Runtime: Hosted by LangSmith Deployment's Agent Server to maintain sessions across restarts.
Workflow Example:
An agent is defined as a project folder containing agent.py (configuration), instructions.md (instructions), and directories for skills/ and tools/. Developers define the model (e.g., OpenAI), tools, and middleware via code.
Related event: LangChain Launches Managed Deep Agents for Serverless Deployment(2 posts)→
More from coding & agent
- Multi-agent systems need social architecture, not bigger swarms — krishnan · 2026-08-19
- Claude Opus 4.6 achieves 900/900 zero-byte executions in silence test — rayanpal_ · 2026-08-19
- Moxie launches free directory for MCP servers and tools — moxie-docs · 2026-08-19
- User Review: Gemini 3.7 Flash rated as best model for internal Slack bot — amankhan · 2026-08-19
- DeepSeek Harness: Highly Customizable Open Source Agent Framework — weswinder · 2026-08-19
- Agent UI Shift: Moving Away from the Terminal with New Experiences — omarsar0 · 2026-08-19