Terminal interface for LangChain's Deep Agents framework. Provides an interactive REPL with file operations, shell access, sub-agent spawning, and MCP integration. Current version: 0.0.46, supports Python ≥3.11. Releases occur weekly.
pip install deepagents-cliNo compatibility data collected yet for this library.
Import and use the main entry point. The CLI is typically invoked via the `deepagents` command after installation.
Upgrade both packages: `pip install --upgrade deepagents deepagents-cli`
Set the appropriate environment variable before launching. Example: `export ANTHROPIC_API_KEY='sk-...'` then `deepagents`.
Install `deepagents-cli` to get the `deepagents` command. `pip install deepagents-cli`
Check `allowedTools`/`disabledTools` in MCP config to filter unwanted tools. See https://github.com/langchain-ai/deepagents/blob/main/docs/mcp.md
Ensure you installed `deepagents-cli` (with dash) but import using underscore: `from deepagents_cli import run`
Install the CLI package: `pip install deepagents-cli`
Do not import from `deepagents.cli`. Install and use `deepagents-cli` instead.