feat: add agents command

This commit is contained in:
Peter Steinberger
2026-01-07 09:58:54 +01:00
parent 9df8af855b
commit 7973fd4caf
20 changed files with 1519 additions and 330 deletions
+1
View File
@@ -539,6 +539,7 @@ export type RoutingConfig = {
agents?: Record<
string,
{
name?: string;
workspace?: string;
agentDir?: string;
model?: string;