GitHub repo

jiangxinke/Agentic-RAG-R1

Python Tracked since 2025-03-17 Updated 2026-07-16 View source ↗

#741 of 783 by Stars among GitHub repos

425 Stars

Agentic RAG R1 Framework via Reinforcement Learning

About

Agentic RAG‑R1 is an open‑source initiative to build an Agentic Retrieval‑Augmented Generation (RAG) system by endowing a base language model with autonomous search & reasoning skills through reinforcement learning (currently using the GRPO algorithm).

Our architecture is inspired by TC‑RAG and features an agent memory stack that orchestrates the full deliberation loop, supporting the following actions:

Motivated by DeepSeek-R1, we apply GRPO (Generalized Relevance Policy Optimization) to reinforce the agent's choice of reasoning steps and retrieval actions, effectively boosting both search depth and answer quality.

We use conda to manage the environment. Follow these steps to set up:…

Excerpted from github.com/jiangxinke/Agentic-RAG-R1

Latest metrics

Stars 425 2026-07-16
Forks 51 2026-07-16
Commits 155 2026-07-16
Releases 0 2026-07-16
Watchers 4 2026-07-16
Open issues 7 2026-07-16
Open PRs 0 2026-07-16