Agentic RAG Architectures

  • Last Updated 9 August, 2026
  • by David Spuler, Ph.D.

What is Agentic RAG Architectures?

Agentic RAG architectures are LLM stacks that combine the benefits of RAG retrieval-based answering with the power of AI agents. The agents can be "read" agents that query information from plugins (e.g., database lookups or internet searches), or "write" agents that actually perform an action (e.g., sending an email, updating a database, etc.). Agentic RAG is a hot new area of research in creating advanced AI architectures.

Agentic RAG: Book Excerpts and Blog Articles

Free online book excerpts with full text chapters online and free PDF downloads, and the Aussie AI blog, including related articles:

  • Retrieval Augmented Generation (RAG) Architectures: RAG is a fundamental technique in generative AI that extends the knowledge of an LLM without fine-tuning. Rather than train new knowledge in the LLM's parameters, we instead look up the extra information by searching a database. The LLM receives the user's prompt and the extra information found by the RAG lookup (called the "retriever" component). The LLM then uses its summarization and natural language capabilities to answer the user's question, based on the extra RAG text as input context.... more about Retrieval Augmented Generation (RAG) »
  • David Spuler, Michael Sharpe, June 2025, Advanced RAG Architectures, Chapter 14, "RAG Optimization: Accurate and Efficient LLM Applications", https://www.aussieai.com/book/rag-book-14-advanced-rag-architectures
  • David Spuler, Michael Sharpe, June 2025, Agentic RAG, Chapter 15, "RAG Optimization: Accurate and Efficient LLM Applications", https://www.aussieai.com/book/rag-book-15-agentic-rag

Research on Agentic RAG Architectures

Research papers include:

More AI Research Topics

Read more about: