https://github.com/thinktecture/SemanticKernel
Packages, Examples and Demo code for Semantic Kernel
https://github.com/thinktecture/SemanticKernel
Last synced: 17 days ago
JSON representation
Packages, Examples and Demo code for Semantic Kernel
- Host: GitHub
- URL: https://github.com/thinktecture/SemanticKernel
- Owner: thinktecture
- License: bsd-3-clause
- Created: 2023-07-24T16:49:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-24T19:03:53.000Z (over 1 year ago)
- Last Synced: 2025-04-03T01:49:51.920Z (17 days ago)
- Language: C#
- Size: 167 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-semantickernel - Packages, Examples and Demo code for Semantic Kernel
README
# SemanticKernel
Packages, Examples and Demo code for Semantic Kernel## [Thinktecture SemanticKernel BlazorNavigationPlugin](./src/Thinktecture.SemanticKernel.BlazorNavigationPlugin/docs/README.md)
This plugin can be easily installed as a NuGet package into your Blazor application. After registration and adding it
to your SemanticKernel, it is able to navigate your Blazor application. It works best if you provide additional
`[Description]`-attributes to all your Blazor pages so that the model knows what your application can do.See [SemanticKernel Blazor Navigation Plugin](./src/Thinktecture.SemanticKernel.BlazorNavigationPlugin/docs/README.md)
