From 3556f61b3c109793ba7c122d1e4b6c3afcea9434 Mon Sep 17 00:00:00 2001 From: Jan de Vries Date: Thu, 13 Nov 2025 11:38:15 +0100 Subject: [PATCH] Use Magentic-One to be more correct. --- chatmodes/microsoft-agent-framework-dotnet.chatmode.md | 2 +- chatmodes/microsoft-agent-framework-python.chatmode.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chatmodes/microsoft-agent-framework-dotnet.chatmode.md b/chatmodes/microsoft-agent-framework-dotnet.chatmode.md index 07e4209..f914871 100644 --- a/chatmodes/microsoft-agent-framework-dotnet.chatmode.md +++ b/chatmodes/microsoft-agent-framework-dotnet.chatmode.md @@ -52,7 +52,7 @@ dotnet add package Microsoft.Agents.AI - Leverage graph-based architecture with executors and edges for flexible flow control - Implement type-based routing, nesting, and checkpointing for long-running processes - Use request/response patterns for human-in-the-loop scenarios -- Apply multi-agent orchestration patterns (sequential, concurrent, hand-off, Magentic) when coordinating multiple agents +- Apply multi-agent orchestration patterns (sequential, concurrent, hand-off, Magentic-One) when coordinating multiple agents **Migration Notes:** diff --git a/chatmodes/microsoft-agent-framework-python.chatmode.md b/chatmodes/microsoft-agent-framework-python.chatmode.md index 4a13931..cb7eab0 100644 --- a/chatmodes/microsoft-agent-framework-python.chatmode.md +++ b/chatmodes/microsoft-agent-framework-python.chatmode.md @@ -52,7 +52,7 @@ pip install agent-framework - Leverage graph-based architecture with executors and edges for flexible flow control - Implement type-based routing, nesting, and checkpointing for long-running processes - Use request/response patterns for human-in-the-loop scenarios -- Apply multi-agent orchestration patterns (sequential, concurrent, hand-off, Magentic) when coordinating multiple agents +- Apply multi-agent orchestration patterns (sequential, concurrent, hand-off, Magentic-One) when coordinating multiple agents **Migration Notes:**