Hosted Agents V2 Py
Editor's pickFeaturedBuild hosted agents using Azure AI Projects SDK with ImageBasedHostedAgentDefinition. Use when creating container-based agents that run custom code in Azure AI Foundry. Triggers: "ImageBasedHostedAgen...
- Type
- skill
- GitHub stars
- ★ 2.7K
- Repository
- microsoft/skills
- Category
- ai-ml
Install
1Quick install (skills CLI)
npx skills add microsoft/skills --skill hosted-agents-v2-py --agent claude-codeInstalls hosted-agents-v2-py into the current project's .claude/skills/ directory. Requires Node.js and the skills CLI.
2Manual install
Create ~/.claude/skills/<name>/ and copy the SKILL.md file from the repository into it. The directory name must match the skill name.
⚠️ Exact file layout and requirements vary by repository — always check the repo README first.
Prefer the full source? The repository README is the authoritative install reference.