feat: set orchestrator as default agent in kilo.jsonc
This commit is contained in:
@@ -4,9 +4,14 @@
|
||||
"skills": {
|
||||
"paths": [".kilo/skills"]
|
||||
},
|
||||
"defaultAgent": "orchestrator",
|
||||
"defaultModel": "qwen/qwen3.6-plus:free",
|
||||
"smallModel": "openai/llama-3.1-8b-instant",
|
||||
"agent": {
|
||||
"orchestrator": {
|
||||
"model": "ollama-cloud/glm-5",
|
||||
"description": "Main dispatcher. Routes tasks between agents based on Issue status."
|
||||
},
|
||||
"pipeline-runner": {
|
||||
"description": "Runs agent pipeline with Gitea logging",
|
||||
"mode": "subagent",
|
||||
|
||||
Reference in New Issue
Block a user