mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-31 01:56:53 +00:00
Plugin SDK: add full bundled subpath wiring
This commit is contained in:
5
src/plugin-sdk/memory-core.ts
Normal file
5
src/plugin-sdk/memory-core.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
// 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 { OpenClawPluginApi } from "../plugins/types.js";
|
||||
Reference in New Issue
Block a user