fix(plugin-sdk): drop unavailable memory host exports · openclaw/openclaw@3eb2a9d
steipete
·
2026-04-28
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | | -export { |
2 | | -CHARS_PER_TOKEN_ESTIMATE, |
3 | | -HEARTBEAT_PROMPT, |
4 | | -HEARTBEAT_TOKEN, |
5 | | -SILENT_REPLY_TOKEN, |
6 | | -getMemoryHostServices, |
7 | | -setMemoryHostServices, |
8 | | -withMemoryHostServices, |
9 | | -type MemoryHostServices, |
10 | | -} from "../../packages/memory-host-sdk/src/engine-foundation.js"; |
11 | 1 | export { |
12 | 2 | resolveAgentContextLimits, |
13 | 3 | resolveAgentDir, |
|
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | | -export { |
2 | | -SILENT_REPLY_TOKEN, |
3 | | -getMemoryHostServices, |
4 | | -setMemoryHostServices, |
5 | | -withMemoryHostServices, |
6 | | -type MemoryHostServices, |
7 | | -} from "../../packages/memory-host-sdk/src/runtime-core.js"; |
| 1 | +export { SILENT_REPLY_TOKEN } from "../../packages/memory-host-sdk/src/runtime-core.js"; |
8 | 2 | export { DEFAULT_PI_COMPACTION_RESERVE_TOKENS_FLOOR } from "../agents/pi-settings.js"; |
9 | 3 | export { |
10 | 4 | asToolParamsRecord, |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。