{ "name": "dsh-tool-subagent-model", "version": "0.3.3", "description": "dsh-delegate: model-aware subagent delegation for DeepSeek Harness — per-call models, depends_on dependency gating, per-child personas, a durable run roster (subagent_status), audit events, and conversation-flow tool cards.", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/FEOH333/dsh-delegate" }, "keywords": [ "dsh", "dsh-plugin", "deepseek-harness", "subagent", "delegation", "multi-agent", "agent" ], "type": "module", "main": "./lib/index.js", "exports": { ".": "./lib/index.js", "./client": "./lib/client.js", "./package.json": "./package.json" }, "dsh": { "client": { "inject": [ "@deepseek-ai/dsh-client-runtime" ], "platform": "web" } }, "peerDependencies": { "@deepseek-ai/dsh-client-runtime": "*", "@deepseek-ai/dsh-subagent": "*", "@deepseek-ai/dsh-tools": "*", "@deepseek-ai/schemastery": "*", "react": "^18.2.0" } }