revert: remove unreviewed multi-agent routing scaffold (#330)

This commit is contained in:
Cameron
2026-02-18 14:57:50 +01:00
committed by GitHub
parent 44c5a70761
commit 83da7069cf
8 changed files with 40 additions and 1123 deletions

View File

@@ -10,14 +10,5 @@
"rootDir": "src"
},
"include": ["src/**/*"],
"exclude": [
"node_modules",
"dist",
"vendor",
"src/config/normalize.ts",
"src/core/agent-instance.ts",
"src/core/agent-manager.ts",
"src/routing/**/*"
]
"exclude": ["node_modules", "dist", "vendor"]
}