Simon(sfarshid) and I spend a lot of time on GitHub. As data nerds we put together a quick tool to explore your repository’s data.<p>How it works:<p>- Data Loading: We use dlt to pull data (issues, PRs, commits, stars) from GitHub<p>- Semantic Layer: Relta wraps the underlying dataset into a semantic layer so the LLM doesn’t hallucinate.<p>- Text-to-SQL: A text-to-SQL agent transforms your plain-English question into a query using the semantic layer<p>- Generative Charts: assistant-ui dynamically generates a chart based on the SQL query<p>- Refinements: If the semantic layer can’t handle your question, our agent submits semantic layer improvements via pull requests<p>Hosted version: <a href="https://github-assistant.com" rel="nofollow">https://github-assistant.com</a><p>Demo Video: <a href="https://youtu.be/ATaf98nID5c" rel="nofollow">https://youtu.be/ATaf98nID5c</a><p>Check out the repo + hosted version and let us know what you think.