How to create asynchronous tool-using AgentChat? #5350
Unanswered
Tylersuard
asked this question in
Q&A
Replies: 1 comment
-
Yes, take a look at this pattern https://microsoft.github.io/autogen/stable/user-guide/core-user-guide/design-patterns/concurrent-agents.html |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I love the new agentchat code, it is way simpler than Autogen 0.2. However I am having a lot of trouble understanding the new Autogen Core. Is there a way to create 2 agents, assign them each a tool function, give each the same input message, and run them both at the same time? I want each agent to search a different database, and to do it asynchronously so I don't have to wait for the results to come back from database 1, and then query database 2. Let me know if this is possible, and how I would implement it.
The Teams looks like it can only be sequential.
Beta Was this translation helpful? Give feedback.
All reactions