skills.vishalvoidskills/vishalvoid
Technical & DevelopmentIntermediate

agents-v2-py

Foundry Agents SDK — container-based agents with custom images

Developer Setup

Setup & Installation

bash
npx skills add https://github.com/microsoft/skills --skill agents-v2-py

Overview

What This Skill Does

Deploys container-based agents to Azure AI Foundry using `ImageBasedHostedAgentDefinition` from the Azure AI Projects SDK. You provide a container image and resource specs; the SDK handles registration, versioning, and protocol configuration. Supports tools like code interpreter and MCP servers.

Application

When to use this Skill

Documentation

Show Skills.md file

Agent Framework Azure Hosted Agents

Build persistent agents on Azure AI Foundry using the Microsoft Agent Framework Python SDK.

Architecture

User Query → AzureAIAgentsProvider → Azure AI Agent Service (Persistent)
                    ↓
              Agent.run() / Agent.run_stream()
                    ↓
              Tools: Functions | Hosted (Code/Search/Web) | MCP
                    ↓
              AgentThread (conversation persistence)

Installation

# Full framework (recommended)
pip install agent-framework --pre

# Or Azure-specific package only
pip install agent-framework-azure-ai --pre
Lines 1 - 25 of 348

Recommendations

Explore other random skills

All skillsMy patterns