foundry-agent-development
Installation
SKILL.md
Foundry Agent Development Skill
This skill provides guidance for developing AI agents using Azure AI Foundry within the Foundry Agent Accelerator project.
Project Context
This is a FastAPI + React application that creates persistent AI agents in Azure AI Foundry. Agents are:
- Visible in the Azure AI Foundry portal
- Version-controlled (new versions created on config changes)
- Configurable via local files OR the portal
Key Files
- System Prompt - Agent personality and instructions
- Agent Configuration - Tools and capabilities
- Main Application - Agent initialization
- API Routes - Chat endpoint