feat(config): add configurable agent ordering

This commit is contained in:
YeonGyu-Kim
2026-05-08 16:08:18 +09:00
parent 8667d7e5b8
commit 9522dd4ca4
16 changed files with 400 additions and 57 deletions
+8
View File
@@ -14,6 +14,14 @@
"default_run_agent": {
"type": "string"
},
"agent_order": {
"maxItems": 64,
"type": "array",
"items": {
"type": "string",
"maxLength": 128
}
},
"agent_definitions": {
"type": "array",
"items": {