Replies: 1 comment 1 reply
-
There is some recent improvement on SocietyOfMindAgent here: #6142. There is another thread where we will support wrapping agent/team as a tool #5924. The exception you are seeing is a bug. The inner team didn't handle the case when Generally speaking, the approach is fine and in the right direction toward nested agents. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We are trying to create a multi team (Supervisor) pattern, in which a supervisor should orchestrate and communicate between multiple teams to complete the job. For that We have used combination of MagenticOneOrchestrator, SoceityOfMindAgent and SelectorGroupChat, code is attached below. We see the teams are initialized dynamically and the supervisor is channeling the user query to the relevant team. When the job is done we see below exception.
Please suggest what is wrong or if there a better way to implement supervisor pattern as described above.
To Reproduce
Use the code below.
Expected behavior
Please suggest what is wrong or if there a better way to implement supervisor pattern as described above.
Additional context
Sample team config file
Beta Was this translation helpful? Give feedback.
All reactions