I assume you're referencing Sakana Fugu? Similar in the sense that there's multiple models involved, but from what I understand Fugu is kind of a black box in terms of what model is used for what. This project is more deterministic, you can pick and choose which model to assign/use for certain tasks, plus this project is open source which Fugu isn't.
Interesting project. Most of what I read appears to deal well with a linear agent session.
How does it handle concurrent agent/subagent spawning?
Do they fall under the same sessionId (where they're potentially fighting over the warm route breaking it with every task-type change) or get their own individual sessionIds (where you must rewrite the shared prefix for each agent)?
18 comments
[ 3.9 ms ] story [ 44.2 ms ] threadhttps://en.wikipedia.org/wiki/Foreman_(software)
I would vote for the alternative: "Sloppy McSlopGate"
How does it handle concurrent agent/subagent spawning?
Do they fall under the same sessionId (where they're potentially fighting over the warm route breaking it with every task-type change) or get their own individual sessionIds (where you must rewrite the shared prefix for each agent)?