QA-Pilot is an interactive chat-based application designed to help users understand and navigate GitHub repositories using large language models. It enables users to clone repositories locally and then interact with them through a conversational interface, allowing for rapid exploration of codebases without manual searching. The system supports both local and cloud-based LLM providers, making it flexible for different environments and privacy requirements. It includes features such as chat session storage, search functionality for retrieving previous interactions, and multi-session management for working on multiple repositories simultaneously. QA-Pilot also integrates code visualization tools such as code graphs, helping users better understand file structures and relationships within projects. The application is built with a modern frontend and backend architecture, combining performance and usability for developer workflows.
Features
- Chat-based exploration of GitHub repositories
- Support for local and cloud LLM providers
- Persistent chat history and session management
- Searchable conversation sessions
- Code graph visualization for project structure
- Multi-session support for different repositories