fix(tasks): ship task registry control runtime

This commit is contained in:
Peter Steinberger
2026-04-28 06:18:06 +01:00
parent 85bdaff418
commit f7e942f571
10 changed files with 397 additions and 0 deletions

View File

@@ -213,6 +213,7 @@ function buildCoreDistEntries(): Record<string, string> {
"agents/model-catalog.runtime": "src/agents/model-catalog.runtime.ts",
"agents/models-config.runtime": "src/agents/models-config.runtime.ts",
"subagent-registry.runtime": "src/agents/subagent-registry.runtime.ts",
"task-registry-control.runtime": "src/tasks/task-registry-control.runtime.ts",
"agents/pi-model-discovery-runtime": "src/agents/pi-model-discovery-runtime.ts",
"link-understanding/apply.runtime": "src/link-understanding/apply.runtime.ts",
"media-understanding/apply.runtime": "src/media-understanding/apply.runtime.ts",