Awesome AI AgentsLLM Research Repositories

DavidZWZ/Awesome-RAG-Reasoning

⭐ 457 repository created 2025-06-18

Awesome-RAG-Reasoning is a curated bibliography that gathers papers, tools and implementations at the intersection of retrieval-augmented generation and reasoning in large language models and agents. It is the companion repository to the survey Towards Agentic RAG with Deep Reasoning: A Survey of RAG-Reasoning Systems in LLMs, and follows that paper taxonomy. The premise is that the two research lines developed largely independently and address complementary weaknesses. Retrieval grounds a model in external, up-to-date knowledge but can pull in irrelevant or wrong passages and is bounded by the quality of the corpus. Reasoning improves multi-step inference and systematic problem solving but tends to hallucinate facts and struggles with domain-specific or recent information. The collection organises work along the resulting axes: reasoning-enhanced retrieval, where reasoning steps decide what and when to retrieve; retrieval-enhanced reasoning, where retrieved evidence supports a chain of inference; and synergised systems where the two interleave, which is where agentic behaviour appears, with a model issuing searches, evaluating results and continuing to reason. Entries cover the search and deep-research direction in particular, linking to a sibling list on agentic deep research that tracks both academic work and commercial deep research products. The repository includes taxonomy and framework diagrams, citation entries for the two underlying surveys, and an open contribution process. There is no runnable code here; the value is the organised reading list and the conceptual map that goes with it. The intended readers are researchers and practitioners building agentic RAG systems, reasoning-capable search agents or multi-agent pipelines that need both grounded knowledge and structured inference, and who want an entry point into a literature that is spread across separate communities with separate benchmarks. It is MIT licensed and actively maintained.

https://github.com/DavidZWZ/Awesome-RAG-Reasoning

awesome-listsurveyagentic-ragragreasoningllmmulti-agent-systemsdeep-researchresearch-resources

Also in LLM Research Repositories

elder-plinius/CL4R1T4S

CL4R1T4S is a project that provides transparency by collecting and sharing the hidden system prompts and guidelines used by major AI models and agents to promote trust and understanding of AI behavior.

WooooDyy/LLM-Agent-Paper-List

A comprehensive repository compiling essential academic papers and a detailed survey on the rise, framework, applications, and societal aspects of Large Language Model based AI agents.

mahseema/awesome-ai-tools

A curated repository listing top Artificial Intelligence tools across various categories including generative AI, chatbots, search engines, and writing assistants.

filipecalegario/awesome-generative-ai

A curated and comprehensive list of Generative AI tools, projects, models, artworks, and educational resources, regularly updated to reflect the latest advancements in the field.

DSXiangLi/DecryptPrompt

DecryptPrompt is a comprehensive resource hub that summarizes prompt and LLM research papers, open-source datasets and models, and AIGC applications, providing in-depth tutorials and analyses for AI researchers and practitioners.

zjunlp/LLMAgentPapers

LLMAgentPapers is a curated repository of essential academic papers on Large Language Model agents, covering topics from agent personality to multi-agent systems and applications.

luo-junyu/Awesome-Agent-Papers

A comprehensive and up-to-date research collection of papers on Large Language Model (LLM) agents, covering methodologies, applications, challenges, and key categories such as construction, collaboration, evolution, tools, security, benchmarks, and real-world applications.

webfuse-com/awesome-autoresearch

Curated index of autonomous improvement loops and research-agent systems descended from karpathy/autoresearch, grouped into general-purpose forks, research systems, platform ports, domain adaptations and benchmarks.