This is a several Agency Bots where you need to provide instructions and it will handle all of the coding. This is accomplished with the assistance of CrewAI, DeepInfra and the Google Gemini-Pro model.
This provides the potential to create complex workflows with a variety of conditions. Something needs minor adjustments to function properly.
- Clone the repo
- Install the required packages
pip install -r requirements.txt
- Create a .env file to add GOOGLE_API_KEY and DEEPINFRA_API_TOKEN
GOOGLE_API_KEY = 'YOUR_API_KEY'
DEEPINFRA_API_TOKEN = 'YOUR_API_KEY'
- Run the Playwright Agents.py in the terminal
python run Playwright Agents.py
python run Marketing Agency.py
NOTE: A sample input prompt is given in the folder, and some changes may be needed in the output Python file.