Production-oriented Microsoft Agent Framework examples in C# — HITL, MCP, multi-agent, durability, OpenTelemetry and A2A #8326
Raj (rajshukla09)
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I've been working through a set of production-oriented patterns with Microsoft Agent Framework in C# and have published the complete implementations as two companion repositories.
Part 1 focuses on the foundations: structured outputs, conversations, sessions, persistence, tools, memory, context providers, reliable tool execution, and workflows.
Part 2 moves into human-in-the-loop workflows, MCP, dynamic and Magentic orchestration, multi-agent patterns, durable execution, OpenTelemetry, A2A, and production context engineering.
Each chapter is self-contained with implementation, tests, and setup documentation.
Part 1 repository:
https://github.com/rajshukla09/building-ai-agents-with-dotnet-part-1
Part 2 repository:
https://github.com/rajshukla09/building-ai-agents-with-dotnet-part-2
These repositories accompany my Building AI Agents with .NET books, but I've made the complete chapter implementations publicly available so they can also be explored independently.
I'd especially appreciate feedback from the Agent Framework community on the architecture and production patterns, and suggestions for scenarios worth exploring next.
All reactions