GPT-5.6 (Sol / Terra / Luna) is now evaluated on TrustVector โ€” with day-1 independent verification, incl. METR's benchmark-cheating findings.

Read the evaluation
Evaluation record ยท microsoft-agent-framework

Microsoft Agent Framework

v1.x

Microsoft

Agentmulti-agentopen-sourceenterpriseworkflow-orchestration
84
Strong
About This Agent

Open-source SDK and runtime for building AI agents and graph-based multi-agent workflows in .NET and Python. Merges AutoGen and Semantic Kernel into a single framework with checkpointing, middleware, and OpenTelemetry-based observability.

Last Evaluated: July 9, 2026
Official Website

Trust Vector Analysis

Dimension Breakdown

๐Ÿš€Performance & Reliability
+
task completion accuracy

Assessment of agent execution quality based on framework capabilities, AutoGen/Semantic Kernel lineage, and community-reported results since public preview

Evidence
Microsoft Foundry Blog - Agent Framework Introduction โ€” Combines AutoGen's multi-agent orchestration research with Semantic Kernel's production-grade plumbing
mediumVerified: 2026-07-09
tool use reliability

Review of tool abstraction design, type safety, MCP integration, and middleware-based tool call validation

Evidence
Microsoft Agent Framework GitHub โ€” Typed function tools, MCP support, and middleware pipeline for intercepting and validating tool calls in .NET and Python
highVerified: 2026-07-09
multi step planning

Evaluation of graph-based workflow engine for complex task decomposition and deterministic orchestration

Evidence
Microsoft Agent Framework Documentation โ€” Graph-based workflows support sequential, concurrent, handoff, and group-chat orchestration patterns with explicit control flow
highVerified: 2026-07-09
memory persistence

Review of thread persistence, checkpointing, and memory provider abstractions

Evidence
Microsoft Agent Framework GitHub โ€” Built-in thread state management, pluggable memory providers, and workflow checkpointing for pause/resume of long-running tasks
highVerified: 2026-07-09
error recovery

Assessment of checkpoint/resume semantics and middleware-based error handling under failure injection scenarios

Evidence
Microsoft Foundry Blog - Agent Framework Introduction โ€” Checkpointing enables resuming failed workflows from last saved state; middleware allows custom retry and error-handling policies
mediumVerified: 2026-07-09
agent collaboration

Multi-agent orchestration pattern review covering group chat, handoff, and concurrent workflows

Evidence
Microsoft Agent Framework GitHub โ€” Inherits AutoGen's multi-agent patterns: group chat, handoffs, nested agents-as-tools, and agent-to-agent (A2A) protocol support
highVerified: 2026-07-09
๐Ÿ›ก๏ธSecurity
+
tool sandboxing

Security architecture review of tool execution boundaries in self-hosted and Azure-hosted configurations

Evidence
Microsoft Agent Framework Documentation โ€” No built-in execution sandbox; tool isolation is the developer's responsibility, with optional hosted code interpreter via Azure AI Foundry
mediumVerified: 2026-07-09
access control

Review of identity integration, RBAC support, and middleware-based authorization hooks

Evidence
Microsoft Agent Framework Documentation โ€” Integrates with Microsoft Entra ID and Azure RBAC when used with Azure AI Foundry; middleware enables custom authorization on tool calls
highVerified: 2026-07-09
prompt injection defense

Assessment of available guardrail integration points versus out-of-the-box injection protections

Evidence
Microsoft Foundry Blog - Agent Framework Introduction โ€” Middleware pipeline supports content filtering and guardrail integration (e.g., Azure AI Content Safety), but no default injection defense is enabled
mediumVerified: 2026-07-09
data isolation

Data architecture review of thread isolation and state storage control

Evidence
Microsoft Agent Framework GitHub โ€” Self-hosted runtime keeps agent state in developer-controlled stores; threads and workflow state are isolated per execution
mediumVerified: 2026-07-09
open source transparency

Source code and license review

Evidence
Microsoft Agent Framework GitHub โ€” MIT licensed, fully open source for both .NET and Python, with public roadmap and active issue tracker; 1.0 GA released 2026-04-03
highVerified: 2026-07-09
๐Ÿ”’Privacy & Compliance
+
data retention

Privacy architecture review of framework data handling

Evidence
Microsoft Agent Framework GitHub โ€” Self-hosted SDK stores no data itself; retention is fully controlled by the developer's chosen state and memory stores
highVerified: 2026-07-09
gdpr compliance

Compliance capability assessment for self-hosted and Azure-backed deployments

Evidence
Microsoft Trust Center โ€” GDPR-compliant deployments achievable; Azure-hosted components covered by Microsoft's GDPR commitments, self-hosted compliance depends on configuration
mediumVerified: 2026-07-09
third party data sharing

Data flow analysis of model provider connectors and telemetry defaults

Evidence
Microsoft Agent Framework Documentation โ€” Data flows only to the configured model provider (Azure OpenAI, OpenAI, Anthropic, local models); framework itself sends no telemetry by default
mediumVerified: 2026-07-09
local deployment option

Deployment options assessment including local model support

Evidence
Microsoft Agent Framework GitHub โ€” Runs anywhere .NET or Python runs; supports local models via Ollama, Foundry Local, and ONNX connectors
highVerified: 2026-07-09
๐Ÿ‘๏ธTrust & Transparency
+
documentation quality

Documentation completeness review including migration guides

Evidence
Microsoft Learn - Agent Framework โ€” Comprehensive Microsoft Learn documentation, tutorials, and official migration guides from AutoGen and Semantic Kernel
highVerified: 2026-07-09
execution traceability

Observability review of built-in OTel spans for agent and workflow execution

Evidence
Microsoft Foundry Blog - Agent Framework Introduction โ€” Native OpenTelemetry instrumentation following GenAI semantic conventions; traces agent runs, tool calls, and workflow steps
highVerified: 2026-07-09
decision explainability

Assessment of workflow visualizability and reasoning trace availability

Evidence
Microsoft Agent Framework GitHub โ€” Explicit graph-based workflows make control flow inspectable; agent reasoning visibility depends on underlying model and logging configuration
mediumVerified: 2026-07-09
open source code

Open source assessment of license and development model

Evidence
Microsoft Agent Framework GitHub โ€” MIT license, monorepo for .NET and Python SDKs, public development with community contributions accepted
highVerified: 2026-07-09
community activity

Community engagement analysis of GitHub activity, discussions, and migration momentum

Evidence
Microsoft Agent Framework GitHub โ€” Rapid star growth since October 2025 preview; consolidated AutoGen and Semantic Kernel communities migrating to the framework as both enter maintenance mode
highVerified: 2026-07-09
โš™๏ธOperational Excellence
+
ease of integration

Integration complexity assessment for .NET and Python developers

Evidence
Microsoft Agent Framework Documentation โ€” Simple ChatClientAgent abstraction; pip/NuGet install; connectors for Azure OpenAI, OpenAI, Anthropic, and local models
highVerified: 2026-07-09
scalability

Scalability assessment of runtime design and hosting options

Evidence
Microsoft Foundry Blog - Agent Framework Introduction โ€” Designed for production with stateless agent design, durable checkpointed workflows, and hosting options from containers to Azure AI Foundry
mediumVerified: 2026-07-09
cost predictability

Pricing model analysis

Evidence
Microsoft Agent Framework GitHub โ€” Free MIT-licensed framework; costs arise only from chosen model provider and hosting infrastructure
highVerified: 2026-07-09
monitoring capabilities

Monitoring features assessment of built-in telemetry

Evidence
Microsoft Agent Framework Documentation โ€” First-class OpenTelemetry support exports traces and metrics to any OTel backend including Azure Monitor, Jaeger, and Aspire dashboard
highVerified: 2026-07-09
production readiness

Production readiness assessment of GA status, API stability, and Microsoft support commitment

Evidence
Microsoft Agent Framework GitHub Releases โ€” 1.0 GA released 2026-04-03 with stable API surface; designated successor to Semantic Kernel and AutoGen, which are now in maintenance mode
Microsoft Agent Framework at BUILD 2026 โ€” Active post-GA cadence: .NET 1.13.0 shipped July 2026 (expanded skills APIs, file editing tools, approval/caching options); Build 2026 announced Agent Harness, Hosted Agents in Foundry Agent Service (GA early July 2026), and CodeAct
highVerified: 2026-07-09
Strengths
  • +Unifies AutoGen's multi-agent research patterns with Semantic Kernel's production engineering
  • +Graph-based workflows with checkpointing for durable, resumable long-running tasks
  • +Native OpenTelemetry instrumentation for tracing agents, tools, and workflows
  • +First-class support for both .NET and Python with consistent abstractions
  • +MIT-licensed and fully open source with strong Microsoft backing and 1.0 GA stability
  • +Middleware pipeline enables custom guardrails, auth, and policy enforcement on every tool call
Limitations
  • !No built-in execution sandbox; tool isolation must be implemented by the developer
  • !Young framework (GA April 2026); ecosystem of extensions still smaller than older frameworks
  • !Deepest integrations favor the Azure ecosystem, which may not suit cloud-neutral teams
  • !Migration from AutoGen and Semantic Kernel requires code changes despite official guides
  • !Prompt injection defenses require explicit guardrail integration rather than safe defaults
Metadata
license: MIT
supported models
0: Azure OpenAI
1: OpenAI GPT models
2: Anthropic Claude
3: Local models via Ollama and Foundry Local
programming languages
0: .NET (C#)
1: Python
deployment type: Self-hosted or Azure AI Foundry
tool support
0: Typed function tools
1: MCP servers
2: OpenAPI tools
3: Hosted code interpreter (Azure)
first release: 2025-10-01 (public preview), 1.0 GA 2026-04-03
current version: .NET 1.13.0 (July 2026); Python on post-GA 1.x cadence
github stars: 11900+
pricing: Free (MIT license) - Costs only from model provider and hosting
predecessors: Official successor to AutoGen and Semantic Kernel (both maintenance mode)

Use Case Ratings

code generation

Strong foundation for building coding agents with typed tools and checkpointed workflows, though not a turnkey coding agent itself

customer support

Handoff and group-chat orchestration patterns plus Azure ecosystem integration suit enterprise support agent systems

data analysis

Graph workflows with checkpointing handle long-running analysis pipelines; code interpreter available via Azure AI Foundry

research assistant

Multi-agent orchestration inherited from AutoGen works well for researcher/critic/synthesizer patterns

content creation

Capable multi-agent content pipelines, though less purpose-built for creative workflows than role-based frameworks

financial analysis

Enterprise identity, observability, and self-hosting make regulated deployments feasible with custom compliance work