Skip to content
English
  • There are no suggestions because the search field is empty.

How to use the crewai custom GPT to create a crew

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