To execute LocalizeAgent:
-
Install CrewAI:
pip install crewai -
Navigate to the LocalizeAgent directory:
cd localize_agent -
Create a
.envfile and add your model and API key:MODEL="your_model_name" MODEL_NAME_API_KEY="your_api_key"e.g.,
MODEL=gemini/gemini-1.5-flash GEMINI_API_KEY="your_gemini_api_key" -
Run the agent:
crewai run