You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: