Ask HN: Local LLM to explore code repositories?

1 points by yamrzou ↗ HN
Is there an LLM that you can feed a repository and then ask it questions it? It would be useful for large repositories that lack documentation.

4 comments

[ 1.6 ms ] story [ 26.9 ms ] thread
You cannot use LLM models directly. You need to build a system that takes your repository as input and create an Agent that can answer your queries.
Has that already been implemented?