What problem does it solve?
This Skill removes friction from managing the full lifecycle of Azure AI Foundry projects by providing clear, actionable .NET patterns for creating and operating agents, datasets, connections, deployments, evaluations, and indexes so teams can automate project orchestration and verification.
Core Features & Use Cases
- Project and Agent Management: Create AIProjectClient instances, manage persistent agents and versioned agent versions, run threads and poll for completion.
- Data and Deployment Operations: Upload datasets, create or update indexes, list and inspect deployments, and configure connections.
- Evaluations and Integration: Run automated evaluations against datasets and integrate Azure OpenAI chat clients for model responses; ideal for CI workflows, model validation, and production agent orchestration.
Quick Start
Use azure-ai-projects-dotnet to create an AIProjectClient with DefaultAzureCredential, create an agent or agent version, run a thread, and retrieve the response.