⚠️ MIGRATION NOTICE
⚠️ MIGRATION NOTICE
Section titled “⚠️ MIGRATION NOTICE”This Guide Has Been Split Into Platform-Specific Versions
Section titled “This Guide Has Been Split Into Platform-Specific Versions”Date: November 12, 2025
Status: This directory is superseded by new platform-specific guides
🎯 Important: Use New Guides
Section titled “🎯 Important: Use New Guides”This original combined guide has been split into two separate, focused guides for better developer experience:
For Python Developers
Section titled “For Python Developers”📁 Use: ./python/
Why:
- ✅ 100% Python-focused content
- ✅ No .NET distractions
- ✅ Python-specific best practices
- ✅ asyncio/await patterns
- ✅ pytest examples
Start Here:
cd python# Read GUIDE_INDEX.md for navigationFor .NET Developers
Section titled “For .NET Developers”📁 Use: ./dotnet/
Why:
- ✅ 100% .NET/C#-focused content
- ✅ No Python distractions
- ✅ .NET-specific best practices
- ✅ TPL/Task patterns
- ✅ xUnit examples
Start Here:
cd dotnet# Read GUIDE_INDEX.md for navigation📚 What Changed?
Section titled “📚 What Changed?”Original Structure (This Directory)
Section titled “Original Structure (This Directory)”Microsoft_Agent_Framework_Guide/├── README.md [Mixed Python + .NET]├── microsoft_agent_framework_comprehensive_guide.md [Mixed]├── microsoft_agent_framework_recipes.md [Mixed]├── microsoft_agent_framework_production_guide.md [Mixed]└── microsoft_agent_framework_diagrams.md [Mixed]Problem: Mixed code examples caused confusion
New Structure (Platform-Specific)
Section titled “New Structure (Platform-Specific)”python/ [100% Python]├── GUIDE_INDEX.md [NEW - Navigation hub]├── README.md [Python-focused]├── microsoft_agent_framework_python_comprehensive_guide.md├── microsoft_agent_framework_python_recipes.md├── microsoft_agent_framework_python_production_guide.md└── microsoft_agent_framework_python_diagrams.md
dotnet/ [100% .NET]├── GUIDE_INDEX.md [NEW - Navigation hub]├── README.md [.NET-focused]├── microsoft_agent_framework_dotnet_comprehensive_guide.md├── microsoft_agent_framework_dotnet_recipes.md├── microsoft_agent_framework_dotnet_production_guide.md└── microsoft_agent_framework_dotnet_diagrams.mdSolution: Separated guides for clarity
🔍 Quick Comparison
Section titled “🔍 Quick Comparison”| Aspect | Original (Here) | New Python Guide | New .NET Guide |
|---|---|---|---|
| Target Audience | Both platforms | Python devs only | .NET devs only |
| Code Examples | Mixed | 100% Python | 100% C# |
| Installation | Both | pip/venv | dotnet/NuGet |
| Testing | Mixed | pytest | xUnit/NUnit |
| Best Practices | Generic | Python-specific | .NET-specific |
| Navigation | Basic | GUIDE_INDEX | GUIDE_INDEX |
| Confusion | Some | None | None |
📖 Documentation Map
Section titled “📖 Documentation Map”If You’re Learning Python:
Section titled “If You’re Learning Python:”- Start:
./python/GUIDE_INDEX.md - Setup:
./python/README.md - Learn:
./python/microsoft_agent_framework_python_comprehensive_guide.md - Practice:
./python/microsoft_agent_framework_python_recipes.md
If You’re Learning .NET:
Section titled “If You’re Learning .NET:”- Start:
./dotnet/GUIDE_INDEX.md - Setup:
./dotnet/README.md - Learn:
./dotnet/microsoft_agent_framework_dotnet_comprehensive_guide.md - Practice:
./dotnet/microsoft_agent_framework_dotnet_recipes.md
⚡ Why This Change?
Section titled “⚡ Why This Change?”Benefits of Split Guides
Section titled “Benefits of Split Guides”-
Faster Learning
- No need to filter through irrelevant code
- Direct path to what you need
- Platform-specific best practices
-
Better Examples
- Copy-paste ready code
- No syntax confusion
- Idiomatic patterns for each language
-
Comprehensive Coverage
- Each guide is complete for its platform
- No compromises in depth
- Full deployment guidance
-
Easier Navigation
- GUIDE_INDEX for quick reference
- Clear learning paths
- Searchable topic index
🚀 Migration Instructions
Section titled “🚀 Migration Instructions”For Existing Users
Section titled “For Existing Users”-
Identify Your Platform
- Using Python? → Go to Python guide
- Using .NET? → Go to .NET guide
- Using both? → Use both guides
-
Bookmark New Location
- Update your bookmarks
- Update documentation links
- Share new paths with team
-
Optional: Archive This Directory
Terminal window # This directory can be safely archived or removedmv Microsoft_Agent_Framework_Guide Microsoft_Agent_Framework_Guide_ARCHIVED
📋 What Stays Here?
Section titled “📋 What Stays Here?”This original directory contains:
- ✅ Original mixed-platform documentation (for reference)
- ✅ This migration notice
- ⚠️ No longer actively maintained
Recommendation: Use new platform-specific guides
Q: Can I still use this directory?
Section titled “Q: Can I still use this directory?”A: Yes, but we strongly recommend using the new split guides for better experience.
Q: Is content missing from the new guides?
Section titled “Q: Is content missing from the new guides?”A: No, both new guides are comprehensive. They contain all original content plus enhancements.
Q: What about diagrams?
Section titled “Q: What about diagrams?”A: Diagrams are included in both guides (they’re mostly platform-agnostic).
Q: Should I delete this directory?
Section titled “Q: Should I delete this directory?”A: You can archive it. The new guides are the official documentation.
Q: Are the new guides up-to-date?
Section titled “Q: Are the new guides up-to-date?”A: Yes, they were created November 2025 and validated with Context7 and GitHub.
📞 Need Help?
Section titled “📞 Need Help?”Resources
Section titled “Resources”- Summary: See
../MICROSOFT_AGENT_FRAMEWORK_SPLIT_SUMMARY.md - Python Guide:
./python/ - . NET Guide:
./dotnet/ - GitHub: https://github.com/microsoft/agent-framework
Questions?
Section titled “Questions?”- Check GUIDE_INDEX in your platform’s guide
- Review comprehensive guide for concepts
- Reference recipes for examples
✅ Action Required
Section titled “✅ Action Required”Choose Your Path:
Section titled “Choose Your Path:”Python Developer
Section titled “Python Developer”cd pythonopen GUIDE_INDEX.md.NET Developer
Section titled “.NET Developer”cd dotnetopen GUIDE_INDEX.mdThis directory is now legacy. Please use the new platform-specific guides above. 🚀
Migration Date: November 12, 2025
New Guides Created: November 12, 2025
Status: ⚠️ Superseded - Use new guides