refactor: tighten plugin runtime sdk boundaries

This commit is contained in:
Peter Steinberger
2026-04-27 14:15:39 +01:00
parent b181930c23
commit 67a447c175
31 changed files with 234 additions and 63 deletions

View File

@@ -1,4 +1,4 @@
export type { OpenClawConfig } from "openclaw/plugin-sdk/memory-core";
export type { OpenClawConfig } from "openclaw/plugin-sdk/config-runtime";
export type {
MemoryEmbeddingProbeResult,
MemoryProviderStatus,