Skip to content

Latest commit

 

History

History
68 lines (46 loc) · 2.9 KB

File metadata and controls

68 lines (46 loc) · 2.9 KB

What's New Archive

This document contains historical updates to the Generative AI for Beginners .NET course.

🚀 Microsoft Agent Framework v1.0 GA (April 2026)

All 28 MAF samples upgraded from preview to stable v1.0 packages. This is a major milestone for the framework and our course!

Key Updates

  • 28 Samples Updated: All Microsoft Agent Framework samples now use stable v1.0 packages
  • Breaking Change: Microsoft.Agents.AI.AzureAI has been renamed to Microsoft.Agents.AI.Foundry for better alignment with the Azure Foundry platform
  • 2 New Hosted Agent Samples:
  • Production-Ready Features:
    • Multi-agent workflows for complex scenarios
    • Streaming support for real-time responses
    • Persistence capabilities for state management
    • Model Context Protocol (MCP) integration

Migration Guide

If you're upgrading existing samples from RC to GA:

  1. Update NuGet packages to v1.0.0 stable
  2. Replace using Microsoft.Agents.AI.AzureAI with using Microsoft.Agents.AI.Foundry
  3. Update any project references if using project-based dependencies
  4. Test your multi-agent workflows and streaming implementations

Resources


🚀 Microsoft Agent Framework Reaches Release Candidate (Previous Update)

Microsoft Agent Framework reached Release Candidate (1.0.0-rc1), bringing a framework for building agents and multi-agent systems in .NET. The course includes 25+ Agent Framework samples covering:

  • Console applications
  • Web-based chat interfaces
  • Multi-agent workflows
  • Foundry integration

Resources


🤖 Claude Models with Agent Framework (Previous Update)

Integration of Claude models from Microsoft Foundry with Microsoft Agent Framework, including:

  • Basic console chat with Claude using ChatClientAgent
  • Conversation persistence with thread serialization/deserialization
  • Interactive Blazor web chat application with modern UI
  • Custom ClaudeToOpenAIMessageHandler for seamless API bridging
  • Support for Claude Haiku, Sonnet, and Opus models

Resources