- Step1: Clone the repository with git clone https://github.com/touhi99/genai-job-agents.git
- Step2: Change directory into the project folder
- Step3: Install dependencies via pip install -r requirements.txt
- Step4: Set your OpenAI API key in environment variables
- Step5: Define job modules by creating Python classes or config files
- Step6: Register agents and jobs in the main application script
- Step7: Run the job queue script to execute and monitor agents