经 AI Skill Hub 精选评估,AgenticRAG-Survey Agent工作流 获评「强烈推荐」。已获得 1.6k 颗 GitHub Star,这款Agent工作流在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 8.2 分,适合有一定技术背景的用户使用。
深度探索智能体增强的检索增强生成系统,提供完整的Agentic-RAG框架设计、模式实现和最佳实践。适合AI工程师、LLM应用开发者研究和构建高级RAG系统。
AgenticRAG-Survey Agent工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
深度探索智能体增强的检索增强生成系统,提供完整的Agentic-RAG框架设计、模式实现和最佳实践。适合AI工程师、LLM应用开发者研究和构建高级RAG系统。
AgenticRAG-Survey Agent工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 克隆仓库 git clone https://github.com/asinghcsu/AgenticRAG-Survey cd AgenticRAG-Survey # 查看安装说明 cat README.md # 按 README 完成环境依赖安装后即可使用
# 查看帮助 agenticrag-survey --help # 基本运行 agenticrag-survey [options] <input> # 详细使用说明请查阅文档 # https://github.com/asinghcsu/AgenticRAG-Survey
# agenticrag-survey 配置说明 # 查看配置选项 agenticrag-survey --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export AGENTICRAG_SURVEY_CONFIG="/path/to/config.yml"
<p align="center"> <img src="./assets/overview_agentic_rag.svg" alt="Agentic RAG Overview"> <br> <strong>Overview of Agentic RAG</strong> </p> <br><br> <p align="center"> <img src="https://img.shields.io/github/stars/asinghcsu/AgenticRAG-Survey?style=social" alt="GitHub stars"> <img src="https://img.shields.io/github/forks/asinghcsu/AgenticRAG-Survey?style=social" alt="GitHub forks"> <img src="https://img.shields.io/github/watchers/asinghcsu/AgenticRAG-Survey?style=social" alt="GitHub watchers"> </p>
<p> <img src="./assets/new.png" alt="New Update" width="50" style="vertical-align: middle;"> <strong>Recent Update (2025-02-04):</strong> </p>
Check section 4 in the table of contents in this repo for the new Agentic Workflow Patterns. New images have been added to enhance the Overview of Agentic RAG. The <a href="https://arxiv.org/pdf/2501.09136">paper</a> is also updated.
---
Agentic Retrieval-Augmented Generation ( Agentic RAG) represents a transformative leap in artificial intelligence by embedding autonomous agents into the RAG pipeline. This repository complements the survey paper "Agentic Retrieval-Augmented Generation (Agentic RAG): A Survey On Agentic RAG," providing insights into:
This repository serves as a comprehensive resource for researchers and practitioners to explore, implement, and advance the capabilities of Agentic RAG systems.
---
Retrieval-Augmented Generation (RAG) systems combine the capabilities of large language models (LLMs) with retrieval mechanisms to generate contextually relevant and accurate responses. While traditional RAG systems excel in knowledge retrieval and generation, they often fall short in handling dynamic, multi-step reasoning tasks, adaptability, and orchestration for complex workflows.
Agentic Retrieval-Augmented Generation (Agentic RAG) overcomes these limitations by integrating autonomous AI agents. These agents employ core Agentic Patterns, such as reflection, planning, tool use, and multi-agent collaboration, to dynamically adapt to task-specific requirements and provide superior performance in:
This repository explores the evolution of RAG to Agentic RAG, presenting: - Agentic Patterns: The core principles driving the system’s adaptability and intelligence. - Taxonomy: A comprehensive classification of Agentic RAG architectures. - Comparative Analysis: Key differences between Traditional RAG, Agentic RAG, and ADW. - Applications: Practical use cases across healthcare, education, finance, and more. - Challenges and Future Directions: Addressing scalability, ethical AI, and multimodal integration.
Whether you’re a researcher, developer, or practitioner, this repository offers valuable insights and resources to understand and advance Agentic RAG systems.
---
---
---
Agentic workflow patterns help structure LLM-based applications to optimize performance, accuracy, and efficiency. Different approaches are suitable depending on task complexity and processing requirements. Source: Anthropic Research and LangGraph Workflows
Agentic Document Workflows (ADW) extend traditional RAG systems by automating document-centric processes with intelligent agents.
#### Workflow 1. Document Parsing and Structuring: - Extracts structured data from documents like invoices or contracts. 2. State Maintenance: - Tracks context across multi-step workflows for consistency. 3. Knowledge Retrieval: - Retrieves relevant references from external sources or domain-specific databases. 4. Agentic Orchestration: - Applies business rules, performs multi-hop reasoning, and orchestrates external APIs. 5. Actionable Output Generation: - Produces structured outputs tailored to specific use cases (e.g., reports or summaries).
#### Key Features and Advantages - State Maintenance: Ensures consistency in multi-step workflows. - Domain-Specific Intelligence: Adapts to specialized domains with tailored rules. - Scalability: Handles large-scale document processing efficiently. - Enhanced Productivity: Reduces manual effort and augments human expertise.
---
---
该调研项目系统阐述Agentic-RAG前沿方向,汇集实战框架和最佳实践,是RAG领域重要参考资源,社区活跃度良好。
该工具未明确声明开源协议,商业使用前请联系原作者确认授权范围,避免侵权风险。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
AI Skill Hub 点评:AgenticRAG-Survey Agent工作流 的核心功能完整,质量优秀。对于自动化工程师和运维人员来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | AgenticRAG-Survey |
| 原始描述 | 开源AI工作流:Agentic-RAG explores advanced Retrieval-Augmented Generation systems enhanced wi。⭐1.6k |
| Topics | RAG系统智能体框架工作流设计LLM应用 |
| GitHub | https://github.com/asinghcsu/AgenticRAG-Survey |
收录时间:2026-05-14 · 更新时间:2026-05-16 · License:未公布 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端