Context providers and pluggable memory in Microsoft Agent Framework
March 15, 2026 • Microsoft Agent Framework, Agents, Memory
AgentSession keeps one conversation alive for as long as the Python process runs. Context providers let an agent remember things across sessions, across users, and across long timescales. This article looks at the provider abstraction, the built-in history and memory providers, and how to write your own.