agent-framework-azure-ai-py
Build Azure AI Foundry agents.
Setup & Installation
Install command
clawhub install thegovind/agent-framework-azure-ai-pyIf the CLI is not installed:
Install command
npx clawhub@latest install thegovind/agent-framework-azure-ai-pyOr install with OpenClaw CLI:
Install command
openclaw skills install thegovind/agent-framework-azure-ai-pyor paste the repo link into your assistant's chat
Install command
https://github.com/openclaw/skills/tree/main/skills/thegovind/agent-framework-azure-ai-pyWhat This Skill Does
Build persistent agents on Azure AI Foundry using the Microsoft Agent Framework Python SDK. Supports function tools, hosted tools like code interpreter and Bing web search, MCP server integration, conversation threads, streaming responses, and structured Pydantic outputs.
Azure AI Foundry manages agent persistence and tool execution server-side, so you don't need to maintain your own state or tool infrastructure.
When to Use It
- Running multi-turn conversations with persistent thread state
- Executing Python code inside an agent to analyze or transform data
- Searching the web via Bing within an automated agent workflow
- Returning typed structured outputs from agent queries using Pydantic models
- Connecting agents to MCP servers for extended tool capabilities
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Running multi-turn conversations with persistent thread state
- 1Running multi-turn conversations with persistent thread state
- 2Executing Python code inside an agent to analyze or transform data
- 3Searching the web via Bing within an automated agent workflow
- 4Returning typed structured outputs from agent queries using Pydantic models
- 5Connecting agents to MCP servers for extended tool capabilities
Build Azure AI Foundry agents.
Security Audits
These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.