|
|
|
|
|
by cheevly
16 days ago
|
|
It really sounds like you’re doing it wrong (using multi-agent patterns of yesteryear). The proper way is to use multiple agents for work involving very large context, and splitting the context amongst them. It effectively enables encapsulation and separation of concerns, which yields much clearer benefits when working at scale. |
|