Files
openclaw/src/plugins/runtime-plugins.runtime.ts
2026-06-03 20:19:17 -04:00

3 lines
156 B
TypeScript

/** Lazy runtime entrypoint for loading plugin runtime hooks from agent code. */
export { ensureRuntimePluginsLoaded } from "../agents/runtime-plugins.js";