{ "name": "dsh-multi-model-orchestrator", "version": "0.7.11", "description": "Cordis agent plugin for configurable multi-model subagent orchestration in DeepSeek Harness", "type": "module", "license": "MIT", "private": false, "bin": { "dsh-orchestrator-install": "./src/install.mjs" }, "scripts": { "setup": "node ./src/install.mjs", "test": "node --test", "smoke:agent-preset": "node ./scripts/smoke-agent-preset.mjs", "bundle": "tsdown", "watch": "tsdown --watch", "typecheck": "tsc --noEmit", "release:check": "node ./src/release-check.mjs" }, "repository": { "type": "git", "url": "git+https://github.com/ToxicantX/dsh-multi-model-orchestrator.git" }, "homepage": "https://github.com/ToxicantX/dsh-multi-model-orchestrator#readme", "bugs": { "url": "https://github.com/ToxicantX/dsh-multi-model-orchestrator/issues" }, "engines": { "node": "^22.19.0 || >=24" }, "keywords": [ "deepseek-harness", "dsh", "multi-agent", "orchestrator", "agent-preset" ], "main": "./index.js", "exports": { ".": "./index.js", "./host": "./host.js", "./agent": "./agent.js", "./client": "./lib/client.js", "./config": "./src/config.js", "./package.json": "./package.json" }, "files": [ "index.js", "host.js", "agent.js", "cordis.patch.yml", "lib/client.js", "src/config.js", "src/install.mjs", "src/preset.js", "src/release-check.mjs", "preset/", "preset-legacy/", "package.json", "README.md", "CHANGELOG.md", "LICENSE" ], "peerDependencies": { "@deepseek-ai/dsh-system-prompt": "^0.1.6-alpha.1", "@deepseek-ai/dsh-tool-subagent": "^0.1.6-alpha.1", "@deepseek-ai/schemastery": "^3.18.1", "react": "^18.2.0" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "inject": [ "@deepseek-ai/dsh-client-ui-settings", "@deepseek-ai/dsh-client-locale", "@deepseek-ai/dsh-api-remotes" ], "platform": "web" } }, "devDependencies": { "@deepseek-ai/dsh": "0.1.6-alpha.1", "@deepseek-ai/dsh-anonymous-user-id": "0.1.6-alpha.1", "@deepseek-ai/dsh-attachment": "0.1.6-alpha.1", "@deepseek-ai/dsh-authorization": "0.1.6-alpha.1", "@deepseek-ai/dsh-bash-local": "0.1.6-alpha.1", "@deepseek-ai/dsh-compaction": "0.1.6-alpha.1", "@deepseek-ai/dsh-fs": "0.1.6-alpha.1", "@deepseek-ai/dsh-hook-protocol": "0.1.6-alpha.1", "@deepseek-ai/dsh-jobs": "0.1.6-alpha.1", "@deepseek-ai/dsh-output-retention": "0.1.6-alpha.1", "@deepseek-ai/dsh-sandbox": "0.1.6-alpha.1", "@deepseek-ai/dsh-sdk-protocol": "0.1.6-alpha.1", "@deepseek-ai/dsh-session-persistence": "0.1.6-alpha.1", "@deepseek-ai/dsh-session-query": "0.1.6-alpha.1", "@deepseek-ai/dsh-session-telemetry": "0.1.6-alpha.1", "@deepseek-ai/dsh-session-title-llm": "0.1.6-alpha.1", "@deepseek-ai/dsh-settings": "0.1.6-alpha.1", "@deepseek-ai/dsh-shell": "0.1.6-alpha.1", "@deepseek-ai/dsh-spill": "0.1.6-alpha.1", "@deepseek-ai/dsh-subagent-in-process-driver": "0.1.6-alpha.1", "@deepseek-ai/dsh-system-prompt": "0.1.6-alpha.1", "@deepseek-ai/dsh-tool-subagent": "0.1.6-alpha.1", "@deepseek-ai/dsh-util-time": "0.1.6-alpha.1", "@deepseek-ai/dsh-util-values": "0.1.6-alpha.1", "@deepseek-ai/dsh-util-workspace-path": "0.1.6-alpha.1", "@deepseek-ai/dsh-workflow": "0.1.6-alpha.1", "@types/node": "^22.10.0", "@types/react": "~18.3.1", "react": "^18.2.0", "react-dom": "18.3.1", "tsdown": "^0.15.7", "typescript": "^5.9.2" }, "peerDependenciesMeta": {}, "packageManager": "pnpm@9.15.9" }