mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 09:00:42 +00:00
fix(plugin-sdk): drop unavailable memory host exports
This commit is contained in:
@@ -1,13 +1,3 @@
|
||||
export {
|
||||
CHARS_PER_TOKEN_ESTIMATE,
|
||||
HEARTBEAT_PROMPT,
|
||||
HEARTBEAT_TOKEN,
|
||||
SILENT_REPLY_TOKEN,
|
||||
getMemoryHostServices,
|
||||
setMemoryHostServices,
|
||||
withMemoryHostServices,
|
||||
type MemoryHostServices,
|
||||
} from "../../packages/memory-host-sdk/src/engine-foundation.js";
|
||||
export {
|
||||
resolveAgentContextLimits,
|
||||
resolveAgentDir,
|
||||
|
||||
@@ -1,10 +1,4 @@
|
||||
export {
|
||||
SILENT_REPLY_TOKEN,
|
||||
getMemoryHostServices,
|
||||
setMemoryHostServices,
|
||||
withMemoryHostServices,
|
||||
type MemoryHostServices,
|
||||
} from "../../packages/memory-host-sdk/src/runtime-core.js";
|
||||
export { SILENT_REPLY_TOKEN } from "../../packages/memory-host-sdk/src/runtime-core.js";
|
||||
export { DEFAULT_PI_COMPACTION_RESERVE_TOKENS_FLOOR } from "../agents/pi-settings.js";
|
||||
export {
|
||||
asToolParamsRecord,
|
||||
|
||||
Reference in New Issue
Block a user