Your AI senior engineer for open source contributions.
Paste a GitHub issue URL and OSS Buddy explains:
- What the bug or feature is in plain English
- What part of the codebase is likely involved
- Step by step course of action
- Concepts to understand before starting
- Python
- Groq API (llama-3.3-70b-versatile)
- GitHub API
- Streamlit
- Clone the repo
- Create a virtual environment and install dependencies:
pip install -r requirements.txt- Create a
.envfile: GROQ_API_KEY=your_groq_key
GITHUB_TOKEN=your_github_token 4. Run:
streamlit run app.pyPaste any GitHub issue URL and get an instant breakdown from your AI senior engineer.