UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

6 lines (5 loc) 250 B
//#region src/plugins/runtime-state-key.ts /** Process-global symbol shared by every plugin registry runtime projection. */ const PLUGIN_REGISTRY_STATE = Symbol.for("openclaw.pluginRegistryState"); //#endregion export { PLUGIN_REGISTRY_STATE as t };