2026-07-17 12:01:37 +08:00
|
|
|
{
|
|
|
|
|
"extends": "../../../tsconfig.base.json",
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"rootDir": "src",
|
|
|
|
|
"outDir": "lib/types"
|
|
|
|
|
},
|
|
|
|
|
"include": [
|
|
|
|
|
"src"
|
|
|
|
|
],
|
|
|
|
|
"references": [
|
|
|
|
|
{
|
|
|
|
|
"path": "../../../vendor/cordis"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "../../../vendor/schemastery"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "../../core/agent"
|
|
|
|
|
},
|
2026-07-19 11:37:14 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../core/agent-loop"
|
|
|
|
|
},
|
2026-07-24 12:31:26 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../goal/goal"
|
|
|
|
|
},
|
2026-07-17 12:01:37 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../core/session"
|
|
|
|
|
},
|
2026-07-21 16:46:48 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../context/session-reference"
|
|
|
|
|
},
|
2026-07-22 10:55:19 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../session-persistence/session-persistence"
|
|
|
|
|
},
|
2026-07-24 12:31:26 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../session-query/session-query"
|
|
|
|
|
},
|
2026-07-21 01:53:24 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../session-title/session-title"
|
|
|
|
|
},
|
2026-07-17 12:01:37 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../llm/llm"
|
|
|
|
|
},
|
2026-07-20 22:44:01 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../llm/token-meter"
|
|
|
|
|
},
|
2026-07-20 03:34:19 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../llm/llm-retry"
|
|
|
|
|
},
|
2026-07-17 12:01:37 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../core/tools"
|
|
|
|
|
},
|
2026-07-19 22:11:59 +08:00
|
|
|
{
|
|
|
|
|
"path": "../commands"
|
|
|
|
|
},
|
2026-07-22 10:55:19 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../skill/skill"
|
|
|
|
|
},
|
2026-07-17 12:01:37 +08:00
|
|
|
{
|
|
|
|
|
"path": "../user-interaction"
|
2026-07-19 22:13:50 +08:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "../../support/invariants"
|
2026-07-17 12:01:37 +08:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|