Multiple Crews vs Multiple Agents in the Same Crew #1885
Unanswered
anandhuh1234
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
-
In the use case I'm working on, I have three agents that are interdependent but don't follow a sequential order. The first agent continuously monitors a data source and collects data. The second and third agents use the data from the first agent, but they are invoked separately: the second agent requires a CSV file to start, and the third agent requires a user query to initiate. Both agents use the data stored (preferably in a database) by the first agent for their functionalities. Given this, should I place each agent in a separate crew (with one agent per crew), or is it feasible to include all three agents in a single crew?
Beta Was this translation helpful? Give feedback.
All reactions