Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Managed Deep Agents

Build and deploy production-ready deep agents on managed LangSmith infrastructure.

Quickstart

Python

uv tool install managed-deepagents
mda init my-agent
cd my-agent
uv sync
mda dev .

TypeScript

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.

Documentation

Project status

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.

Report an issue

Use GitHub Issues to report SDK or CLI bugs and request features.

When reporting a bug, include:

  • Your managed-deepagents version.
  • 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.

About

Managed deepagents

Resources

Code of conduct

Contributing

Security policy

Stars

6 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors