microsoft-agent-framework
Installation
SKILL.md
Microsoft Agent Framework
Overview
Use this skill to implement or explain Microsoft Agent Framework usage in Python. Prefer Microsoft Learn docs for conceptual guidance and use Context7 to fetch exact snippets (package extras, Azure/OpenAI client specifics).
Workflow
- Identify runtime and provider
- Confirm Python.
- Pick provider: OpenAI, Azure OpenAI, or Azure AI Foundry.
- Confirm required environment variables before coding.
- Install and configure
- Use pip packages and extras for the provider you need.
- Load env vars from the shell or a
.envfile.