Loading…
Loading…
Written by Max Zeshut
Founder at Agentmelt · Last updated May 26, 2026
An extension of RAG (Retrieval-Augmented Generation) where the AI agent not only retrieves relevant information but also takes actions based on what it finds. In standard RAG, the agent retrieves documents and generates a text response. In RAA, the agent retrieves context, reasons about it, and then executes actions—updating records, sending notifications, triggering workflows, or making API calls. RAA is the pattern behind agents that don't just answer questions but actually resolve issues: a support agent retrieves the customer's order history, identifies the problem, and processes the refund in one flow.
A support agent receives 'Where is my order?' The RAG component retrieves the order status, tracking info, and shipping carrier. The RAA component goes further: it checks that the delivery is 3 days late, automatically files a carrier inquiry, sends the customer a proactive update with a discount code, and logs the interaction in the CRM—resolving the issue without human involvement.