GroupChat: One-to-Many Routing with Aggregated Response Handling #4846
Unanswered
boyandimitrov
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I’m working on creating a solution using AutoGen. I’ve identified several agents managed by GroupChat, and currently, the central part of my logic is the Catalog Search agent.
Everything works well when dealing with a single catalog, but I recently needed to add multiple catalogs. Each catalog represents a different brand, which introduces a challenging aspect for me.
Some client requests come without specifying a brand, so my agents need to propose products from multiple catalogs. This means my central Catalog Search component must send requests to every BrandCatalog and aggregate their cumulative responses.
What would be the right way to do this
Beta Was this translation helpful? Give feedback.
All reactions