{ "name": "dsh-camel", "description": "Provider/model-aware adaptive pacing and visible rate-limit retries for DeepSeek Harness free models.", "version": "0.2.2", "keywords": [ "deepseek-harness", "deepseek", "dsh-plugin", "ai-agent", "llm", "free-model", "free-model-rate-limit", "rate-limit", "rate-limit-retry", "request-throttling", "adaptive-rate-limit", "adaptive-throttling", "provider-model", "visible-retry", "retry-after", "cordis" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/JuwanXu/dsh-camel.git" }, "homepage": "https://github.com/JuwanXu/dsh-camel#readme", "bugs": { "url": "https://github.com/JuwanXu/dsh-camel/issues" }, "engines": { "node": ">=20" }, "type": "module", "main": "lib/index.js", "types": "lib/index.d.ts", "exports": { ".": { "types": "./lib/index.d.ts", "default": "./lib/index.js" }, "./cordis.patch.yml": "./cordis.patch.yml" }, "files": [ "lib", "src", "cordis.patch.yml", "README.md", "docs/README.zh-CN.md" ], "scripts": { "prepare": "npm run build", "prepack": "npm run build", "build": "tsc -p tsconfig.build.json", "test": "vitest run", "typecheck": "tsc -p tsconfig.json --noEmit" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" } }, "peerDependencies": { "@deepseek-ai/cordis": "*", "@deepseek-ai/dsh-session": "*", "@deepseek-ai/schemastery": "*" }, "devDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-agent": "0.1.0-rc.6", "@deepseek-ai/dsh-agent-loop": "0.1.0-rc.6", "@deepseek-ai/dsh-agent-loop-testkit": "0.1.0-rc.6", "@deepseek-ai/dsh-attachment": "0.1.0-rc.6", "@deepseek-ai/dsh-brand": "0.1.0-rc.6", "@deepseek-ai/dsh-code-runtime": "0.1.0-rc.6", "@deepseek-ai/dsh-invariants": "0.1.0-rc.6", "@deepseek-ai/dsh-llm": "0.1.0-rc.6", "@deepseek-ai/dsh-llm-retry": "0.1.0-rc.6", "@deepseek-ai/dsh-scope": "0.1.0-rc.6", "@deepseek-ai/dsh-session": "0.1.0-rc.6", "@deepseek-ai/dsh-session-persistence": "0.1.0-rc.6", "@deepseek-ai/dsh-settings": "0.1.0-rc.6", "@deepseek-ai/dsh-system-prompt": "0.1.0-rc.6", "@deepseek-ai/dsh-timeout": "0.1.0-rc.6", "@deepseek-ai/dsh-tools": "0.1.0-rc.6", "@deepseek-ai/dsh-typert-protocol": "0.1.0-rc.6", "@deepseek-ai/dsh-user-approval": "0.1.0-rc.6", "@deepseek-ai/schemastery": "^3.18.1", "typescript": "^7.0.2", "vitest": "^4.1.11" } }