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

Crew Kickoff Smart Task Selector #1784

Open
alroyserrao opened this issue Dec 19, 2024 · 0 comments
Open

Crew Kickoff Smart Task Selector #1784

alroyserrao opened this issue Dec 19, 2024 · 0 comments
Labels
feature-request New feature or request

Comments

@alroyserrao
Copy link

Feature Area

Core functionality

Is your feature request related to a an existing bug? Please link it here.

I have a multi-agent system with five tasks:

LinkedIn Content Writer
Facebook Content Writer
Instagram Content Writer
Cooking Recipe
Problem
When I provide an input query, for example:
input: "Generate LinkedIn content for a new promotion"

The system currently goes through all the tasks in sequence and generates outputs for all of them, even if only one task (e.g., LinkedIn Content Writer) is relevant.

Desired Behavior
I want the system to identify the specific task that matches the query (in this case, the LinkedIn Content Writer task) and execute only that task, instead of running through all tasks sequentially.

Question
Is there an existing solution in the Crew Kickoff framework that can achieve this behavior?
If not, could you suggest an approach to implement this selective task execution?

Describe the solution you'd like

add the flows logic in crew kickoff as a fucntion

Describe alternatives you've considered

No response

Additional context

No response

Willingness to Contribute

I can test the feature once it's implemented

@alroyserrao alroyserrao added the feature-request New feature or request label Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant