Microsoft Agent Framework and Foundry
Explore Microsoft Agent Framework and Foundry: key features, integration, and real-world applications for building AI agents in .NET.
Explore Microsoft Agent Framework and Foundry: key features, integration, and real-world applications for building AI agents in .NET.
Explore config.json vs secrets management in Microsoft Agent Framework, covering security trade-offs and best practices for storing sensitive data.
A blog post announcing a 4-part Microsoft Reactor series for C#/.NET devs to build an AI agent harness, live coding a 'claw' agent with tools, memory, and deployment.
Build a safe repository maintenance agent using GitHub Copilot and Microsoft Agent Framework in .NET, with guarded file changes and test execution.
Build a safe repository maintenance agent in Python using GitHub Copilot and Microsoft Agent Framework, with explicit approval for writes and shell commands.
Explains the differences between ChatClient Middleware and Agent Middleware in the Microsoft Agent Framework, with examples and use cases.
Explore how Microsoft Agent Framework implements long-term memory using dual architecture, ContextProviders, and databases like Neo4j and Azure Cosmos DB for personalized AI interactions.
Comparison of LangChain, LangGraph, and Microsoft Agent Framework for building AI applications, focusing on ecosystem fit, architecture, and use cases.
Learn how to integrate OpenTelemetry with Microsoft Agent Framework apps for enhanced observability, including key trends, challenges, and code examples.
Learn how to limit token usage in Microsoft Agent Framework using ChatClientAgentRunOptions to control API costs.
Explains middleware in Microsoft Agent Framework for capping token usage, covering cost control, security, performance, and custom logic.
Explores Microsoft Agent Framework's integration with OpenTelemetry for monitoring and debugging AI agents.
Explores logging and OpenTelemetry integration in multi-agent Microsoft Agent Framework applications, covering debugging, performance metrics, and audit trails.
Walkthrough of MAF-Doctor, a utility for the Microsoft Agent Framework, presented by Jesse Liberty.
Migrating a C# application to the Microsoft Agent Framework (MAF) for agentic AI and multi-agent workflows.
How to add Dependency Injection to a C# agent framework application, improving flexibility and testability.
Final part of migrating agentic code from Python to C# using Microsoft Agent Framework, implementing workflow executors.
A C# library bridging Foundry Local SDK with Microsoft.Extensions.AI and Agent Framework for local-first AI agents.
Building an Agentic Operations Lakehouse with Drasi, Microsoft Agent Framework, and Fabric for real-time healthcare risk detection.
Building deterministic multi-agent orchestrations with Microsoft Agent Framework and .NET Durable Functions for controlled agent coordination.