openclaw/test/helpers/extensions/matrix-route-test.ts
2026-03-19 08:03:56 -04:00

9 lines
445 B
TypeScript

export type { OpenClawConfig } from "../../../src/config/config.js";
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";