How to use the crewai custom GPT to create a crew
- Navigate to the CrewAI custom GPT at https://chatgpt.com/g/g-qqTuUWsBY-crewai-assistant
- Describe your project idea. For example: "suggest me some agents and tasks to retrieve LinkedIn profile details for a given person and a domain."
- The GPT will provide you with a list of suggested agents and tasks. Here's an example
- Create the project structure in your terminal by entering:
crewai create linkedin-profile
- Ask the GPT to convert the agents and tasks to YAML format.
- Now replace the agents.yaml and tasks.yaml with the above code
- Ask GPT to create the custom LinkedIn Tool
- Ask the GPT to put everything together into the crew,py
- You will now have a fully working crew.