docs(config): document custom_agents behavior and delegation flow

This commit is contained in:
edxeth
2026-02-26 20:01:53 +01:00
parent 1fab8db9fe
commit b34f0a5068
2 changed files with 58 additions and 0 deletions
+2
View File
@@ -68,6 +68,8 @@ User Request
When Sisyphus delegates to a subagent, it doesn't pick a model name. It picks a **category**`visual-engineering`, `ultrabrain`, `quick`, `deep`. The category automatically maps to the right model. You touch nothing.
Custom agents are also first-class in this flow. When custom agents are loaded, planning context includes them, so the orchestrator can choose them proactively when appropriate, and you can call them directly on demand via `task(subagent_type="your-agent")`.
For a deep dive into how agents collaborate, see the [Orchestration System Guide](./orchestration.md).
---