Microsoft Agent Framework: Human In The Loop
Explains Microsoft Agent Framework's human-in-the-loop primitives for durable, auditable workflows that pause for human judgment.
Explains Microsoft Agent Framework's human-in-the-loop primitives for durable, auditable workflows that pause for human judgment.
Podcast deep dive into Microsoft Agent Framework with Daniel Costea, hosted by Jesse Liberty.
Overview of RAG implementation in Microsoft Agent Framework, covering TextSearchProvider, retrieval modes, and production considerations.
Explore integrating GitHub Copilot with Microsoft Agent Framework to build intelligent agents for automation and productivity.
Guide to deploying Microsoft Agent Framework applications to Microsoft Foundry using Docker containers, covering Dockerfile creation, local testing, and pushing to Azure Container Registry.
Techniques for reducing token usage in Microsoft Agent Framework, including token management, context management, and summarization.
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.