- The Deep Agents harness: The agent loop that plans, calls tools, manages a filesystem, and delegates to subagents. See Deep Agents.
- A managed runtime: Every deployment runs on LangSmith Agent Server. You get the Agent Server API, threads, runs, streaming, and the MCP endpoint without operating the server yourself.
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
agent.py
mda CLI, 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 the Managed 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, see Project structure.
Next steps
Quickstart
Create and deploy your first Managed Deep Agent with the
mda CLI.Tutorial
Add a custom search tool, durable memory, and a daily schedule.
Agent Server
Explore the runtime that hosts Managed Deep Agents deployments.
MCP endpoint
Call a deployed agent as a tool from Claude Code or another MCP client.
Connect these docs to Claude, VSCode, and more via MCP for real-time answers.

