Files
deepagentsjs/libs/acp/agent.json
T
Christian Bromann db3ad2c506 feat(server): add ACP support (#191)
* feat(server): add ACP support

* improvements

* rename to deepagents-acp

* format

* add missing props

* linting

* lint

* more docs

* Create orange-scissors-tell.md

* more features

* format

* format

* fix tests

* format
2026-02-24 21:00:54 -08:00

15 lines
410 B
JSON

{
"id": "deepagents",
"name": "DeepAgents",
"version": "0.0.1",
"description": "Batteries-included AI coding agent powered by LangChain. Planning, subagents, filesystem, skills, memory — any model, any IDE.",
"repository": "https://github.com/langchain-ai/deepagentsjs",
"authors": ["LangChain"],
"license": "MIT",
"distribution": {
"npx": {
"package": "deepagents-acp"
}
}
}