- The Deep Agents harness: The agent loop that plans, calls tools, manages a filesystem, and delegates to subagents. See Deep 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
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.
Connect these docs to Claude, VSCode, and more via MCP for real-time answers.

