fd2b3ed6af
Merged via squash. Prepared head SHA: 5228d1937f037172762fa64b0f8749403f9ae85f Co-authored-by: jarimustonen <1272053+jarimustonen@users.noreply.github.com> Co-authored-by: jalehman <550978+jalehman@users.noreply.github.com> Reviewed-by: @jalehman
7 lines
362 B
TypeScript
7 lines
362 B
TypeScript
// Narrow plugin-sdk surface for the bundled memory-core plugin.
|
|
// Keep this list additive and scoped to symbols used under extensions/memory-core.
|
|
|
|
export { emptyPluginConfigSchema } from "../plugins/config-schema.js";
|
|
export type { MemoryPromptSectionBuilder } from "../memory/prompt-section.js";
|
|
export type { OpenClawPluginApi } from "../plugins/types.js";
|