Add primary subagent-only orchestrator
This commit is contained in:
27
kilo.json
Normal file
27
kilo.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"$schema": "https://app.kilo.ai/config.json",
|
||||
"agent": {
|
||||
"subagent-orchestrator": {
|
||||
"description": "Primary user-facing fast dispatcher that routes requests only to approved project subagents. Use this as a lightweight orchestrator when you want subagent-only delegation and no direct execution by full agents.",
|
||||
"mode": "primary",
|
||||
"model": "openai/gpt-5-nano",
|
||||
"temperature": 0.0,
|
||||
"steps": 8,
|
||||
"prompt": "{file:./.kilo/agent/subagent-orchestrator.md}",
|
||||
"permission": {
|
||||
"edit": "deny",
|
||||
"bash": "deny",
|
||||
"browser": "deny",
|
||||
"task": {
|
||||
"*": "deny",
|
||||
"product-manager": "allow",
|
||||
"coder": "allow",
|
||||
"semantic": "allow",
|
||||
"tester": "allow",
|
||||
"reviewer-agent-auditor": "allow",
|
||||
"semantic-implementer": "allow"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user