# MicrosoftAgentFrameworkSamples **Repository Path**: DriftingLeaf/MicrosoftAgentFrameworkSamples ## Basic Information - **Project Name**: MicrosoftAgentFrameworkSamples - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-20 - **Last Updated**: 2026-03-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Microsoft Agent Framework Samples Samples demonstrating the [Microsoft Agent Framework](https://github.com/microsoft/agent-framework) in C# ## What is Microsoft Agent Framework (AF)? AF is the successor of [Semantic Kernel](https://github.com/microsoft/semantic-kernel) and [AutoGen](https://github.com/microsoft/autogen); two Generative AI Frameworks from Microsoft for building Multi-agent Applications. The Framework is open-source and can be used in C# and Python (this Repo explores C# only) ## Udemy Course If you wish to learn Microsoft Agent Framework, the best way is to follow this [Udemy Course](https://www.udemy.com/course/ai-in-c-sharp-using-the-microsoft-agent-framework/?referralCode=34AF1BFA81E5E0C407A2) ## YouTube video series All Samples in this repo are part of this [YouTube video series](https://youtube.com/playlist?list=PLhGl0l5La4sYXjYOBv7h9l7x6qNuW34Cx) [image](https://youtube.com/playlist?list=PLhGl0l5La4sYXjYOBv7h9l7x6qNuW34Cx&si=ukOYLJaSbt9p4hf5) ## Where is the Comic Book E2E Sample? It's been moved to its [own repo](https://github.com/rwjdk/AIExample-ComicBookStore) to make it easier to maintain