Frameworks

Semantic Kernel

Semantic Kernel integration status.

Status: No Semantic Kernel adapter is available yet. This page is a placeholder.

  1. Call POST /api/v1/{context_id}/facts/batch after each SK chat turn (custom plugin or middleware).

  2. Call POST /api/v1/{context_id}/query or /context before invoking the kernel planner.

  3. Or expose Spectron via MCP if your host supports it.

See REST API and Integrations overview.

When an official spectron-semantic-kernel package is added under clients/, this page will document install lines and hook points.

Was this page helpful?