Files
openclaw/extensions/qqbot/tools-api.ts
Dallin Romney ebabf5022f perf(qqbot): narrow tool discovery cold load (#90780)
* perf: narrow qqbot tool discovery load

* fix(qqbot): load bridge entries through sidecars
2026-06-07 00:41:11 -07:00

3 lines
119 B
TypeScript

// Narrow tool-discovery entrypoint for qqbot tools.
export { registerQQBotTools } from "./src/bridge/tools/index.js";