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:
Josh Lehman
2026-03-17 22:54:18 -07:00
committed by GitHub
parent 937f118d8e
commit 7f0f8dd268
15 changed files with 213 additions and 50 deletions

View File

@@ -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";