Azure update · July 15, 2026

Announcing: Episodic procedural memory in Microsoft Agent Framework

Microsoft FoundryAzure update

Microsoft Agent Framework adds episodic procedural memory in public preview, a built-in store that lets agents remember successful task patterns and replay them on similar future requests. The framework records action sequences, tool selections, and intermediate decisions as episodes, then retrieves the closest match when a new user request looks similar. Agents become measurably faster and cheaper at recurring tasks because they reuse proven plans instead of re-deriving them from scratch on every run. The capability targets agent developers who currently bolt on custom caching layers or manual few-shot prompts to get this behavior. Episodic memory is configurable per agent, ships in .NET and Python through the framework on GitHub, and integrates with the existing tracing pipeline.  Learn more .

Brief published .