Files
openclaw/src/agents/tools/web-tools.ts
Vincent Koc 6eca1949d5 refactor(plugins): tighten web fetch provider boundary (#59646)
* refactor(plugins): tighten web fetch provider boundary

* fix(config): sync fetch secret parity and baseline

* fix(ci): enforce web fetch boundary guard
2026-04-02 20:53:57 +09:00

3 lines
132 B
TypeScript

export { createWebFetchTool, extractReadableContent } from "./web-fetch.js";
export { createWebSearchTool } from "./web-search.js";