QA-Pilot
Enrichment pendingQA-Pilot is an interactive chat project that leverages online/local LLM for rapid understanding and navigation of GitHub code repository.
GraphCanon updated today · GitHub synced today
325
Stars
40
Forks
8
Open issues
8
Watchers
10mo
Last push
Svelte Apache-2.0Created Apr 3, 2024
Trust & integrity
Full report- Maintenance
- Slowing (321d since push)
- As of today · Source: github_public_v1
- Provenance
- Not a fork · Personal account
- As of today · Source: github_public_v1
- Security (OSV)
- 181 low (181 low)
- As of today · Source: osv@v1
Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.
Overview
QA-Pilot is an interactive chat project that leverages online/local LLM for rapid understanding and navigation of GitHub code repository.
Capability facts
- Languages
- svelte
Source: github.language · Jul 11, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Python runtimePython
Source: README excerpt (regex_v1, Jul 11, 2026)
python qa_pilot_run.pySource link
Tags
README
docker run -p 8080:8080 --gpus all --name local-ai -ti localai/localai:latest-aio-gpu-nvidia-cuda-11
docker run -p 8080:8080 --gpus all --name local-ai -ti localai/localai:latest-aio-gpu-nvidia-cuda-12
install deps
cd svelte-app npm install
npm run dev
8. Run the backend QA-Pilot in another terminal:
```shell
python qa_pilot_run.py