mirror of
https://github.com/langchain-ai/deepagentsjs.git
synced 2026-07-25 04:46:15 -04:00
db3ad2c506
* 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
15 lines
410 B
JSON
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"
|
|
}
|
|
}
|
|
}
|