#5 · Primary category: Software Repository Analytics

DeepGit

agent deep-research github-search langchain langgraph llm nlp open-source python seq2seq transformers

Deep research agent to help you find the best GitHub repositories 🕵️!

Project last updated:08/29/26

GitHub Stars

904

Forks

96

Contributors

8

License

MIT

Why we included this project

DeepGit is built for people who have ever typed something specific into GitHub search and gotten back a pile of keyword matches that miss the point. It keeps your full request as requirements rather than compressing it into tags, searches across keyword, topic, and semantic angles, weighs each candidate on real evidence, and only reads actual source code when the top picks are too close to call. The cost control is what makes it usable day to day: a typical query runs about two LLM calls, with code reading reserved for genuinely contested results. It also enforces constraints as hard rules, so a C++ request will not surface a C library, and its local semantic index (LanceDB, CPU-only) lets it remember repos whose descriptions never mention the obvious words. A built-in MCP server means you can hand the whole research job to your own assistant instead of running searches by hand.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category