mirror of
https://github.com/crewAIInc/crewAI-examples.git
synced 2026-04-23 03:00:08 -04:00
AI Crew for Jobs postings
Introduction
This project is an example using the CrewAI framework to automate the process of coming up with an Jobs postings. CrewAI orchestrates autonomous AI agents, enabling them to collaborate and execute complex tasks efficiently.
This example is also available online at JobDescriptionCrew.com
Jobs postings
By @joaomdmoura
CrewAI Framework
CrewAI is designed to facilitate the collaboration of role-playing AI agents. In this example, these agents work together to give a complete stock analysis and investment recommendation
Running the Script
- Configure Environment: Copy ``.env.example` and set up the environment variables for OpenAI and Serper.
- Install Dependencies: Run
pip install -r requirements.txt. - Execute the Script: Run
python main.pyand input your idea.
Details & Explanation
- Running the Script: Execute `python main.py`` and input the requested information when prompted. The script will leverage the CrewAI framework to create the job posting for you
- Key Components:
./main.py: Main script file../tasks.py: Main file with the tasks prompts../agents.py: Main file with the agents creation../job_description_example.md: Example of a job description the crew will use as inspiration.
License
This project is released under the MIT License.
