b165049a13
- Walk CAS chain to build ModeratorContext with expanded output - Call uwf-moderator evaluate() for role decision - Agent resolution: --agent > config overrides > default - Spawn agent CLI, capture StepNode hash - Update threads.yaml, check done via second evaluate - Archive on $END Refs #309, #315
14 lines
261 B
JSON
14 lines
261 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "dist"
|
|
},
|
|
"include": ["src"],
|
|
"references": [
|
|
{ "path": "../uwf-protocol" },
|
|
{ "path": "../uwf-moderator" },
|
|
{ "path": "../uwf-agent-kit" }
|
|
]
|
|
}
|