mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
Master's reconstructable-requests overhaul (#179) meets the workflow tool: - subagent-inprocess structured-output nudge becomes a system-prompt section plus logged context (the injected-request waterfall shape is gone upstream) - snapshot fixtures re-recorded on the merged tree so every request/header carries the workflow tool; authored error-finish/cancel headers patched to the merged tool list and system text - architecture.md condensed back under its word ceiling; module graph regenerated
37 lines
559 B
JSON
37 lines
559 B
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "lib/types"
|
|
},
|
|
"include": [
|
|
"src"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "../../../vendor/cosmokit"
|
|
},
|
|
{
|
|
"path": "../../../vendor/cordis"
|
|
},
|
|
{
|
|
"path": "../../core/agent"
|
|
},
|
|
{
|
|
"path": "../../llm/llm"
|
|
},
|
|
{
|
|
"path": "../../core/session"
|
|
},
|
|
{
|
|
"path": "../subagent"
|
|
},
|
|
{
|
|
"path": "../../core/system-prompt"
|
|
},
|
|
{
|
|
"path": "../../core/tools"
|
|
}
|
|
]
|
|
}
|