Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thinktecture/SemanticKernel
Packages, Examples and Demo code for Semantic Kernel
https://github.com/thinktecture/SemanticKernel
Last synced: about 1 month 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: 2024-08-01T13:17:58.857Z (4 months ago)
- Language: C#
- Size: 167 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- 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)
![Example of an LLM navigating your Blazor application](./src/Thinktecture.SemanticKernel.BlazorNavigationPlugin/docs/demo.gif)