Use Magentic-One to be more correct.

This commit is contained in:
Jan de Vries 2025-11-13 11:38:15 +01:00 committed by GitHub
parent 17952d7335
commit 3556f61b3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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:**

View File

@ -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:**