MerchantryTidbits

agent-orchestration / library

Semantic Kernel

Capability: Semantic Kernel

Use it when

  • expose typed application functions to a model
  • orchestrate prompts, plugins, memory, and agents in a .NET or Python application

What it solves

Not the fit when

  • framework planning is unnecessary for simple model calls

Install

pip install semantic-kernel

Invoke

Create a Kernel, register a chat-completion service and functions, then call `kernel.invoke` or configure an agent.

Alternatives

No reviewed alternatives recorded yet.