nageoffer/ragent

企业级 Agentic RAG 智能体 - 全链路覆盖文档解析、多路检索、意图识别、问题重写、会话记忆、MCP 工具调用与深度思考。面向真实业务场景,从 0 到 1 完整工程实现。

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 37 minutes ago
Added to GitGenius on September 17th, 2026
Created on November 20th, 2025
Open Issues & Pull Requests: 67 (+0)
GitHub issues: Enabled
Number of forks: 829
Total Stargazers: 4,079 (+1)
Total Subscribers: 10 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.0 days
Mean response time: 17.3 days
90th percentile: 64.1 days
Tracked items: 32

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Roughly one issue in two opened in the past year never receives a reply. 91% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 41% of issues opened in the past year have been closed. Three people close 96% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 33
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 92 days
Stale 30+ days: 28
Stale 90+ days: 12

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (2)
  • announcement (1)
  • good first issue (1)
  • question (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Ragent is an enterprise-grade agentic RAG system that implements a complete retrieval-augmented generation pipeline with agent capabilities.

The system addresses the challenge of building production-ready RAG applications by providing end-to-end coverage of the entire workflow. It handles document parsing, multi-path retrieval, intent recognition, question rewriting, conversation memory management, MCP tool invocation, and deep reasoning. The approach integrates these components into a cohesive pipeline designed for real-world business scenarios rather than simple proof-of-concept implementations.

Ragent suits teams building enterprise applications that require sophisticated document understanding and multi-turn conversational AI. The project is particularly relevant for organizations needing intent-aware query handling, conversation context preservation across sessions, and the ability to invoke external tools through the Model Context Protocol. It targets developers working with Java-based infrastructure who want a complete engineering implementation rather than isolated components or research prototypes.

The project shows consistent development activity with regular commits addressing core functionality and refinements. Work spans across multiple system components including retrieval mechanisms, agent orchestration, and tool integration. The codebase receives ongoing maintenance with attention to both feature development and code quality improvements.