@caspar_br: anatomy of a managed deep agent. https://langch.in/mda

X AI KOLs Following Tools

Summary

LangChain introduces Managed Deep Agents (MDA), a simplified way to build and deploy production AI agents with managed infrastructure and a deep agent harness.

anatomy of a managed deep agent. https://t.co/pnmD06la9i https://t.co/5YhIkJP6SI
Original Article
View Cached Full Text

Cached at: 08/16/26, 10:13 PM

anatomy of a managed deep agent. https://t.co/pnmD06la9i https://t.co/5YhIkJP6SI


Managed Deep Agents - Docs by LangChain

Source: https://docs.langchain.com/langsmith/python/managed-deep-agents-overview Managed Deep Agents (MDA) is the simplest way to build and deploy production agents. You focus on what your agent does. MDA runs it. There are no servers to run and no infrastructure to wire together.You write the agent’s intelligence: its instructions, the tools it can call, the skills it follows, and you select the model that drives it. MDA provides everything underneath:

  • The Deep Agents harness: The agent loop that plans, calls tools, manages a filesystem, and delegates to subagents. SeeDeep Agents.
  • A managed runtime: LangSmith Agent Server hosts and operates the agent, and keeps sessions running across restarts.

Example agent

A managed deep agent consists of a project folder that contains the business logic for its behavior:

  • Model & Configuration
  • Instructions
  • Skills
  • Tools
  • Middleware
  • MCP Connectors

When you upload this folder with themdaCLI, it will automatically run on managed LangSmith infrastructure. You provide the business logic, and Managed Deep Agents provides the agent harness and production infrastructure.To get started, see theManaged Deep Agents quickstart.

Core capabilities

Each part of the agent maps to a file or directory. Add the ones your agent needs:

For the full layout, seeProject structure.

Next steps


Similar Articles

@LangChain: Everything you need to know about Managed Deep Agents:

X AI KOLs Timeline

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.

Managed Deep Agents is now in public beta (9 minute read)

TLDR AI

LangChain announces the public beta of Managed Deep Agents, a managed runtime for deploying and scaling Deep Agents without managing infrastructure. It supports Python/TypeScript, local testing, one-command deployment, and integrates with LangSmith for production features like persistence, sandboxes, and evals.