agent-framework-azure-ai-csharp Skill
Build Microsoft Foundry agents with the Microsoft Agent Framework .NET SDK (Microsoft.Agents.AI + Microsoft.Agents.AI.Foundry). Use when creating agents via AIProjectClient.AsAIAgent or FoundryAgent, calling function tools and hosted tools (code interpreter, file search, web search, memory search), integrating MCP serv Published by microsoft in Learn-Microsoft-Agent-Framework-with-Foundry-ZavaShop-Supply-Chain-Workshop.
What is agent-framework-azure-ai-csharp Skill?
Build Microsoft Foundry agents with the Microsoft Agent Framework .NET SDK (Microsoft.Agents.AI + Microsoft.Agents.AI.Foundry). Use when creating agents via AIProjectClient.AsAIAgent or FoundryAgent, calling function tools and hosted tools (code interpreter, file search, web search, memory search), integrating MCP serv Published by microsoft in Learn-Microsoft-Agent-Framework-with-Foundry-ZavaShop-Supply-Chain-Workshop. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Research
- Research use cases
Technical details
- Install or run with Copy skill directory
When to use agent-framework-azure-ai-csharp Skill
- Use it for research.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/Learn-Microsoft-Agent-Framework-with-Foundry-ZavaShop-Supply-Chain-Workshop
- Skill file: .github/skills/agent-framework-azure-ai-csharp/SKILL.md
What it does
Build Microsoft Foundry agents with the Microsoft Agent Framework .NET SDK (Microsoft.Agents.AI + Microsoft.Agents.AI.Foundry). Use when creating agents via AIProjectClient.AsAIAgent or FoundryAgent, calling function tools and hosted tools (code interpreter, file search, web search, memory search), integrating MCP serv
Skill instructions
Agent Framework Azure AI Foundry Agents (.NET) Build agents on Microsoft Foundry using the Microsoft Agent Framework .NET SDK. The same AIAgent abstraction wraps both the Foundry Responses API (AIProjectClient.AsAIAgent(...)) and the persistent Foundry Agent resource (FoundryAgent + AgentAdministrationClient). Architecture User Query → AIProjectClient.AsAIAgent(...) → Microsoft Foundry (Responses) ↓ └── FoundryAgent + AgentAdministrationClient (persistent) AIAgent.RunAsync() / .RunStreamingAsync() ↓ Tools: AIFunctionFactory.Create | Hosted (CodeInterpreter / FileSearch / WebSearch / MemorySearch) | McpClientTool (local MCP) | ResponseTool.CreateMcpTool (hosted MCP) ↓ AgentSession (multi-turn conversation, response-id chaining) ↓ Optional: FoundryMemoryProvider | AgentSkillsProvider (file/code/class skills) Installation bash Core agent runtime (always required) dotnet add package Microsoft.Agents.AI --prerelease dotnet add package Microsoft.Extensions.AI --prerelease Microsoft Foundry i
Explore related resources
Frequently asked questions
What is agent-framework-azure-ai-csharp?
agent-framework-azure-ai-csharp is a open-source AI agent skill with Copy skill directory. Build Microsoft Foundry agents with the Microsoft Agent Framework .NET SDK (Microsoft.Agents.AI + Microsoft.Agents.AI.Foundry).
Who is agent-framework-azure-ai-csharp best for?
agent-framework-azure-ai-csharp is best for reusing agent instructions, scripts, and references, research workflows.
How do I install agent-framework-azure-ai-csharp?
Install or run agent-framework-azure-ai-csharp using Copy skill directory. Check agent-framework-azure-ai-csharp for the latest setup command.
Is agent-framework-azure-ai-csharp actively maintained?
agent-framework-azure-ai-csharp may need a closer maintenance check before production use.
Auto-fetched from GitHub.