5e962b8a8d
Mounts the capability seam, the configurable HTTP provider, and the model-facing recognition consumer. Not in any default profile's bundles list — a user opts in per profile. Co-Authored-By: Claude <noreply@anthropic.com>
61 lines
1.9 KiB
JSON
61 lines
1.9 KiB
JSON
{
|
|
"name": "@deepseek-ai/dsh-image-recognition-bundle",
|
|
"description": "Opt-in image-recognition bundle for the DeepSeek Harness: mounts the image-recognition capability seam, a configurable HTTP vision provider, and the model-facing recognition tool + skill with deterministic image-task injection",
|
|
"version": "0.1.0-rc.5",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/deepseek-ai/deepseek-harness.git",
|
|
"directory": "packages/bundle/image-recognition"
|
|
},
|
|
"type": "module",
|
|
"main": "lib/index.js",
|
|
"types": "lib/types/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./lib/types/index.d.ts",
|
|
"default": "./lib/index.js"
|
|
},
|
|
"./invariant": {
|
|
"types": "./lib/types/invariant.d.ts",
|
|
"default": "./lib/invariant.js"
|
|
},
|
|
"./cordis.patch.yml": "./cordis.patch.yml",
|
|
"./src/*": "./src/*",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"files": [
|
|
"lib/index.js",
|
|
"lib/invariant.js",
|
|
"cordis.patch.yml",
|
|
"lib/types/**/*.d.ts"
|
|
],
|
|
"license": "MIT",
|
|
"dsh": {
|
|
"bundle": {
|
|
"patch": "./cordis.patch.yml"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@deepseek-ai/dsh-image-recognition": "workspace:^",
|
|
"@deepseek-ai/dsh-image-recognition-http": "workspace:^",
|
|
"@deepseek-ai/dsh-tool-image-recognition": "workspace:^",
|
|
"@deepseek-ai/schemastery": "workspace:^"
|
|
},
|
|
"peerDependencies": {
|
|
"@deepseek-ai/dsh-agent": "workspace:^",
|
|
"@deepseek-ai/dsh-invariants": "workspace:^",
|
|
"@deepseek-ai/cordis": "workspace:^"
|
|
},
|
|
"devDependencies": {
|
|
"@deepseek-ai/dsh-agent": "workspace:^",
|
|
"@deepseek-ai/dsh-image-recognition": "workspace:^",
|
|
"@deepseek-ai/dsh-image-recognition-http": "workspace:^",
|
|
"@deepseek-ai/dsh-invariants": "workspace:^",
|
|
"@deepseek-ai/dsh-tool-image-recognition": "workspace:^",
|
|
"@deepseek-ai/cordis": "workspace:^"
|
|
}
|
|
}
|