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
<PackageReference Include="AzureAI.Community.SK.Plugin.MermaidPlugin" Version="1.0.0" />
paket add AzureAI.Community.SK.Plugin.MermaidPlugin --version 1.0.0
#r "nuget: AzureAI.Community.SK.Plugin.MermaidPlugin, 1.0.0"
// 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
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 | Versions 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. |
-
net8.0
- Microsoft.SemanticKernel (>= 1.38.0)
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 |