From 774e64421bdd5ecef98f1e69b75170c7e743773f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 23 Feb 2026 16:27:32 +0000 Subject: [PATCH 1/2] Initial plan From 4c6b8ac919afe13dd09b165cc45fe1f6ab70fac6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 23 Feb 2026 16:36:15 +0000 Subject: [PATCH 2/2] Rename AgentWithMemory_Step04_MemoryUsingFoundry to AgentWithMemory_Step03_MemoryUsingFoundry Co-authored-by: crickman <66376200+crickman@users.noreply.github.com> --- dotnet/agent-framework-dotnet.slnx | 2 +- .../AgentWithMemory_Step03_MemoryUsingFoundry.csproj} | 0 .../Program.cs | 0 .../README.md | 0 dotnet/samples/02-agents/AgentWithMemory/README.md | 2 +- 5 files changed, 2 insertions(+), 2 deletions(-) rename dotnet/samples/02-agents/AgentWithMemory/{AgentWithMemory_Step04_MemoryUsingFoundry/AgentWithMemory_Step04_MemoryUsingFoundry.csproj => AgentWithMemory_Step03_MemoryUsingFoundry/AgentWithMemory_Step03_MemoryUsingFoundry.csproj} (100%) rename dotnet/samples/02-agents/AgentWithMemory/{AgentWithMemory_Step04_MemoryUsingFoundry => AgentWithMemory_Step03_MemoryUsingFoundry}/Program.cs (100%) rename dotnet/samples/02-agents/AgentWithMemory/{AgentWithMemory_Step04_MemoryUsingFoundry => AgentWithMemory_Step03_MemoryUsingFoundry}/README.md (100%) diff --git a/dotnet/agent-framework-dotnet.slnx b/dotnet/agent-framework-dotnet.slnx index dbd542ee1b..58420ac703 100644 --- a/dotnet/agent-framework-dotnet.slnx +++ b/dotnet/agent-framework-dotnet.slnx @@ -101,7 +101,7 @@ - + diff --git a/dotnet/samples/02-agents/AgentWithMemory/AgentWithMemory_Step04_MemoryUsingFoundry/AgentWithMemory_Step04_MemoryUsingFoundry.csproj b/dotnet/samples/02-agents/AgentWithMemory/AgentWithMemory_Step03_MemoryUsingFoundry/AgentWithMemory_Step03_MemoryUsingFoundry.csproj similarity index 100% rename from dotnet/samples/02-agents/AgentWithMemory/AgentWithMemory_Step04_MemoryUsingFoundry/AgentWithMemory_Step04_MemoryUsingFoundry.csproj rename to dotnet/samples/02-agents/AgentWithMemory/AgentWithMemory_Step03_MemoryUsingFoundry/AgentWithMemory_Step03_MemoryUsingFoundry.csproj diff --git a/dotnet/samples/02-agents/AgentWithMemory/AgentWithMemory_Step04_MemoryUsingFoundry/Program.cs b/dotnet/samples/02-agents/AgentWithMemory/AgentWithMemory_Step03_MemoryUsingFoundry/Program.cs similarity index 100% rename from dotnet/samples/02-agents/AgentWithMemory/AgentWithMemory_Step04_MemoryUsingFoundry/Program.cs rename to dotnet/samples/02-agents/AgentWithMemory/AgentWithMemory_Step03_MemoryUsingFoundry/Program.cs diff --git a/dotnet/samples/02-agents/AgentWithMemory/AgentWithMemory_Step04_MemoryUsingFoundry/README.md b/dotnet/samples/02-agents/AgentWithMemory/AgentWithMemory_Step03_MemoryUsingFoundry/README.md similarity index 100% rename from dotnet/samples/02-agents/AgentWithMemory/AgentWithMemory_Step04_MemoryUsingFoundry/README.md rename to dotnet/samples/02-agents/AgentWithMemory/AgentWithMemory_Step03_MemoryUsingFoundry/README.md diff --git a/dotnet/samples/02-agents/AgentWithMemory/README.md b/dotnet/samples/02-agents/AgentWithMemory/README.md index 82e50e10b3..12eb9de050 100644 --- a/dotnet/samples/02-agents/AgentWithMemory/README.md +++ b/dotnet/samples/02-agents/AgentWithMemory/README.md @@ -7,4 +7,4 @@ These samples show how to create an agent with the Agent Framework that uses Mem |[Chat History memory](./AgentWithMemory_Step01_ChatHistoryMemory/)|This sample demonstrates how to enable an agent to remember messages from previous conversations.| |[Memory with MemoryStore](./AgentWithMemory_Step02_MemoryUsingMem0/)|This sample demonstrates how to create and run an agent that uses the Mem0 service to extract and retrieve individual memories.| |[Custom Memory Implementation](../../01-get-started/04_memory/)|This sample demonstrates how to create a custom memory component and attach it to an agent.| -|[Memory with Azure AI Foundry](./AgentWithMemory_Step04_MemoryUsingFoundry/)|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.| +|[Memory with Azure AI Foundry](./AgentWithMemory_Step03_MemoryUsingFoundry/)|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.|