Long-term memory in Microsoft Agent Framework
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.
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.
Explores hosting Microsoft Agent Framework on Azure Functions using Durable Task Scheduler (DTS) as the backend, highlighting setup, benefits, and dashboard features.
A reference app combining NVIDIA NeMo, Microsoft Agent Framework, A2A, and Aspire for cross-framework multi-agent workflows.
Guide to hosting Microsoft Agent Framework agents on Azure Functions with .NET, using Durable Functions for state persistence.
Summary of recent Azure, .NET, GitHub, and Visual Studio blog posts covering AI frameworks, .NET 11, DevOps updates, and Copilot features.
Explains how to use Microsoft Agent Framework's middleware in .NET to intercept agent runs, function calls, and chat client calls.
Guide to creating AI agents with Microsoft Agent Framework 1.0.0 in .NET, including tool definitions and LLM integration.