|
|
|
|
|
by bensyverson
11 days ago
|
|
The issue with this is just how much context it consumes. Generating the plan could easily get me to 30% of a 1M context window—the point at which I normally clear. Most of that context fill is not necessary for execution, and the model degrades as context fills. So starting from 30% (or passing a fresh agent all of that context) is not ideal. But maybe I'm misunderstanding what you're proposing? |
|
When the worker agent picks it up, it'd have a new context and only the todo list from the plan, so it shouldn't be reading all the files again.