mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-05 13:13:33 +00:00
3 lines
156 B
TypeScript
3 lines
156 B
TypeScript
/** Lazy runtime entrypoint for loading plugin runtime hooks from agent code. */
|
|
export { ensureRuntimePluginsLoaded } from "../agents/runtime-plugins.js";
|