News

Microsoft's Semantic Kernel SDK Ships with AI Agents, Plugins, Planners and Personas

Semantic Kernel, Microsoft's open source AI SDK, has shipped in v1.0.1.

The new release sports new documentation to explain the SDK's capability to create AI agents that can interact with users, answer questions, call existing code, automate processes and perform various other tasks.

The SDK acts like an AI orchestration layer for Microsoft's stack of AI models and Copilot AI assistants, providing interaction services to work with underlying machine language foundation models and AI infrastructure. The company explains more in its documentation: "Semantic Kernel is an open-source SDK that lets you easily combine AI services like OpenAI, Azure OpenAI, and Hugging Face with conventional programming languages like C# and Python. By doing so, you can create AI apps that combine the best of both worlds."

Semantic Kernel
[Click on image for larger view.] Semantic Kernel (source: Microsoft).

Shortly after shipping a release candidate, Microsoft today (Dec. 19) announced Semantic Kernel V1.0.1, describing it as a solid foundation with which to build those AI agents for AI-powered applications.

[Click on image for larger view.] Semantic Kernel in the Microsoft Ecosystem (source: Microsoft).

The announcement post details how to build your first agent with the help of new packages and docs.

Updated documentation on learn.microsoft.com helps users get familiar with the new UI. While still explaining the core concepts in Semantic Kernel like prompts and the kernel, core components necessary to build AI agents are also covered, including plugins, planners and personas.

Semantic Kernel Core Components
[Click on image for larger view.] Semantic Kernel Core Components (source: Microsoft).

"We are extremely excited about our updated docs because it's never been easier to learn how to build agents for your AI applications," said Matthew Bolanos of the dev team. "With Semantic Kernel, we make it incredibly easy to build an agent with a personalized persona that can automatically call plugins using planners or with automated function calling. Once you've gotten the basics down, you can then build anything from a simple chatbot, to a fully autonomous agent."

Semantic Kernel Agents
[Click on image for larger view.] Semantic Kernel Agents (source: Microsoft).

While small bits of newer functionality were detailed in the release candidate announcement and other posts, today's post provides an overview, focuses on the docs, lists various available packages (including preview and alpha) and points to Discord as the best place to get help in building a first agent.

Going forward, in January 2024 the team will focus on three core themes:

  1. AI connectors -- for example, Phi, Llama, Mistral, Gemini, and the long tail of Hugging face and local models.
  2. Memory connectors -- updating the current memory connectors to better leverage the features of each service.
  3. And additional agent abstractions -- e.g., provide abstractions that allow developers to build non-OpenAI based assistants.

"Since the core team still needs to iron out the abstractions and interfaces for #2 and #3, we recommending that the community help us focus on #1," Bolanos said. "Our hope is to have AI connectors for all of the top models as quickly as we can in the new year."

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Hands On: New VS Code Insiders Build Creates Web Page from Image in Seconds

    New Vision support with GitHub Copilot in the latest Visual Studio Code Insiders build takes a user-supplied mockup image and creates a web page from it in seconds, handling all the HTML and CSS.

  • Naive Bayes Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the naive Bayes regression technique, where the goal is to predict a single numeric value. Compared to other machine learning regression techniques, naive Bayes regression is usually less accurate, but is simple, easy to implement and customize, works on both large and small datasets, is highly interpretable, and doesn't require tuning any hyperparameters.

  • VS Code Copilot Previews New GPT-4o AI Code Completion Model

    The 4o upgrade includes additional training on more than 275,000 high-quality public repositories in over 30 popular programming languages, said Microsoft-owned GitHub, which created the original "AI pair programmer" years ago.

  • Microsoft's Rust Embrace Continues with Azure SDK Beta

    "Rust's strong type system and ownership model help prevent common programming errors such as null pointer dereferencing and buffer overflows, leading to more secure and stable code."

  • Xcode IDE from Microsoft Archrival Apple Gets Copilot AI

    Just after expanding the reach of its Copilot AI coding assistant to the open-source Eclipse IDE, Microsoft showcased how it's going even further, providing details about a preview version for the Xcode IDE from archrival Apple.

Subscribe on YouTube

Upcoming Training Events