By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
World of SoftwareWorld of SoftwareWorld of Software
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Search
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
Reading: Microsoft Agent Framework RC Simplifies Agentic Development in .NET and Python
Share
Sign In
Notification Show More
Font ResizerAa
World of SoftwareWorld of Software
Font ResizerAa
  • Software
  • Mobile
  • Computing
  • Gadget
  • Gaming
  • Videos
Search
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Have an existing account? Sign In
Follow US
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
World of Software > News > Microsoft Agent Framework RC Simplifies Agentic Development in .NET and Python
News

Microsoft Agent Framework RC Simplifies Agentic Development in .NET and Python

News Room
Last updated: 2026/02/26 at 3:34 AM
News Room Published 26 February 2026
Share
Microsoft Agent Framework RC Simplifies Agentic Development in .NET and Python
SHARE

Microsoft has announced that the Microsoft Agent Framework has reached Release Candidate status for both .NET and Python. This milestone indicates that the API surface is stable and feature-complete for what is planned in version 1.0, setting the stage for an upcoming general availability release. For developers building AI-powered assistants or complex agentic systems, this release is a significant step toward a unified, production-ready toolset.

The Microsoft Agent Framework is an open-source development framework designed to build, orchestrate, and deploy AI agents with a consistent programming model across .NET and Python. It succeeds earlier efforts such as Semantic Kernel and AutoGen, consolidating agent creation, orchestration primitives, and multi-provider support under a single SDK. The framework supports common patterns for creating autonomous agents as well as workflows that combine multiple agents, and it integrates with a variety of AI model providers.

Before this release candidate, developers experimenting with Microsoft’s agent technologies had to piece together capabilities using Semantic Kernel or experimental multi-agent orchestrators. Those tools provided early building blocks for agent creation and function invocation, but lacked a stable, unified API suitable for enterprise-grade systems. With this RC release, the framework’s APIs and workflows are locked down, allowing teams to start production evaluation and implementation with greater confidence.

The framework emphasizes simplicity and flexibility. Developers can create a basic AI agent in just a handful of lines in either Python or .NET, using client libraries to connect to various model providers.


using System.ClientModel.Primitives;
using Azure.Identity;
using Microsoft.Agents.AI;
using OpenAI;
using OpenAI.Responses;

var agent = new OpenAIClient(
    new BearerTokenPolicy(new AzureCliCredential(), "https://ai.azure.com/.default"),
    new OpenAIClientOptions() { Endpoint = new Uri("https://.openai.azure.com/openai/v1") })
    .GetResponsesClient("gpt-4.1")
    .AsAIAgent(name: "HaikuBot", instructions: "You are an upbeat assistant that writes beautifully.");

Console.WriteLine(await agent.RunAsync("Write a haiku about Microsoft Agent Framework."));

Function tools enable agents to call domain code in a type-safe way, and graph-based workflows support sequential and concurrent agent orchestration, including human-in-the-loop scenarios and streaming responses.

Interoperability features add support for standards such as MCP (Model Context Protocol), as well as agent-to-agent communication patterns.

Multi-agent orchestration is a core capability of the framework. Instead of individual agents acting in isolation, developers can define workflows that coordinate multiple agents participating in tasks with handoff logic and group chat patterns. These orchestration primitives come with built-in support for streaming updates and checkpointing, which are critical for real-time and stateful applications.

There are some caveats at this stage. As a release candidate the packages are still flagged as pre-release on NuGet and PyPI, and the framework is evolving rapidly based on early feedback. Full GA documentation and migration guides are being prepared, including guidance for teams migrating from Semantic Kernel or from AutoGen. While the RC status signals stability, developers should plan to stay current with updates until GA, and be prepared for minor breaking changes if needed.

For practitioners ready to explore the Agent Framework now, Microsoft has published examples and getting-started guides on the official documentation site, along with source code and migration aids on GitHub.

Sign Up For Daily Newsletter

Be keep up! Get the latest breaking news delivered straight to your inbox.
By signing up, you agree to our Terms of Use and acknowledge the data practices in our Privacy Policy. You may unsubscribe at any time.
Share This Article
Facebook Twitter Email Print
Share
What do you think?
Love0
Sad0
Happy0
Sleepy0
Angry0
Dead0
Wink0
Previous Article The Biggest Announcements from Samsung Galaxy Unpacked The Biggest Announcements from Samsung Galaxy Unpacked
Next Article Fri, 02/27/2026 – 18:00 – Editors Summary
Leave a comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

248.1k Like
69.1k Follow
134k Pin
54.3k Follow

Latest News

After drone attack: AWS promises Middle East customers long downtime
After drone attack: AWS promises Middle East customers long downtime
Software
Dress codes for men: What is business casual?
Dress codes for men: What is business casual?
News
half price on the most popular helmet among runners and athletes
half price on the most popular helmet among runners and athletes
Mobile
Foxconn is the latest to join
Foxconn is the latest to join
Gaming

You Might also Like

Dress codes for men: What is business casual?
News

Dress codes for men: What is business casual?

6 Min Read
Disgraced at work: immediate help for embarrassing etiquette blackouts
News

Disgraced at work: immediate help for embarrassing etiquette blackouts

8 Min Read
Accenture is rolling out Microsoft Copilot to all 743,000 employees
News

Accenture is rolling out Microsoft Copilot to all 743,000 employees

1 Min Read
AI learns to walk: This is how physical AI is conquering the world
News

AI learns to walk: This is how physical AI is conquering the world

2 Min Read
//

World of Software is your one-stop website for the latest tech news and updates, follow us now to get the news that matters to you.

Quick Link

  • Privacy Policy
  • Terms of use
  • Advertise
  • Contact

Topics

  • Computing
  • Software
  • Press Release
  • Trending

Sign Up for Our Newsletter

Subscribe to our newsletter to get our newest articles instantly!

World of SoftwareWorld of Software
Follow US
Copyright © All Rights Reserved. World of Software.
Welcome Back!

Sign in to your account

Lost your password?