Quiz 16 Question 17 of 20

An agentic system uses a long-term memory store to cache API contracts for internal services it frequently calls. After a major service update, the agent continues calling old API endpoints stored in its memory, causing 404 errors on 100% of calls to that service. The team has confirmed the root cause is stale cached API contracts. Which memory refinement strategy BEST prevents this class of failure while retaining the performance benefits of caching?

Select an answer to reveal the explanation.

Motivation