2026-06-21 12:03:44 +08:00
{
"name" : "@deepseek-ai/dsh-stdio-agent" ,
"description" : "Terminal stdio chat app: the agent-core spine + console logger + readline UI + a pre-created main agent, with a bin to boot a leaf cordis.yml" ,
"version" : "0.0.1" ,
"private" : true ,
"type" : "module" ,
"main" : "lib/index.js" ,
2026-06-22 00:51:41 +08:00
"types" : "lib/types/index.d.ts" ,
2026-06-21 12:03:44 +08:00
"bin" : {
"dsh-stdio-agent" : "lib/bin.js"
} ,
"exports" : {
"." : {
2026-06-22 00:51:41 +08:00
"types" : "./lib/types/index.d.ts" ,
2026-06-21 12:03:44 +08:00
"default" : "./lib/index.js"
} ,
"./bin" : {
2026-06-22 00:51:41 +08:00
"types" : "./lib/types/bin.d.ts" ,
2026-06-21 12:03:44 +08:00
"default" : "./lib/bin.js"
} ,
"./src/*" : "./src/*" ,
"./package.json" : "./package.json"
} ,
"files" : [
2026-06-22 00:51:41 +08:00
"lib/index.js" ,
"lib/bin.js" ,
"lib/types/**/*.d.ts" ,
"lib/types/**/*.d.ts.map" ,
2026-06-21 12:03:44 +08:00
"src"
] ,
"license" : "BSD-3-Clause" ,
"peerDependencies" : {
"@cordisjs/plugin-include" : "^1.0.4" ,
"@cordisjs/plugin-loader" : "^1.0.0-rc.4" ,
2026-07-04 16:43:06 +08:00
"@deepseek-ai/dsh-app-boot" : "^0.0.1" ,
2026-06-21 12:03:44 +08:00
"@cordisjs/plugin-logger-console" : "^1.0.0" ,
"@deepseek-ai/dsh-agent" : "^0.0.1" ,
2026-07-04 17:12:50 +08:00
"@deepseek-ai/dsh-llm" : "^0.0.1" ,
2026-06-21 12:03:44 +08:00
"@deepseek-ai/dsh-agent-core" : "^0.0.1" ,
"@deepseek-ai/dsh-session" : "^0.0.1" ,
2026-07-08 12:58:23 +08:00
"@deepseek-ai/dsh-tools" : "^0.0.1" ,
2026-06-21 12:03:44 +08:00
"@deepseek-ai/dsh-session-persistence-jsonl" : "^0.0.1" ,
2026-06-25 22:51:38 +08:00
"@deepseek-ai/dsh-tool-ask-user" : "^0.0.1" ,
"@deepseek-ai/dsh-user-interaction" : "^0.0.1" ,
2026-06-21 12:03:44 +08:00
"cordis" : "^4.0.0-rc.6" ,
"schemastery" : "^3.17.0"
} ,
"devDependencies" : {
"@cordisjs/plugin-include" : "workspace:^" ,
"@cordisjs/plugin-loader" : "workspace:^" ,
2026-07-04 16:43:06 +08:00
"@deepseek-ai/dsh-app-boot" : "workspace:^" ,
2026-06-21 12:03:44 +08:00
"@cordisjs/plugin-logger-console" : "workspace:^" ,
"@deepseek-ai/dsh-agent" : "workspace:^" ,
2026-07-04 17:12:50 +08:00
"@deepseek-ai/dsh-llm" : "workspace:^" ,
2026-06-21 12:03:44 +08:00
"@deepseek-ai/dsh-agent-core" : "workspace:^" ,
2026-07-07 20:18:01 +08:00
"@deepseek-ai/dsh-system-prompt" : "workspace:^" ,
2026-06-21 12:03:44 +08:00
"@deepseek-ai/dsh-session" : "workspace:^" ,
2026-07-08 12:58:23 +08:00
"@deepseek-ai/dsh-tools" : "workspace:^" ,
2026-06-21 12:03:44 +08:00
"@deepseek-ai/dsh-session-persistence-jsonl" : "workspace:^" ,
2026-06-25 22:51:38 +08:00
"@deepseek-ai/dsh-tool-ask-user" : "workspace:^" ,
"@deepseek-ai/dsh-user-interaction" : "workspace:^" ,
2026-06-21 12:03:44 +08:00
"cordis" : "^4.0.0-rc.6" ,
"schemastery" : "^3.17.0"
}
}