Agent Framework

Use when building AI agents with Microsoft.SemanticKernel or Microsoft.Extensions.AI.Agent frameworks. Covers agent creation, tool/plugin registration, multi-agent orchestration, chat completion agents, and OpenAI Assistants integration. USE FOR: building AI agents with tools and plugins, multi-agent chat workflows, Semantic Kernel agent orchestration, OpenAI Assistants API integration, agent-based automation pipelines DO NOT USE FOR: simple chat completions without agent patterns (use microsoft-extensions-ai), inter-service agent communication over A2A protocol (use a2a), ML model training (use mlnet), raw ONNX inference (use onnx)

Tyler-R-Kendrick 9c9b12e 16 files · 28.4 KB Updated

File contents

Tyler-R-Kendrick/agent-skills/tree/main/skills/dotnet/ai/agent-framework commit 9c9b12e039

Frequently asked questions

npx skillmds add tyler-r-kendrick/agent-framework