{"id":1736,"date":"2023-12-19T08:29:26","date_gmt":"2023-12-19T16:29:26","guid":{"rendered":"https:\/\/devblogs.microsoft.com\/semantic-kernel\/?p=1736"},"modified":"2023-12-20T08:49:54","modified_gmt":"2023-12-20T16:49:54","slug":"semantic-kernel-v1-0-1-has-arrived-to-help-you-build-agents","status":"publish","type":"post","link":"https:\/\/devblogs.microsoft.com\/agent-framework\/semantic-kernel-v1-0-1-has-arrived-to-help-you-build-agents\/","title":{"rendered":"Say hello to Semantic Kernel V1.0.1"},"content":{"rendered":"<p>The Semantic Kernel team is proud to announce that we have published V1.0.1 of Semantic Kernel for C#. With V1, C# developers now have a solid foundation to build AI agents for their AI powered applications.<\/p>\n<p>We are extremely thankful to the many people who tested our release candidates over the past two weeks. The many bug reports and feature requests helped ensure that we landed a solid version of Semantic Kernel. We hope this is a perfectly holiday gift for anyone interested in building AI applications over the winter holidays.<\/p>\n<p>If you need some inspiration, I&#8217;d recommend checking out the submissions to last week&#8217;s hackathon. Some of the most compelling include <a href=\"https:\/\/github.com\/adesokanayo\/semantic-kernel-v1.0-hackathon\/tree\/master\/submissions\/SecureGenMask\">using events to securely send and receive requests to LLMs<\/a>, <a href=\"https:\/\/github.com\/elbruno\/sk-v1-droneAssistant\">flying a drone<\/a>, and <a href=\"https:\/\/github.com\/BLaZeKiLL\/semantic-kernel-v1.0-hackathon\/tree\/codeblaze\/submissions\/corgi-quiz-app\">even building an entire quiz app<\/a> <a href=\"https:\/\/github.com\/BLaZeKiLL\/semantic-kernel-v1.0-hackathon\/tree\/codeblaze\/submissions\/ollama-plugin\">using local models from Ollama<\/a>. And with V1.0.1, you can rest assured knowing that you are building on top of stable APIs that won&#8217;t break moving forward.<\/p>\n<p>To help the community get started building on top of V1.0.1, we&#8217;ve prepared all the information you need to get started in this blog post:<\/p>\n<ol>\n<li><a href=\"#build-your-first-agent-using-the-updated-docs\">Updated docs that walk through\u00a0<em>how<\/em> to create your first agent<\/a><\/li>\n<li><a href=\"#installing-the-right-v1-0-1-packages-for-your-agents\">The list of V1.0.1 packages<\/a><\/li>\n<li><a href=\"https:\/\/devblogs.microsoft.com\/semantic-kernel\/?p=1736&amp;preview=true#getting-help-building-your-first-agent\">Where to get help from the Semantic Kernel team<\/a><\/li>\n<li><a href=\"https:\/\/devblogs.microsoft.com\/semantic-kernel\/?p=1736&amp;preview=true#want-to-contribute\">And where the community can help the open-source project<\/a><\/li>\n<\/ol>\n<h2 style=\"margin-top: 2rem;\">Build your first agent with the new packages and docs<\/h2>\n<p>To help users get started with the new V1.0.1 interface for Semantic Kernel, we&#8217;ve updated <a href=\"https:\/\/learn.microsoft.com\/en-us\/semantic-kernel\/overview\/\">our documentation on learn.microsoft.com<\/a>. It still walks through the core concepts in Semantic Kernel, like <a href=\"https:\/\/learn.microsoft.com\/en-us\/semantic-kernel\/prompts\/\">prompts<\/a> and the <a href=\"https:\/\/learn.microsoft.com\/en-us\/semantic-kernel\/agents\/kernel\/?tabs=Csharp\">kernel<\/a>, but it <em>also<\/em> includes the core components necessary to build AI agents: <a href=\"https:\/\/learn.microsoft.com\/en-us\/semantic-kernel\/agents\/plugins\/\">plugins<\/a>, <a href=\"https:\/\/learn.microsoft.com\/en-us\/semantic-kernel\/agents\/planners\/?tabs=Csharp\">planners<\/a>, and <a href=\"https:\/\/learn.microsoft.com\/en-us\/semantic-kernel\/agents\/#persona-giving-your-agent-a-personality\">personas<\/a>.<\/p>\n<p><a href=\"https:\/\/devblogs.microsoft.com\/semantic-kernel\/wp-content\/uploads\/sites\/78\/2023\/12\/plugins-planners-personas-1.png\"><img decoding=\"async\" class=\"aligncenter size-large wp-image-1739\" src=\"https:\/\/devblogs.microsoft.com\/semantic-kernel\/wp-content\/uploads\/sites\/78\/2023\/12\/plugins-planners-personas-1-1024x268.png\" alt=\"Image plugins planners personas 1\" width=\"640\" height=\"168\" srcset=\"https:\/\/devblogs.microsoft.com\/agent-framework\/wp-content\/uploads\/sites\/78\/2023\/12\/plugins-planners-personas-1-1024x268.png 1024w, https:\/\/devblogs.microsoft.com\/agent-framework\/wp-content\/uploads\/sites\/78\/2023\/12\/plugins-planners-personas-1-300x78.png 300w, https:\/\/devblogs.microsoft.com\/agent-framework\/wp-content\/uploads\/sites\/78\/2023\/12\/plugins-planners-personas-1-768x201.png 768w, https:\/\/devblogs.microsoft.com\/agent-framework\/wp-content\/uploads\/sites\/78\/2023\/12\/plugins-planners-personas-1.png 1332w\" sizes=\"(max-width: 640px) 100vw, 640px\" \/><\/a><\/p>\n<p>We are extremely excited about our updated docs because it&#8217;s never been easier to learn how to <a href=\"https:\/\/learn.microsoft.com\/en-us\/semantic-kernel\/agents\/\">build agents for your AI applications<\/a>. 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&#8217;ve gotten the basics down, you can then build anything from a simple chatbot, to a fully autonomous agent.<\/p>\n<p><a href=\"https:\/\/devblogs.microsoft.com\/semantic-kernel\/wp-content\/uploads\/sites\/78\/2023\/12\/types-of-agents-1.png\"><img decoding=\"async\" class=\"aligncenter size-large wp-image-1738\" src=\"https:\/\/devblogs.microsoft.com\/semantic-kernel\/wp-content\/uploads\/sites\/78\/2023\/12\/types-of-agents-1-1024x326.png\" alt=\"Image types of agents 1\" width=\"640\" height=\"204\" srcset=\"https:\/\/devblogs.microsoft.com\/agent-framework\/wp-content\/uploads\/sites\/78\/2023\/12\/types-of-agents-1-1024x326.png 1024w, https:\/\/devblogs.microsoft.com\/agent-framework\/wp-content\/uploads\/sites\/78\/2023\/12\/types-of-agents-1-300x96.png 300w, https:\/\/devblogs.microsoft.com\/agent-framework\/wp-content\/uploads\/sites\/78\/2023\/12\/types-of-agents-1-768x245.png 768w, https:\/\/devblogs.microsoft.com\/agent-framework\/wp-content\/uploads\/sites\/78\/2023\/12\/types-of-agents-1-1536x489.png 1536w, https:\/\/devblogs.microsoft.com\/agent-framework\/wp-content\/uploads\/sites\/78\/2023\/12\/types-of-agents-1-2048x652.png 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" \/><\/a><\/p>\n<p>If you&#8217;re\u00a0<em>brand<\/em> new to building AI applications, we&#8217;ve also added a <a href=\"https:\/\/learn.microsoft.com\/en-us\/semantic-kernel\/prompts\/your-first-prompt?tabs=Csharp\">great step-by-step guide<\/a> on how you can write (and improve) your first prompt.<\/p>\n<h2 style=\"margin-top: 2rem;\">Installing the right V1.0.1 packages for your agents<\/h2>\n<p>To make it clear which packages are stable (i.e., no more breaking changes) and which ones may still change, we have bucketed our NuGet packages into three groups:<\/p>\n<ol>\n<li><strong>V1.0.1<\/strong> \u2013 these packages will be supported long term without future breaking changes.<\/li>\n<li><strong>V1.0.1-preview<\/strong> \u2013 these packages are slated to land in V1.1; they are likely to only have minimal breaking changes in the future.<\/li>\n<li><strong>V1.0.1-alpha <\/strong>\u2013 these packages may experience meaningful changes moving forward.<\/li>\n<\/ol>\n<p>Both the V1.0.1-preview and V1.0.1-alpha packages are marked experimental. This means that if you use features from these packages, you will need to add <code>&lt;NoWarn&gt;SKEXPXXXX&lt;\/NoWarn&gt;<\/code> or <code>#pragma warning disable SKEXPXXXX<\/code> to your application (don&#8217;t forget to replace <code>XXXX<\/code> with the correct experiment number). To see the full list of current experiments, visit <a href=\"https:\/\/github.com\/microsoft\/semantic-kernel\/blob\/main\/dotnet\/docs\/EXPERIMENTS.md\">this doc article<\/a>. There are also a handful of experiments still in the core V1.0.1 NuGets for interfaces that may update slightly in the future.<\/p>\n<p>Please note, several of the previous packages have been unlisted because of package renames. They will continue to be available for use, but they will no longer be discoverable on NuGet&#8217;s website. You should be able to find the new package to use in the list below.<\/p>\n<h3>V1.0.1 packages<\/h3>\n<p>The following packages are now stable and will not have breaking changes (unless an API is marked experimental):<\/p>\n<ul>\n<li><a class=\"package-title\" href=\"https:\/\/www.nuget.org\/packages\/Microsoft.SemanticKernel\" data-track=\"preview-search-selection\" data-track-value=\"10\" data-package-id=\"Microsoft.SemanticKernel\" data-package-version=\"1.0.1\" data-use-version=\"False\">Microsoft.<wbr \/>SemanticKernel<\/a> \u2013 the meta package for Semantic Kernel<\/li>\n<li><a class=\"package-title\" href=\"https:\/\/www.nuget.org\/packages\/Microsoft.SemanticKernel.Abstractions\" data-track=\"preview-search-selection\" data-track-value=\"28\" data-package-id=\"Microsoft.SemanticKernel.Abstractions\" data-package-version=\"1.0.1\" data-use-version=\"False\">Microsoft.<wbr \/>SemanticKernel.<wbr \/>Abstractions<\/a> \u2013 the main abstractions the power Semantic Kernel<\/li>\n<li><a class=\"package-title\" href=\"https:\/\/www.nuget.org\/packages\/Microsoft.SemanticKernel.Core\" data-track=\"preview-search-selection\" data-track-value=\"20\" data-package-id=\"Microsoft.SemanticKernel.Core\" data-package-version=\"1.0.1\" data-use-version=\"False\">Microsoft.<wbr \/>SemanticKernel.<wbr \/>Core<\/a> \u2013 the core package for Semantic Kernel<\/li>\n<li><a class=\"package-title\" href=\"https:\/\/www.nuget.org\/packages\/Microsoft.SemanticKernel.Connectors.OpenAI\" data-track=\"preview-search-selection\" data-track-value=\"6\" data-package-id=\"Microsoft.SemanticKernel.Connectors.OpenAI\" data-package-version=\"1.0.1\" data-use-version=\"False\">Microsoft.<wbr \/>SemanticKernel.<wbr \/>Connectors.<wbr \/>OpenAI<\/a> \u2013 provides connections to OpenAI models<\/li>\n<li><a class=\"package-title\" href=\"https:\/\/www.nuget.org\/packages\/Microsoft.SemanticKernel.PromptTemplates.Handlebars\" data-track=\"preview-search-selection\" data-track-value=\"4\" data-package-id=\"Microsoft.SemanticKernel.PromptTemplates.Handlebars\" data-package-version=\"1.0.1\" data-use-version=\"False\">Microsoft.<wbr \/>SemanticKernel.<wbr \/>PromptTemplates.<wbr \/>Handlebars<\/a> \u2013 supports the Handlebars templating language in Semantic Kernel<\/li>\n<li><a class=\"package-title\" href=\"https:\/\/www.nuget.org\/packages\/Microsoft.SemanticKernel.Yaml\" data-track=\"preview-search-selection\" data-track-value=\"18\" data-package-id=\"Microsoft.SemanticKernel.Yaml\" data-package-version=\"1.0.1\" data-use-version=\"False\">Microsoft.<wbr \/>SemanticKernel.<wbr \/>Yaml<\/a> \u2013 supports YAML serialization for prompts<\/li>\n<\/ul>\n<h3>V1.0.1-preview packages<\/h3>\n<p>The following packages are currently in preview. We expect that they will only have minor breaking changes (if any) by V1.1.<\/p>\n<ul>\n<li><a class=\"package-title\" href=\"https:\/\/www.nuget.org\/packages\/Microsoft.SemanticKernel.Connectors.HuggingFace\/1.0.1-preview\" data-track=\"preview-search-selection\" data-track-value=\"27\" data-package-id=\"Microsoft.SemanticKernel.Connectors.HuggingFace\" data-package-version=\"1.0.1-preview\" data-use-version=\"True\">Microsoft.<wbr \/>SemanticKernel.<wbr \/>Connectors.<wbr \/>HuggingFace<\/a> \u2013 connectors to text generation models on Hugging Face<\/li>\n<li><a class=\"package-title\" href=\"https:\/\/www.nuget.org\/packages\/Microsoft.SemanticKernel.Planners.Handlebars\/1.0.1-preview\" data-track=\"preview-search-selection\" data-track-value=\"30\" data-package-id=\"Microsoft.SemanticKernel.Planners.Handlebars\" data-package-version=\"1.0.1-preview\" data-use-version=\"True\">Microsoft.<wbr \/>SemanticKernel.<wbr \/>Planners.<wbr \/>Handlebars<\/a> \u2013 the Handlebars planner<\/li>\n<li><a class=\"package-title\" href=\"https:\/\/www.nuget.org\/packages\/Microsoft.SemanticKernel.Planners.OpenAI\/1.0.1-preview\" data-track=\"preview-search-selection\" data-track-value=\"17\" data-package-id=\"Microsoft.SemanticKernel.Planners.OpenAI\" data-package-version=\"1.0.1-preview\" data-use-version=\"True\">Microsoft.<wbr \/>SemanticKernel.<wbr \/>Planners.<wbr \/>OpenAI<\/a> \u2013 the Function calling stepwise planner<\/li>\n<\/ul>\n<h3>V1.0.1-alpha packages<\/h3>\n<p>The following packages are currently in alpha, so they may experience meaningful changes. All of the memory connectors and out-of-the-box plugins are currently marked experimental because we would like to make them even more generic in 2024 to support a wider breadth of scenarios. For example, we&#8217;ll be updating all of our memory connectors to use the exact same interface <a href=\"https:\/\/github.com\/openai\/chatgpt-retrieval-plugin\">OpenAI&#8217;s ChatGPT retrieval plugin<\/a> uses to afford more interoperability and greater memory support.<\/p>\n<p>The most interesting alpha package is our <a href=\"https:\/\/www.nuget.org\/packages\/Microsoft.SemanticKernel.Experimental.Agents\/1.0.1-alpha\">experimental agents package<\/a>. With it, you can build entire agents on top of OpenAI&#8217;s Assistant APIs. To learn more about it, <a href=\"https:\/\/devblogs.microsoft.com\/semantic-kernel\/semantic-kernels-ignite-release-beta8-for-the-net-sdk\/#start-developing-openai-assistants-with-semantic-kernel\">read our launch post for it here<\/a>.<\/p>\n<ul>\n<li><a class=\"package-title\" href=\"https:\/\/www.nuget.org\/packages\/Microsoft.SemanticKernel.Connectors.AzureAISearch\/1.0.1-alpha\" data-track=\"preview-search-selection\" data-track-value=\"7\" data-package-id=\"Microsoft.SemanticKernel.Connectors.AzureAISearch\" data-package-version=\"1.0.1-alpha\" data-use-version=\"True\">Microsoft.<wbr \/>SemanticKernel.<wbr \/>Connectors.<wbr \/>AzureAISearch<\/a><\/li>\n<li><a class=\"package-title\" href=\"https:\/\/www.nuget.org\/packages\/Microsoft.SemanticKernel.Connectors.Chroma\/1.0.1-alpha\" data-track=\"preview-search-selection\" data-track-value=\"8\" data-package-id=\"Microsoft.SemanticKernel.Connectors.Chroma\" data-package-version=\"1.0.1-alpha\" data-use-version=\"True\">Microsoft.<wbr \/>SemanticKernel.<wbr \/>Connectors.<wbr \/>Chroma<\/a><\/li>\n<li><a class=\"package-title\" href=\"https:\/\/www.nuget.org\/packages\/Microsoft.SemanticKernel.Connectors.DuckDB\/1.0.1-alpha\" data-track=\"preview-search-selection\" data-track-value=\"26\" data-package-id=\"Microsoft.SemanticKernel.Connectors.DuckDB\" data-package-version=\"1.0.1-alpha\" data-use-version=\"True\">Microsoft.<wbr \/>SemanticKernel.<wbr \/>Connectors.<wbr \/>DuckDB<\/a><\/li>\n<li><a class=\"package-title\" href=\"https:\/\/www.nuget.org\/packages\/Microsoft.SemanticKernel.Connectors.Kusto\/1.0.1-alpha\" data-track=\"preview-search-selection\" data-track-value=\"16\" data-package-id=\"Microsoft.SemanticKernel.Connectors.Kusto\" data-package-version=\"1.0.1-alpha\" data-use-version=\"True\">Microsoft.<wbr \/>SemanticKernel.<wbr \/>Connectors.<wbr \/>Kusto<\/a><\/li>\n<li><a class=\"package-title\" href=\"https:\/\/www.nuget.org\/packages\/Microsoft.SemanticKernel.Connectors.Milvus\/1.0.1-alpha\" data-track=\"preview-search-selection\" data-track-value=\"32\" data-package-id=\"Microsoft.SemanticKernel.Connectors.Milvus\" data-package-version=\"1.0.1-alpha\" data-use-version=\"True\">Microsoft.<wbr \/>SemanticKernel.<wbr \/>Connectors.<wbr \/>Milvus<\/a><\/li>\n<li><a class=\"package-title\" href=\"https:\/\/www.nuget.org\/packages\/Microsoft.SemanticKernel.Connectors.MongoDB\/1.0.1-alpha\" data-track=\"preview-search-selection\" data-track-value=\"13\" data-package-id=\"Microsoft.SemanticKernel.Connectors.MongoDB\" data-package-version=\"1.0.1-alpha\" data-use-version=\"True\">Microsoft.<wbr \/>SemanticKernel.<wbr \/>Connectors.<wbr \/>MongoDB<\/a><\/li>\n<li><a class=\"package-title\" href=\"https:\/\/www.nuget.org\/packages\/Microsoft.SemanticKernel.Connectors.Pinecone\/1.0.1-alpha\" data-track=\"preview-search-selection\" data-track-value=\"5\" data-package-id=\"Microsoft.SemanticKernel.Connectors.Pinecone\" data-package-version=\"1.0.1-alpha\" data-use-version=\"True\">Microsoft.<wbr \/>SemanticKernel.<wbr \/>Connectors.<wbr \/>Pinecone<\/a><\/li>\n<li><a class=\"package-title\" href=\"https:\/\/www.nuget.org\/packages\/Microsoft.SemanticKernel.Connectors.Postgres\/1.0.1-alpha\" data-track=\"preview-search-selection\" data-track-value=\"14\" data-package-id=\"Microsoft.SemanticKernel.Connectors.Postgres\" data-package-version=\"1.0.1-alpha\" data-use-version=\"True\">Microsoft.<wbr \/>SemanticKernel.<wbr \/>Connectors.<wbr \/>Postgres<\/a><\/li>\n<li><a class=\"package-title\" href=\"https:\/\/www.nuget.org\/packages\/Microsoft.SemanticKernel.Connectors.Qdrant\/1.0.1-alpha\" data-track=\"preview-search-selection\" data-track-value=\"25\" data-package-id=\"Microsoft.SemanticKernel.Connectors.Qdrant\" data-package-version=\"1.0.1-alpha\" data-use-version=\"True\">Microsoft.<wbr \/>SemanticKernel.<wbr \/>Connectors.<wbr \/>Qdrant<\/a><\/li>\n<li><a class=\"package-title\" href=\"https:\/\/www.nuget.org\/packages\/Microsoft.SemanticKernel.Connectors.Redis\/1.0.1-alpha\" data-track=\"preview-search-selection\" data-track-value=\"11\" data-package-id=\"Microsoft.SemanticKernel.Connectors.Redis\" data-package-version=\"1.0.1-alpha\" data-use-version=\"True\">Microsoft.<wbr \/>SemanticKernel.<wbr \/>Connectors.<wbr \/>Redis<\/a><\/li>\n<li><a class=\"package-title\" href=\"https:\/\/www.nuget.org\/packages\/Microsoft.SemanticKernel.Connectors.Sqlite\/1.0.1-alpha\" data-track=\"preview-search-selection\" data-track-value=\"31\" data-package-id=\"Microsoft.SemanticKernel.Connectors.Sqlite\" data-package-version=\"1.0.1-alpha\" data-use-version=\"True\">Microsoft.<wbr \/>SemanticKernel.<wbr \/>Connectors.<wbr \/>Sqlite<\/a><\/li>\n<li><a class=\"package-title\" href=\"https:\/\/www.nuget.org\/packages\/Microsoft.SemanticKernel.Connectors.Weaviate\/1.0.1-alpha\" data-track=\"preview-search-selection\" data-track-value=\"24\" data-package-id=\"Microsoft.SemanticKernel.Connectors.Weaviate\" data-package-version=\"1.0.1-alpha\" data-use-version=\"True\">Microsoft.<wbr \/>SemanticKernel.<wbr \/>Connectors.<wbr \/>Weaviate<\/a><\/li>\n<li><a class=\"package-title\" href=\"https:\/\/www.nuget.org\/packages\/Microsoft.SemanticKernel.Experimental.Agents\/1.0.1-alpha\" data-track=\"preview-search-selection\" data-track-value=\"22\" data-package-id=\"Microsoft.SemanticKernel.Experimental.Agents\" data-package-version=\"1.0.1-alpha\" data-use-version=\"True\">Microsoft.<wbr \/>SemanticKernel.<wbr \/>Experimental.<wbr \/>Agents<\/a><\/li>\n<li><a class=\"package-title\" href=\"https:\/\/www.nuget.org\/packages\/Microsoft.SemanticKernel.Markdown\/1.0.1-alpha\" data-track=\"preview-search-selection\" data-track-value=\"21\" data-package-id=\"Microsoft.SemanticKernel.Markdown\" data-package-version=\"1.0.1-alpha\" data-use-version=\"True\">Microsoft.<wbr \/>SemanticKernel.<wbr \/>Markdown<\/a><\/li>\n<li><a class=\"package-title\" href=\"https:\/\/www.nuget.org\/packages\/Microsoft.SemanticKernel.Plugins.Core\/1.0.1-alpha\" data-track=\"preview-search-selection\" data-track-value=\"29\" data-package-id=\"Microsoft.SemanticKernel.Plugins.Core\" data-package-version=\"1.0.1-alpha\" data-use-version=\"True\">Microsoft.<wbr \/>SemanticKernel.<wbr \/>Plugins.<wbr \/>Core<\/a><\/li>\n<li><a class=\"package-title\" href=\"https:\/\/www.nuget.org\/packages\/Microsoft.SemanticKernel.Plugins.Document\/1.0.1-alpha\" data-track=\"preview-search-selection\" data-track-value=\"15\" data-package-id=\"Microsoft.SemanticKernel.Plugins.Document\" data-package-version=\"1.0.1-alpha\" data-use-version=\"True\">Microsoft.<wbr \/>SemanticKernel.<wbr \/>Plugins.<wbr \/>Document<\/a><\/li>\n<li><a class=\"package-title\" href=\"https:\/\/www.nuget.org\/packages\/Microsoft.SemanticKernel.Plugins.Grpc\/1.0.1-alpha\" data-track=\"preview-search-selection\" data-track-value=\"12\" data-package-id=\"Microsoft.SemanticKernel.Plugins.Grpc\" data-package-version=\"1.0.1-alpha\" data-use-version=\"True\">Microsoft.<wbr \/>SemanticKernel.<wbr \/>Plugins.<wbr \/>Grpc<\/a><\/li>\n<li><a class=\"package-title\" href=\"https:\/\/www.nuget.org\/packages\/Microsoft.SemanticKernel.Plugins.Memory\/1.0.1-alpha\" data-track=\"preview-search-selection\" data-track-value=\"19\" data-package-id=\"Microsoft.SemanticKernel.Plugins.Memory\" data-package-version=\"1.0.1-alpha\" data-use-version=\"True\">Microsoft.<wbr \/>SemanticKernel.<wbr \/>Plugins.<wbr \/>Memory<\/a><\/li>\n<li><a class=\"package-title\" href=\"https:\/\/www.nuget.org\/packages\/Microsoft.SemanticKernel.Plugins.OpenApi\/1.0.1-alpha\" data-track=\"preview-search-selection\" data-track-value=\"23\" data-package-id=\"Microsoft.SemanticKernel.Plugins.OpenApi\" data-package-version=\"1.0.1-alpha\" data-use-version=\"True\">Microsoft.<wbr \/>SemanticKernel.<wbr \/>Plugins.<wbr \/>OpenApi<\/a><\/li>\n<li><a class=\"package-title\" href=\"https:\/\/www.nuget.org\/packages\/Microsoft.SemanticKernel.Plugins.Web\/1.0.1-alpha\" data-track=\"preview-search-selection\" data-track-value=\"9\" data-package-id=\"Microsoft.SemanticKernel.Plugins.Web\" data-package-version=\"1.0.1-alpha\" data-use-version=\"True\">Microsoft.<wbr \/>SemanticKernel.<wbr \/>Plugins.<wbr \/>Web<\/a><\/li>\n<\/ul>\n<h2 style=\"margin-top: 2rem;\">Getting help building your first agent<\/h2>\n<p>If you need help building your first agent, the\u00a0<em>best<\/em> place to get it is on our Discord. I expect that many folks will be using Semantic Kernel over the holidays to build cool AI apps. If you need any help, <a href=\"https:\/\/aka.ms\/sk\/discord\">drop a question in our Discord<\/a>. I&#8217;ll personally be checking the channels once per day, so feel free to @&#8217;mention me using my handle @msftpowermatt.<\/p>\n<h2 style=\"margin-top: 2rem;\">Want to contribute?<\/h2>\n<p>Now that Semantic Kernel has reached V1.0.1, it&#8217;s never been easier to start contributing because the APIs are now finally stable. As part of our next push in January, the Semantic Kernel team will be focusing on three core themes:<\/p>\n<ol>\n<li><strong>AI connectors<\/strong> \u2013 for example, Phi, Llama, Mistral, Gemini, and the long tail of Hugging face and local models.<\/li>\n<li><strong>Memory connectors<\/strong> \u2013 updating the current memory connectors to leverage OpenAI&#8217;s ChatGPT retrieval plugin interface.<\/li>\n<li><strong>And additional agent abstractions<\/strong> \u2013 e.g., provide abstractions that allow developers to build non-OpenAI based assistants.<\/li>\n<\/ol>\n<p>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. Our hope is to have AI connectors for all of the top models as quickly as we can in the new year.<\/p>\n<p>Several PRs are already out by the community for some of these connectors, so we&#8217;ll be reviewing and merging them in as soon as we get back in January. Feel free to start a new PR for a connector over the holidays if you don&#8217;t see someone already doing it!<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The Semantic Kernel team is proud to announce that we have published V1.0.1 of Semantic Kernel for C#. With V1, C# developers now have a solid foundation to build AI agents for their AI powered applications. We are extremely thankful to the many people who tested our release candidates over the past two weeks. The [&hellip;]<\/p>\n","protected":false},"author":121401,"featured_media":1764,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-1736","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-semantic-kernel"],"acf":[],"blog_post_summary":"<p>The Semantic Kernel team is proud to announce that we have published V1.0.1 of Semantic Kernel for C#. With V1, C# developers now have a solid foundation to build AI agents for their AI powered applications. We are extremely thankful to the many people who tested our release candidates over the past two weeks. The [&hellip;]<\/p>\n","_links":{"self":[{"href":"https:\/\/devblogs.microsoft.com\/agent-framework\/wp-json\/wp\/v2\/posts\/1736","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/devblogs.microsoft.com\/agent-framework\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/devblogs.microsoft.com\/agent-framework\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/agent-framework\/wp-json\/wp\/v2\/users\/121401"}],"replies":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/agent-framework\/wp-json\/wp\/v2\/comments?post=1736"}],"version-history":[{"count":0,"href":"https:\/\/devblogs.microsoft.com\/agent-framework\/wp-json\/wp\/v2\/posts\/1736\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/agent-framework\/wp-json\/wp\/v2\/media\/1764"}],"wp:attachment":[{"href":"https:\/\/devblogs.microsoft.com\/agent-framework\/wp-json\/wp\/v2\/media?parent=1736"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/agent-framework\/wp-json\/wp\/v2\/categories?post=1736"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/agent-framework\/wp-json\/wp\/v2\/tags?post=1736"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}