https://github.com/jacoblincool/ai-programmer
AI Programmer that browses GitHub, combining RAG strategy and a large language model to fetch, refine, and present code solutions.
https://github.com/jacoblincool/ai-programmer
Last synced: 2 months ago
JSON representation
AI Programmer that browses GitHub, combining RAG strategy and a large language model to fetch, refine, and present code solutions.
- Host: GitHub
- URL: https://github.com/jacoblincool/ai-programmer
- Owner: JacobLinCool
- License: mit
- Created: 2024-01-31T17:40:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-08T11:39:31.000Z (3 months ago)
- Last Synced: 2026-03-08T14:49:19.309Z (3 months ago)
- Language: TypeScript
- Size: 255 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AI Programmer
AI Programmer that browses GitHub, combining RAG strategy and a large language model to fetch, refine, and present code solutions.
## Preparation
Environment Variables:
- `GITHUB_TOKEN`: GitHub API token
- `OPENAI_API_KEY`: OpenAI API key
> Can be set in `.env` file.
## Usage
```bash
# Development
pnpm dev -h
```
```bash
# Install from npm
pnpm i -g ai-programmer
# Run
ai-programmer -h
```