- Step1: Clone the repository and install dependencies (pip install -r requirements.txt)
- Step2: Set your OpenAI API key in the environment variable OPENAI_API_KEY
- Step3: Configure memory backend (Chroma or Pinecone) and database path
- Step4: Open babyagi.py and set your GOAL variable
- Step5: Run python babyagi.py to start the agent loop
- Step6: Monitor the console output for task generation, prioritization, and results
- Step7: Review or extend the code for customization and scaling