27 lines
895 B
JSON
27 lines
895 B
JSON
{
|
|
"$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": "github-copilot/gpt-5.1-codex-mini",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |