Files
agent-framework/dotnet/samples/GettingStarted/AgentWithMemory
T
Roger Barreto 6e4562e354 .NET: Add Foundry Agents Tool Sample - Memory Search (#3700)
* .NET: Add Memory Search sample #3674

* Apply format fixes

* Add MemorySearch sample to solution, FoundryAgents and AgentWithMemory READMEs

- Add FoundryAgents_Step26_MemorySearch.csproj to agent-framework-dotnet.slnx
- Add Memory Search entry to FoundryAgents/README.md samples table
- Add cross-reference from AgentWithMemory/README.md to MemorySearch sample

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
6e4562e354 ยท 2026-02-23 14:54:05 +00:00
History
..

Agent Framework Retrieval Augmented Generation (RAG)

These samples show how to create an agent with the Agent Framework that uses Memory to remember previous conversations or facts from previous conversations.

Sample Description
Chat History memory This sample demonstrates how to enable an agent to remember messages from previous conversations.
Memory with MemoryStore This sample demonstrates how to create and run an agent that uses the Mem0 service to extract and retrieve individual memories.
Custom Memory Implementation This sample demonstrates how to create a custom memory component and attach it to an agent.
Memory with Azure AI Foundry This sample demonstrates how to create and run an agent that uses Azure AI Foundry's managed memory service to extract and retrieve individual memories.

See also: Memory Search with Foundry Agents - demonstrates using the built-in Memory Search tool with Azure Foundry Agents.