mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 16:20:43 +00:00
fix(plugin-sdk): keep memory host wildcard shims
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
export * from "../../packages/memory-host-sdk/src/engine-foundation.js";
|
||||||
export {
|
export {
|
||||||
resolveAgentContextLimits,
|
resolveAgentContextLimits,
|
||||||
resolveAgentDir,
|
resolveAgentDir,
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
export { SILENT_REPLY_TOKEN } from "../../packages/memory-host-sdk/src/runtime-core.js";
|
export * from "../../packages/memory-host-sdk/src/runtime-core.js";
|
||||||
export { DEFAULT_PI_COMPACTION_RESERVE_TOKENS_FLOOR } from "../agents/pi-settings.js";
|
export { DEFAULT_PI_COMPACTION_RESERVE_TOKENS_FLOOR } from "../agents/pi-settings.js";
|
||||||
export {
|
export {
|
||||||
asToolParamsRecord,
|
asToolParamsRecord,
|
||||||
|
|||||||
Reference in New Issue
Block a user