Agentic RAG
Definition: Agentic RAG hands information retrieval to an agent that decides what to search, when to search and whether to refine its query, instead of a single fixed lookup.
The agent can chain several queries, cross-check sources and loop until it has enough to answer. It is an evolution of classic RAG toward more autonomous, iterative behavior.