Microsoft Agent Framework 1.0 GA
- Microsoft made Agent Framework 1.0 generally available, packaging its agent-building stack for production use with stable C# and Python support, workflow orchestration, and hooks for memory, tools, and model providers. - Microsoft’s documentation and GitHub materials position the framework as open source and multi-agent by design, while the Foundry Toolkit for Visual Studio Code adds local creation, testing, and inspection workflows. - The release folds Microsoft’s agent tooling into Azure AI Foundry’s broader push to move developers from prototype to deployment inside one stack. (learn.microsoft.com)
Microsoft has pushed Agent Framework 1.0 into general availability, turning its agent-building toolkit into a production release. (learn.microsoft.com) (github.com) An agent framework is the plumbing behind an artificial intelligence assistant: it decides which model to call, which tool to use, and what state to carry between steps. Microsoft says its framework now ships with stable support for C# and Python. (learn.microsoft.com) (github.com) Microsoft describes the project as open source and built for single-agent and multi-agent systems, where one agent can hand work to another. Its docs highlight workflow orchestration, memory, tool calling, and model-provider flexibility as core pieces of the stack. (github.com) (learn.microsoft.com) The company is pairing that release with Azure AI Foundry tooling in Visual Studio Code, where developers can create, run, and inspect agents locally. Microsoft’s Foundry documentation describes the extension as a bridge between local development and cloud deployment. (learn.microsoft.com 1) (learn.microsoft.com 2) That matters because the hard part of agent software is usually not the chat box; it is wiring together models, tools, evaluation, and deployment without rebuilding the same scaffolding for each app. Microsoft is trying to make that scaffolding a product, not a one-off engineering project. (learn.microsoft.com 1) (learn.microsoft.com 2) The release also shows how Microsoft is tightening the connection between its developer tools and Azure AI Foundry, its broader platform for building and managing artificial intelligence applications. Agent Framework sits on the application side of that pitch: define the agent locally, test it, then move it into managed infrastructure. (learn.microsoft.com 1) (learn.microsoft.com 2) GitHub materials for the project indicate Microsoft wants the framework to work across model providers rather than only its own hosted models. That puts it in the same competitive lane as other agent stacks that promise portability while still selling managed tooling around them. (github.com) The practical question now is whether developers treat Agent Framework as a real production base layer or just another software development kit in a crowded market. Microsoft’s bet is that stable APIs, open-source code, and a Visual Studio Code workflow are enough to pull those projects into Foundry. (github.com) (learn.microsoft.com)