mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-23 03:18:11 +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";
|