CrewAI Job Posting Example

business

Crew Details

This repository contains examples of how to use the CrewAI framework to automate various processes, including creating job postings. The CrewAI framework facilitates collaboration among role-playing AI agents.

Install

  1. Clone the repo: git clone https://github.com/joaomdmoura/crewAI-examples.git
  2. Navigate to the job-posting directory: cd crewAI-examples/job-posting
  3. Install the required Python packages: pip install -r requirements.txt
  4. Define necessary env variables in the .env file.
  5. Run the application: python3 main.py

Input & Output

Input
  • Install dependencies, set env variables, and run the application. Modify agents and tasks if changing the job posting requirements. ./job_description_example.md: Example of a job description the crew will use as inspiration.
Output
  • Generates a formatted job posting based on provided inputs and gathered information.

Creator

Joao Moura