/** Plugin kind labels for non-provider plugin capability groups. */ export type PluginKind = "memory" | "context-engine";