Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to kickoff another crew using an already running crew? #857

Open
rohanprasadsap opened this issue Jul 2, 2024 · 2 comments

Comments

@rohanprasadsap
Copy link

I am currently trying build a project which involves multiple crews. In my project design there is a orchestrator level crew which takes in a user query and then kicks off the respective crew for that user request. Keep in mind that this user request might involve multiple crews.

How can I implement this?

@theCyberTech
Copy link
Collaborator

Is there an issue here? Questions like this are better placed on our Discord server as this is for actual issues/bugs

@fatmind
Copy link

fatmind commented Jul 5, 2024

Is there an issue here? Questions like this are better placed on our Discord server as this is for actual issues/bugs

Logically, an agent can also be a team without being tied to a specific role, allowing for self-nesting.
However, I don't recommend supporting this natively in the project. Instead, @rohanprasadsap can implement an agent at the top level to coordinate between multiple crews on their own.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants