Skip to content

Cannot enable acp with deepagents-cli #2678

@toniher

Description

Checked other resources

  • This is a bug, not a usage question.
  • I added a clear and descriptive title.
  • I searched existing issues and didn't find this.
  • I can reproduce this with the latest released version.
  • I included a minimal reproducible example and steps to reproduce.

Area (Required)

  • deepagents (SDK)
  • cli
  • acp
  • evals
  • harbor
  • repl
  • daytona
  • modal
  • quickjs
  • runloop
  • langsmith-sandbox
  • Other / not sure / general

Related Issues / PRs

No response

Reproduction Steps / Example Code (Python)

uv tool install deepagents-cli --with deepagents-acp

Error Message and Stack Trace (if applicable)

🕙  19:21:24  ➜ deepagents --acp
ACP dependencies not available: cannot import name 'SessionConfigOption' from 'acp.schema' (/home/toniher/.local/share/uv/tools/deepagents-cli/lib/python3.13/site-packages/acp/schema.py)
Install with: pip install deepagents-acp

Description

Despite using with as pointed above, it cannot find deepagents-acp.
However, the file: /home/toniher/.local/share/uv/tools/deepagents-cli/lib/python3.13/site-packages/acp/schema.py does exist
It prompts you to install deepagents-acp via pip, but I think it makes no sense.

Environment / System Info

OS: Ubuntu 24.04
Python: provided by uv, here 3.13

Metadata

Metadata

Labels

bugSomething isn't workingdeepagentsRelated to the `deepagents` SDK / agent harnessexternalUser is not a member of the `langchain-ai` GitHub organization

Type

No fields configured for Bug.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions