RAG vs RAG Agent

Medium150 pts0 solves
A RAG pipeline retrieves on every query. A RAG agent first reasons about whether retrieval is needed. What key capability distinguishes the agent? Flag format: CONGRESS{[capability]} Example: CONGRESS{retrieves_more_documents}
Hint
The agent can skip retrieval entirely if it already knows the answer.