{ "name": "dsh-agent-router", "description": "DeepSeek Harness multi-model routing plugin: route tasks to custom specialist agents (vision / image generation / translation / speech / subagent) with per-agent providers & models, multimodal account sign-in, OAuth account pools, and realtime usage stats", "version": "0.5.0", "license": "MIT", "type": "module", "scripts": { "test": "node tests/run-all.mjs", "test:contract": "node tests/host-contract.mjs" }, "main": "lib/index.js", "exports": { ".": "./lib/index.js", "./tool": "./lib/tool.js", "./client": "./lib/client.js", "./schemas": "./lib/schemas.js", "./rpc": "./lib/rpc.js", "./package.json": "./package.json" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web", "inject": [ "@deepseek-ai/dsh-client-ui-settings", "@deepseek-ai/dsh-client-locale", "@deepseek-ai/dsh-api-remotes" ] } }, "files": [ "lib/attachments.js", "lib/client.js", "lib/host-abi/", "lib/host-route.js", "lib/index.js", "lib/memory.js", "lib/oauth-credentials.js", "lib/oauth-llm.js", "lib/prestep.js", "lib/preset-defaults.js", "lib/rpc.js", "lib/schemas.js", "lib/service.js", "lib/stats.js", "lib/tool.js", "lib/wrapper.js", "cordis.patch.yml", "install.ps1", "install.sh", "docs/images/", "README.md" ], "dependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/schemastery": "^3.18.1", "@deepseek-ai/dsh-llm": "^0.1.5-rc.2", "@deepseek-ai/dsh-tools": "^0.1.5-rc.2", "@deepseek-ai/dsh-typert-protocol": "^0.1.5-rc.2", "undici": "^7.18.0" }, "peerDependencies": { "@deepseek-ai/dsh-attachment": "^0.1.5-rc.2", "@deepseek-ai/dsh-agent": "^0.1.5-rc.2", "@deepseek-ai/dsh-agent-default-model": "^0.1.5-rc.2", "@deepseek-ai/dsh-session": "^0.1.5-rc.2", "@deepseek-ai/dsh-settings": "^0.1.5-rc.2", "@deepseek-ai/dsh-subagent": "^0.1.5-rc.2", "@deepseek-ai/dsh-system-prompt": "^0.1.5-rc.2", "@deepseek-ai/dsh-credentials": "^0.1.5-rc.2" } }