mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 19:30:23 +00:00
refactor(plugins): decouple bundled plugin runtime loading
This commit is contained in:
7
test/helpers/plugins/plugin-routing.ts
Normal file
7
test/helpers/plugins/plugin-routing.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export {
|
||||
__testing as sessionBindingTesting,
|
||||
registerSessionBindingAdapter,
|
||||
} from "../../../src/infra/outbound/session-binding-service.js";
|
||||
export { setActivePluginRegistry } from "../../../src/plugins/runtime.js";
|
||||
export { resolveAgentRoute } from "../../../src/routing/resolve-route.js";
|
||||
export { createTestRegistry } from "../../../src/test-utils/channel-plugins.js";
|
||||
Reference in New Issue
Block a user