Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

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.

语言 Languages

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
8
Total Commits
峰值: 3次/周
Less
More

核心贡献者 Contributors