| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156 |
- {
- "extends": "../../../tsconfig.base.json",
- "compilerOptions": {
- "rootDir": "src",
- "outDir": "lib/types"
- },
- "include": [
- "src"
- ],
- "references": [
- {
- "path": "../../../vendor/cordis"
- },
- {
- "path": "../../../vendor/timer"
- },
- {
- "path": "../../llm/llm"
- },
- {
- "path": "../../llm/llm-deepseek"
- },
- {
- "path": "../../core/session"
- },
- {
- "path": "../../session-title/session-title"
- },
- {
- "path": "../../session-title/session-title-first-message-llm"
- },
- {
- "path": "../../core/system-prompt"
- },
- {
- "path": "../../core/tools"
- },
- {
- "path": "../../core/agent"
- },
- {
- "path": "../../tasks/tasks"
- },
- {
- "path": "../../core/agent-loop"
- },
- {
- "path": "../../session-persistence/session-persistence-jsonl"
- },
- {
- "path": "../../bash/bash-local"
- },
- {
- "path": "../../bash/tool-bash"
- },
- {
- "path": "../../compact/compact-basic"
- },
- {
- "path": "../../fs/fs-local"
- },
- {
- "path": "../../fs/fs-policy"
- },
- {
- "path": "../../fs/tool-fs"
- },
- {
- "path": "../../fs/tool-fs-search"
- },
- {
- "path": "../../context/workspace-context"
- },
- {
- "path": "../../llm/token-meter"
- },
- {
- "path": "../../skill/skill"
- },
- {
- "path": "../../skill/skill-local"
- },
- {
- "path": "../../skill/tool-skill"
- },
- {
- "path": "../../spill/spill-local"
- },
- {
- "path": "../../spill/spill-policy"
- },
- {
- "path": "../../subagent/subagent"
- },
- {
- "path": "../../subagent/subagent-fork"
- },
- {
- "path": "../../subagent/subagent-spawn"
- },
- {
- "path": "../../subagent/tool-subagent"
- },
- {
- "path": "../../support/invariants"
- },
- {
- "path": "../../tasks/tool-tasks"
- },
- {
- "path": "../../timeout/timeout-policy"
- },
- {
- "path": "../../todo/tool-todo"
- },
- {
- "path": "../../workflow/tool-workflow"
- },
- {
- "path": "../../workflow/workflow-workerthread"
- },
- {
- "path": "../apiproxy"
- },
- {
- "path": "../../../vendor/loader"
- },
- {
- "path": "../../client/connection"
- },
- {
- "path": "../../client/runtime"
- },
- {
- "path": "../../client/ui-theme"
- },
- {
- "path": "../../client/i18n"
- },
- {
- "path": "../../client/ui-layout"
- },
- {
- "path": "../../client/ui-sidebar"
- },
- {
- "path": "../../client/ui-conversation"
- },
- {
- "path": "../../client/ui-question"
- },
- {
- "path": "../../client/ui-trajectory"
- }
- ]
- }
|