Microsoft Semantic Kernel

An open-source SDK to orchestrate AI plugins and build intelligent, enterprise-grade agents.

Categories
Code Execution & Agents
C#
Microsoft Official
Our Take

From Microsoft, Semantic Kernel is a serious SDK for developers building complex AI applications. It excels at planning, orchestration, and connecting LLMs to existing code and services. It's a foundational tool for creating agents that can reason and execute multi-step tasks reliably.

Quick Start
```bash
# Add the package to your .NET project
dotnet add package Microsoft.SemanticKernel
```

Related Tools