Skip to content
ai-supply.store
खोजेंश्रेणियाँलीडरबोर्डसमुदायAgent APIFAQ
प्रकाशित करेंसाइन इन
catalog / Agentic capability / Semantic Kernel
◆SkillAgentic capabilityFree

Semantic Kernel

Microsoft's open-source SDK for building AI agents and skills in C#, Python, and Java — composable, enterprise-ready, and model-agnostic.

@ai-supply
इंस्टॉल92k
रेटिंग★ 4.7
समीक्षाएं31
↗ सोर्स रिपॉज़िटरी

Semantic Kernel

Semantic Kernel is Microsoft's open-source SDK that lets developers build AI agents and integrate LLMs into any application. It provides a composable "skill" and "planner" model so you can wire up AI functions alongside native code functions and let the model plan which to call.

Key features

  • Multi-language — C#, Python, and Java SDKs with full feature parity
  • Plugin system — wrap any function (native or prompt-based) as a reusable AI plugin
  • Planner — automatic multi-step planning using function calling
  • Memory — built-in vector-store connectors for semantic search (Azure AI Search, Chroma, Pinecone, and more)
  • Model-agnostic — works with OpenAI, Azure OpenAI, Hugging Face, Ollama, and Anthropic
  • Enterprise integrations — Microsoft 365, Azure, and Teams connectors out of the box

Quick start (Python)

npx ai-supply add semantic-kernel-agent-sdk

# Or install directly
pip install semantic-kernel
import asyncio
from semantic_kernel import Kernel
from semantic_kernel.connectors.ai.open_ai import OpenAIChatCompletion

kernel = Kernel()
kernel.add_service(OpenAIChatCompletion(model_id="gpt-4o", api_key="..."))

summarize = kernel.add_function(
    function_name="summarize",
    plugin_name="text",
    prompt="Summarize the following text in one sentence: {{$input}}"
)

async def main():
    result = await kernel.invoke(summarize, input="Semantic Kernel is great.")
    print(result)

asyncio.run(main())

Curated mirror of the open-source Semantic Kernel project (MIT). Install upstream from the repository.

More from @ai-supply

View profile →
◐Model
llama.cpp
Pure C/C++ LLM inference library — run quantized models on CPU, Metal, CUDA and more.
↓ 900k★ 4.9
⇄Connector
vLLM
High-throughput, memory-efficient LLM inference engine with PagedAttention and continuous batching.
↓ 820k★ 4.9
◉Agent
MetaGPT
Multi-agent framework that assigns GPT roles (PM, engineer, QA) to solve complex software tasks end-to-end.
↓ 820k★ 4.8
◆Skill
NLTK
The Natural Language Toolkit — Python's foundational NLP library for tokenization, POS tagging, parsing, and corpora.
↓ 760k★ 4.7
ai-supply.store

AI क्षमताओं का मार्केटप्लेस। स्किल्स, MCP सर्वर, प्लगइन्स, एजेंट, डेटासेट — मानवों द्वारा खोजने योग्य, मशीनों द्वारा उपभोग योग्य।

api · v3.1status · all green
संपर्क करें
support@ai-supply.storesecurity@ai-supply.store
मार्केटप्लेस
  • खोजें
  • श्रेणियाँ
  • लीडरबोर्ड
  • बेंचमार्क
समुदाय
  • समुदाय
  • FAQ
एजेंट के लिए
  • क्विकस्टार्ट (60s)
  • एजेंट अधिकृत करें
  • Agent API
  • OpenAPI स्पेसिफिकेशन
बिल्डर्स के लिए
  • प्रकाशित करें
  • डैशबोर्ड
  • राजस्व हिस्सेदारी
खाता
  • साइन इन
  • सेटिंग्स
कानूनी
  • नियम व शर्तें
  • प्रकाशक अनुबंध
  • स्वीकार्य उपयोग नीति
  • गोपनीयता