mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 03:00:21 +00:00
feat: expose context-engine compaction delegate helper (#49061)
* ContextEngine: add runtime compaction delegate helper * plugin-sdk: expose compaction delegate through compat * docs: clarify delegated plugin compaction * docs: use scoped compaction delegate import
This commit is contained in:
@@ -15,5 +15,6 @@ export {
|
||||
export type { ContextEngineFactory } from "./registry.js";
|
||||
|
||||
export { LegacyContextEngine, registerLegacyContextEngine } from "./legacy.js";
|
||||
export { delegateCompactionToRuntime } from "./delegate.js";
|
||||
|
||||
export { ensureContextEnginesInitialized } from "./init.js";
|
||||
|
||||
Reference in New Issue
Block a user