microsoft/Agent-Framework-Samples — reverse-engineered prompt
Reverse engineered prompt
Build me a beginner friendly sample project that teaches people how to create AI agents with the Microsoft Agent Framework.
I want it to feel like a hands on learning repo, not just docs. Include simple examples in Python notebooks and .NET where it makes sense, starting with a basic travel planning agent, then showing how to add tools, file search, vision, code interpreter style tasks, and different model providers like GitHub Models, Azure OpenAI, Microsoft Foundry, and local Foundry.
Please organize it as a guided course with folders for foundations, first agent, exploring providers, tools, RAG, workflows, evaluation and tracing, and real world cases. Add clear READMEs for each section so a beginner can follow along step by step. Include examples for single agents, multi agent workflows, sequential and concurrent workflows, and simple debugging or DevUI style demos.
Keep the code runnable with environment example files and setup instructions. Look up current Microsoft Agent Framework docs online if you need to.
Want more depth? Deep Reverse