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.
Navigate to the job-posting directory: cd crewAI-examples/job-posting
Install the required Python packages: pip install -r requirements.txt
Define necessary env variables in the .env file.
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.