Build and deploy production-ready deep agents on managed LangSmith infrastructure.
uv tool install managed-deepagents
mda init my-agent
cd my-agent
uv sync
mda dev .npm install -g managed-deepagents
mda init my-agent
cd my-agent
npm install
mda dev .Add your LangSmith and model provider API keys to the generated .env file. When the agent is ready, deploy it:
mda deploy .For the complete walkthrough, see the Managed Deep Agents quickstart.
Managed Deep Agents is in public beta and available on LangSmith Cloud in the US region.
The Managed Deep Agents SDK is not open source during the beta. This repository is the public landing page and issue tracker for the project.
Use GitHub Issues to report SDK or CLI bugs and request features.
When reporting a bug, include:
- Your
managed-deepagentsversion. - Your language and runtime version.
- The command you ran.
- The complete error message or relevant logs.
- A minimal reproduction, when possible.
Do not include API keys, credentials, private agent instructions, or other sensitive information.
For documentation problems, file an issue in the LangChain documentation repository.