



Open-source SDK from Microsoft that enables developers to build AI agents and integrate LLMs into applications with support for multi-agent orchestration, function calling, and memory management across C#, Python, and Java.
Semantic Kernel is a lightweight, open-source development kit that empowers developers to build AI agents and integrate the latest AI models into C#, Python, or Java codebases. It provides a model-agnostic framework for building, orchestrating, and deploying AI agents and multi-agent systems.
Semantic Kernel acts as middleware that translates model requests to function calls and passes results back to the model. By describing your existing code to AI models, they can be called to address user requests through a structured orchestration layer.
Free and open-source under the MIT license.
Loading more......