AzureAI.Community.SK.Plugin.MermaidPlugin 1.0.0

dotnet add package AzureAI.Community.SK.Plugin.MermaidPlugin --version 1.0.0                
NuGet\Install-Package AzureAI.Community.SK.Plugin.MermaidPlugin -Version 1.0.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AzureAI.Community.SK.Plugin.MermaidPlugin" Version="1.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AzureAI.Community.SK.Plugin.MermaidPlugin --version 1.0.0                
#r "nuget: AzureAI.Community.SK.Plugin.MermaidPlugin, 1.0.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AzureAI.Community.SK.Plugin.MermaidPlugin as a Cake Addin
#addin nuget:?package=AzureAI.Community.SK.Plugin.MermaidPlugin&version=1.0.0

// Install AzureAI.Community.SK.Plugin.MermaidPlugin as a Cake Tool
#tool nuget:?package=AzureAI.Community.SK.Plugin.MermaidPlugin&version=1.0.0                

Azure AI Community GitHub

AzureAI Community Semantic Kernel Plugin - Mermaid Plugin

The AzureAI.Community.SK.Plugin.MermaidPlugin is a plugin designed to generate and work with Mermaid diagrams. This plugin provides a function GenerateMermaid to facilitate diagram generation directly within the Azure AI Semantic Kernel.

Overview

Mermaid is a simple and powerful syntax for generating diagrams. The MermaidPlugin integrates this functionality with the Microsoft Semantic Kernel, allowing users to generate diagrams by leveraging this plugin's capabilities.

Prerequisites

To use the MermaidPlugin, you must have the following in place:

  • Azure AI Semantic Kernel installed.
  • Access to the Semantic Kernel Plugin system.

Installing the Plugin

To install the MermaidPlugin, simply add it to your project through the kernel.

Example Code:

// Add the MermaidPlugin to the Kernel
kernel.Plugins.AddFromType<MermaidPlugin>(nameof(MermaidPlugin));
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on AzureAI.Community.SK.Plugin.MermaidPlugin:

Package Downloads
AzureAI.Community.SK.Plugin.VisualizationPlugin

AzureAI.Community.SK.Plugin.DiagramVisualizationPlugin

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 49 2/25/2025