A Retrieval-Augmented Agent is an autonomous AI system that dynamically queries an external knowledge source—such as a vector database, document store, or knowledge graph—to retrieve relevant, factual information before generating a response or taking an action. This architecture, central to a Retrieval-Augmented Generation (RAG) pipeline, allows the agent to overcome the static knowledge and context window limitations of its underlying foundation model, grounding its outputs in verifiable, often proprietary, data.
