agent-framework-azure-ai-py
✓Build Azure AI Foundry agents using the Microsoft Agent Framework Python SDK (agent-framework-azure-ai). Use when creating persistent agents with AzureAIAgentsProvider, using hosted tools (code interpreter, file search, web search), integrating MCP servers, managing conversation threads, or implementing streaming responses. Covers function tools, structured outputs, and multi-tool agents.
Installation
SKILL.md
Build persistent agents on Azure AI Foundry using the Microsoft Agent Framework Python SDK.
| createagent() | Create new agent on Azure AI service | | getagent(agentid) | Retrieve existing agent by ID | | asagent(sdkagent) | Wrap SDK Agent object (no HTTP call) |
| HostedCodeInterpreterTool | from agentframework import HostedCodeInterpreterTool | Execute Python code | | HostedFileSearchTool | from agentframework import HostedFileSearchTool | Search vector stores | | HostedWebSearchTool | from agentframework import HostedWebSearchTool | Bing web search |
Build Azure AI Foundry agents using the Microsoft Agent Framework Python SDK (agent-framework-azure-ai). Use when creating persistent agents with AzureAIAgentsProvider, using hosted tools (code interpreter, file search, web search), integrating MCP servers, managing conversation threads, or implementing streaming responses. Covers function tools, structured outputs, and multi-tool agents. Source: sickn33/antigravity-awesome-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill agent-framework-azure-ai-py- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-17
- Updated
- 2026-02-18
Quick answers
What is agent-framework-azure-ai-py?
Build Azure AI Foundry agents using the Microsoft Agent Framework Python SDK (agent-framework-azure-ai). Use when creating persistent agents with AzureAIAgentsProvider, using hosted tools (code interpreter, file search, web search), integrating MCP servers, managing conversation threads, or implementing streaming responses. Covers function tools, structured outputs, and multi-tool agents. Source: sickn33/antigravity-awesome-skills.
How do I install agent-framework-azure-ai-py?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill agent-framework-azure-ai-py Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/sickn33/antigravity-awesome-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-17