What am I doing wrong? All these Orchestrators and swarms and subagents
For the life of me, I feel like I must be dumb or something because no matter what I use, OMO-Slim, Swarm, GSD, Goopspec, list goes on and on. I've tried a lot of them. OMO-Slim seems the easiest to set up, at first glance. I install it, set up each of my agents in the config to my models, launch opencode and it seems all operation. The Orchestrator is there, the sidebar thing is there. Then comes the next step... I give it an idea of what I want to build, what I want to do, it creates a plan. OK, so far so good.
Then it starts executing it. It will delegate to a background agent once, maybe twice, and in between that it is trying to do ALL the work itself. It fills up the context window, basically doing the work by itself. It doesn't try to delegate other than a couple of times. So I am left with a context window being 70-80% full and well, the problem is I am not using my strong, coding models for the orchestrator, so it is trying to do the coding all by itself.
So what am I doing wrong here? They all do this...it just seems like it does the same thing as "Build" ??? but it's not. I also tested each agent and they are all working and connect fine if I manually ask it to invoke the background agent/s. BUt the orchestrators never want to invoke them themselves?! Any tips?