mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-04 19:10:23 +00:00
refactor: extract memory host sdk package
This commit is contained in:
6
packages/memory-host-sdk/src/runtime.ts
Normal file
6
packages/memory-host-sdk/src/runtime.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
// Aggregate workspace contract for memory runtime/helper seams.
|
||||
// Keep focused subpaths preferred for new code.
|
||||
|
||||
export * from "./runtime-core.js";
|
||||
export * from "./runtime-cli.js";
|
||||
export * from "./runtime-files.js";
|
||||
Reference in New Issue
Block a user