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
Thank you for awesome work! while working on marketing_strategy example I've noticed that chief_creative_director agent is defined but never used. Am I missing something or this agent is not really taking part in the process?
The text was updated successfully, but these errors were encountered:
@matgren Yes there are missing agents and corresponding tasks in __crew.py file.
just create a new agent for the chief_creative_director agent and a new task for the same at the end of the predefined agents and predefined tools in ___crew.py file.Also define the corresponding tasks in tasks.yaml file .
Thank you for awesome work! while working on marketing_strategy example I've noticed that chief_creative_director agent is defined but never used. Am I missing something or this agent is not really taking part in the process?
The text was updated successfully, but these errors were encountered: