| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "name": "@deepseek-ai/dsh-subagent-inprocess",
- "description": "Shared in-process subagent run driver: drives a child agent on ctx.agents (used by the spawn and fork backends)",
- "version": "0.0.1",
- "private": true,
- "type": "module",
- "main": "lib/index.js",
- "types": "lib/types/index.d.ts",
- "exports": {
- ".": {
- "types": "./lib/types/index.d.ts",
- "default": "./lib/index.js"
- },
- "./src/*": "./src/*",
- "./package.json": "./package.json"
- },
- "files": [
- "lib/index.js",
- "lib/types/**/*.d.ts",
- "lib/types/**/*.d.ts.map",
- "src"
- ],
- "license": "BSD-3-Clause",
- "peerDependencies": {
- "@deepseek-ai/dsh-agent": "^0.0.1",
- "@deepseek-ai/dsh-llm": "^0.0.1",
- "@deepseek-ai/dsh-session": "^0.0.1",
- "@deepseek-ai/dsh-subagent": "^0.0.1",
- "@deepseek-ai/dsh-system-prompt": "^0.0.1",
- "@deepseek-ai/dsh-tools": "^0.0.1",
- "cordis": "^4.0.0-rc.7"
- },
- "devDependencies": {
- "@deepseek-ai/dsh-agent": "workspace:^",
- "@deepseek-ai/dsh-agent-loop": "workspace:^",
- "@deepseek-ai/dsh-agent-loop-testkit": "workspace:^",
- "@deepseek-ai/dsh-invariants": "workspace:^",
- "@deepseek-ai/dsh-llm": "workspace:^",
- "@deepseek-ai/dsh-session": "workspace:^",
- "@deepseek-ai/dsh-subagent": "workspace:^",
- "@deepseek-ai/dsh-system-prompt": "workspace:^",
- "@deepseek-ai/dsh-tools": "workspace:^",
- "cordis": "^4.0.0-rc.7"
- }
- }
|