Skip to content

Integrate with Semantic Kernel #183

Open
@xbotter

Description

@xbotter

Semantic Kernel as an integrated SDK provides a large number of basic components, which can serve as the basic access infrastructure for BotSharp.

For example, using SK ITextCompletion to adapt to BotSharp ITextCompletion, we can easily apply any LLM integrated into SK.

Using SK MemoryStore to adapt to BotSharp IKnowledgeService, we can also easily access the corresponding service.

In addition, SK's Plugin will provide a large number of available functions. If it is possible to implement SK Plugin to adapt to BotSharp Agent, it will bring more abundant extension solutions to BotSharp.

  • Semantic Kernel as BotSharp LLM Provider
  • Semantic Kernel Plugin as BotSharp Agent
  • Semantic Kernel Memory as BotSharp KnowledgeService
  • Semantic Kernel Planer as BotSharp Planer

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions