Remix.run Logo
knollimar 2 days ago

Does this not result in subagents not logging their work?

avereveard 2 days ago | parent [-]

I prefer the orchestrator to have a say, based on the answer of the sub agent

knollimar 2 days ago | parent [-]

How does the subagent know what kind of notes to take? Does fhe orchestrator just discard them or summarize itself?

I find this interaction is where my subagent ideas explode (not transferring enough data up and down)

avereveard 2 days ago | parent [-]

most subagent tool have in the tool the sub agent calls to notify completion the message to return and a good documentation about how to return things, so the orchesrtator can orchestrate.

the harness that don't have that mechanism can have it augmented by prompt

roo code has a good harness for that (but terrible default prompts for the agents), kiro does that well too, gemini has a few misses as it just send off things without really caring of returns by default (albeit very model dependent), meanwhile jules using the same models has a good harness with a good feedback loop.