|
|
|
|
|
by markust
10 days ago
|
|
Yes, sorry let me explain a bit more.
The idea is that we have custom agents each having a model version of their own. So, if we have a planning agent that uses Opus and a worker agent that uses Sonnet, then the planning agent writes the plan and hands it over to the worker agent. This way, the handover here is not going to retain the context. 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. |
|