- Step1: Clone the repository from GitHub.
- Step2: Install dependencies via pip install -r requirements.txt.
- Step3: Set environment variables for OpenAI API key and GitHub token.
- Step4: Configure prompt templates and project settings in config files.
- Step5: Run the agent using python main.py with your project path.
- Step6: Assign tasks like code generation or PR review via CLI commands.
- Step7: Review generated branches, commits, and pull requests on GitHub.
- Step8: Merge approved changes and iterate by updating prompts as needed.