Switch model on demand #100
Replies: 1 comment 5 replies
Do you mean e.g. having a command /subagent "Do xyz", so that you manually schedule a fresh subagent (irrespective from the orchestrator)? If so I think this could introduce issues since the subagents usually rely on the orchestrator doing the research first and giving it context, otherwise the subagent has to re-do all the research.
I was generally thinking about having a model array inside the config.json so that a user can select them inside the TUI. Will need to take into account whether it's for orchestrator/subagent. Potentially with the researcher might also need to have model by subagent type.
Can you explain what this third level would be for I am not sure I understand. Is it for like a different type of subagent (e.g. researcher gets model A, coder gets model B, orchestrator gets model C; if so would this be solved by the above configuration?) or something else? |
Uh oh!
There was an error while loading. Please reload this page.
By default any request goes to the orchestrator first and then routed to the subagent as needed.
Given the orchestrator is usually a more expensive model, for certain requests I would like to send requests directly to the subagent. Is it possible to switch models on demand instead of changing the config file and relaunching.
Secondly, it would be nice to even have a 3rd level of subagent similar to what Claude offers
All reactions