2026-06-22 10:47:02 +08:00
|
|
|
{
|
|
|
|
|
"name": "@deepseek-ai/dsh-subagent-acp",
|
|
|
|
|
"description": "Out-of-process ACP subagent backend: drives a child agent in a spawned subprocess over the Agent Client Protocol",
|
|
|
|
|
"version": "0.0.1",
|
|
|
|
|
"private": true,
|
|
|
|
|
"type": "module",
|
|
|
|
|
"main": "lib/index.js",
|
2026-06-22 14:58:03 +08:00
|
|
|
"types": "lib/types/index.d.ts",
|
2026-06-22 10:47:02 +08:00
|
|
|
"exports": {
|
|
|
|
|
".": {
|
2026-06-22 14:58:03 +08:00
|
|
|
"types": "./lib/types/index.d.ts",
|
2026-06-22 10:47:02 +08:00
|
|
|
"default": "./lib/index.js"
|
|
|
|
|
},
|
2026-07-19 22:13:50 +08:00
|
|
|
"./invariant": {
|
|
|
|
|
"types": "./lib/types/invariant.d.ts",
|
|
|
|
|
"default": "./lib/invariant.js"
|
|
|
|
|
},
|
2026-06-22 10:47:02 +08:00
|
|
|
"./src/*": "./src/*",
|
|
|
|
|
"./package.json": "./package.json"
|
|
|
|
|
},
|
|
|
|
|
"files": [
|
2026-06-22 14:58:03 +08:00
|
|
|
"lib/index.js",
|
2026-07-19 22:13:50 +08:00
|
|
|
"lib/invariant.js",
|
2026-08-04 22:06:32 +08:00
|
|
|
"lib/types/**/*.d.ts"
|
2026-06-22 10:47:02 +08:00
|
|
|
],
|
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"@deepseek-ai/dsh-agent": "^0.0.1",
|
2026-07-19 22:13:50 +08:00
|
|
|
"@deepseek-ai/dsh-invariants": "^0.0.1",
|
2026-06-22 10:47:02 +08:00
|
|
|
"@deepseek-ai/dsh-llm": "^0.0.1",
|
2026-07-14 02:22:20 +08:00
|
|
|
"@deepseek-ai/dsh-session": "^0.0.1",
|
2026-06-22 10:47:02 +08:00
|
|
|
"@deepseek-ai/dsh-subagent": "^0.0.1",
|
2026-07-26 15:27:59 +08:00
|
|
|
"@deepseek-ai/dsh-subprocess": "^0.0.1",
|
2026-07-15 11:28:45 +08:00
|
|
|
"cordis": "^4.0.0-rc.7"
|
2026-06-22 10:47:02 +08:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@agentclientprotocol/sdk": "0.25.1",
|
|
|
|
|
"schemastery": "^3.18.0"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-07-19 22:13:50 +08:00
|
|
|
"@cordisjs/plugin-loader": "^1.0.0-rc.5",
|
2026-06-22 10:47:02 +08:00
|
|
|
"@deepseek-ai/dsh-agent": "workspace:^",
|
2026-07-19 22:13:50 +08:00
|
|
|
"@deepseek-ai/dsh-invariants": "workspace:^",
|
2026-06-22 10:47:02 +08:00
|
|
|
"@deepseek-ai/dsh-llm": "workspace:^",
|
2026-07-17 15:42:35 +08:00
|
|
|
"@deepseek-ai/dsh-loader-smoke": "workspace:^",
|
2026-07-14 02:22:20 +08:00
|
|
|
"@deepseek-ai/dsh-session": "workspace:^",
|
2026-06-22 10:47:02 +08:00
|
|
|
"@deepseek-ai/dsh-subagent": "workspace:^",
|
2026-07-26 15:27:59 +08:00
|
|
|
"@deepseek-ai/dsh-subprocess": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-subprocess-local": "workspace:^",
|
2026-07-15 11:28:45 +08:00
|
|
|
"cordis": "^4.0.0-rc.7"
|
2026-06-22 10:47:02 +08:00
|
|
|
}
|
|
|
|
|
}
|