deepagents-cli
Deployment tooling for Deep Agents - bundle, run, and ship agents to LangGraph Platform.
What it is and what it does
deepagents-cli is a command-line deployment toolkit for LangChain's Deep Agents framework. It provides scaffolding, configuration, and deployment commands to bundle agent definitions (agent.json, tools.json, skills, subagents) and ship them to the LangGraph Platform. The package depends on deepagents, langchain, langgraph, langgraph-sdk, langsmith, httpx, and python-dotenv—all core components of the LangChain ecosystem.
The tool's main workflow is: initialize a project structure with `deepagents init`, register any Model Context Protocol (MCP) servers your agent will use via `deepagents mcp-servers add`, configure tools and backend settings in the project files, then deploy with `deepagents deploy`. It supports both stateless and sandbox backends, with sandbox scope and policy configuration. The package is actively maintained, has no known vulnerabilities, and targets Python 3.11–3.14.
Use it for:
- Scaffold and deploy a new LangChain Deep Agent to the LangGraph Platform without manual API calls.
- Register and manage MCP servers in a workspace to provide tools for multiple agents.
- Configure agent backend behavior (state vs. sandbox) and set sandbox policies for isolated execution.
- List, inspect, and delete agents or MCP servers already deployed in a workspace.
- Integrate agent deployment into CI/CD pipelines via CLI commands.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Command-line tool for scaffolding, configuring, and deploying LangChain Deep Agents to the LangGraph Platform, with support for MCP server registration and sandbox backend configuration.
Yes, if you are already using LangChain and LangGraph and have access to the Managed Deep Agents private preview. The tool significantly reduces friction for agent project scaffolding and deployment. If you do not yet have LangSmith API access to the preview, installation alone will not be useful until that access is granted.
Install
deepagents-cli on PyPI
pip
pip install deepagents-cliuv
uv add deepagents-clipoetry
poetry add deepagents-cliInstalling deepagents-cli
Before you install
Low install friction with a pure-Python wheel. Active maintenance (last commit 2026-08-14) and recent release cycle. Depends on langchain, langgraph, and langsmith ecosystem packages, which are standard in the LLM agent space.
License in practice
MIT license permits free use, modification, and distribution with minimal restrictions—suitable for both commercial and open-source projects.
Quickstart
# Install via uv
uv tool install deepagents-cli
# Set your LangSmith API key
export LANGSMITH_API_KEY="your-key-here"
# Scaffold a new agent project
deepagents init my-agent
# Deploy to LangGraph Platform
cd my-agent && deepagents deploy
Requires a LangSmith API key with access to the Managed Deep Agents private preview (waitlist-gated); Python 3.11 or later.
Verify before relying
- Whether the private preview waitlist remains the only path to use this tool, or if access has broadened since the fact sheet was generated.
- Whether MCP server registration and agent deployment work offline or require continuous LangSmith connectivity.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (<4.0,>=3.11) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 7 — deepagents, httpx, langchain, langgraph-sdk, langgraph, langsmith, python-dotenv |
| Maintenance | actively maintained — 68 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 82,350/month — #14,168 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: deepagents_cli-0.2.2-py3-none-any.whl
Keywords: agents, ai, cli, deep-agent, deploy, langchain, langgraph, llm
Tags
More Python Modules packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
PyYAMLPyYAML parses and emits YAML 1.1 data format,…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
annotated-typesProvides reusable metadata objects for use with…
permissive · top 100 on PyPI
typing-inspectionProvides runtime tools to inspect and…
permissive · top 100 on PyPI
deepagents-codeA terminal-based AI coding agent that works…
permissive · top 15,000 on PyPI
langchain-quickjsAdds a persistent, sandboxed JavaScript REPL…
permissive · top 15,000 on PyPI
deepagents-acpBridges Deep Agents with the Agent Client…
permissive · top 15,000 on PyPI
deepagentsDeep Agents is an opinionated agent harness…
permissive · top 5,000 on PyPI
agent-governance-toolkit-cliProvides CLI tools, SRE observability, and…
permissive · top 15,000 on PyPI
langchain-cliCommand-line interface for building, testing,…
permissive · top 15,000 on PyPI
langchain-modalIntegrates Modal serverless compute sandboxes…
permissive · top 15,000 on PyPI
apm-cliAPM is a dependency manager and configuration…
permissive · top 15,000 on PyPI
agnoctlagnoctl is a command-line interface for…
permissive · top 15,000 on PyPI
NakedNaked is a command-line application framework…
permissive · top 5,000 on PyPI