skillfed

deepagents-cli

Deployment tooling for Deep Agents - bundle, run, and ship agents to LangGraph Platform.

deepagents-cli v0.2.2 82.3K downloads/30d#14,168 on PyPI27,777
Permissive license MIT Active released

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-cli

uv

uv add deepagents-cli

poetry

poetry add deepagents-cli

Installing 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

Development Status :: 4 - BetaEnvironment :: ConsoleIntended Audience :: DevelopersLicense :: OSI Approved :: MIT LicenseProgramming Language :: Python :: 3Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Topic :: Scientific/Engineering :: Artificial IntelligenceTopic :: Software Development :: Libraries :: Python Modules

Tags

langchain agent deployment clideep agents project scaffoldingmcp server registration toollanggraph platform deploymentagent configuration managementmanaged deep agents cliagent sandbox configuration
langchain-ecosystemagent-deploymentmcp-integration

More Python Modules packages

Further reading