#14 · Primary category: LLM Application Frameworks
semantic-kernel
Integrate cutting-edge LLM technology quickly and easily into your apps
Project last updated:08/27/26
GitHub Stars
28.5K
Forks
4.7K
Contributors
415
License
MIT
Why we included this project
Semantic Kernel is a model-agnostic SDK for teams that want to ship LLM-powered features without hand-rolling every integration. It gives you a single programming model for connecting to OpenAI, Azure OpenAI, Hugging Face, and local runtimes like Ollama, then composing those connections into agents and multi-agent workflows. Python, .NET, and Java all get first-class bindings, so a polyglot shop can standardize on one abstraction across services. The plugin system lets you wrap native code, prompt templates, OpenAPI specs, or MCP tools as callable functions, which makes it practical for wiring real business logic into an assistant rather than just demoing chat. And since Microsoft is evolving this codebase into its Agent Framework, the API surface is stable and backed by long-term support, which matters when you are putting something into production.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
langchain
The agent engineering platform.
dify
Build Agentic workflows, RAG pipelines, with rich AI model and tool support on one collaborative workspace. Deploy on cloud, VPC, or self-hosted, so teams move from prototype to production without rebuilding the stack.
headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
litellm
The fastest, litest AI Gateway. Rust core with Python SDK. Call 100+ LLM APIs in OpenAI (or native) format with cost tracking, guardrails, load balancing, and logging [Bedrock, Azure, OpenAI, Anthropic, OpenAI, VertexAI, vLLM, Nvidia NIM]
llama_index
LlamaIndex is the leading document agent and OCR platform