Question about parallel agent execution #5364
Unanswered
martimfasantos
asked this question in
Q&A
Replies: 1 comment 10 replies
-
|
v0.4 has both a high-level AgentChat API and a low-level Core API (see an simplified explanation of both here). The entire stack is async by design (everything is awaited).
Can you let me know if this works? Also it might help to provide some details on a hypothetical use case you have in mind? |
Beta Was this translation helpful? Give feedback.
10 replies
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.
-
What happened?
Theoretically, it should be possible to call two agents simultaneously, either within a
NestedChator outside of it. In version 0.2, nested chats were supported using theregister_nested_chatsmethod in theConversableAgentclass, and it was possible to trigger multiple chats simultaneously and asynchronously (as referenced in issue #3309). However, in version 0.4, there is no documentation on this functionality, and no clear way to implement it.What did you expect to happen?
A way to run agents in parallel
How can we reproduce it (as minimally and precisely as possible)?
--
AutoGen version
0.4
Which package was this bug in
AgentChat
Model used
No response
Python version
3.12
Operating system
Linux
Any additional info you think would be helpful for fixing this bug
No response
Beta Was this translation helpful? Give feedback.
All reactions