mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-02 04:43:43 +00:00
3 lines
123 B
TypeScript
3 lines
123 B
TypeScript
/** Plugin kind labels for non-provider plugin capability groups. */
|
|
export type PluginKind = "memory" | "context-engine";
|