feat(agent): add agent management feature with list view and routing

This commit is contained in:
2025-11-04 18:32:51 +08:00
parent 37dcab1597
commit b34988e830
15 changed files with 713 additions and 37 deletions

View File

@@ -11,7 +11,7 @@
/* Bundler mode */
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"verbatimModuleSyntax": true,
"verbatimModuleSyntax": false,
"moduleDetection": "force",
"noEmit": true,
"jsx": "react-jsx",
@@ -20,7 +20,7 @@
"strict": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"erasableSyntaxOnly": true,
"erasableSyntaxOnly": false,
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true,