UNPKG

@agentek/tools

Version:

Blockchain tools for AI agents

9 lines 282 B
import { createToolCollection } from "../client.js"; import { scrapeWebContent } from "./tools.js"; /** * Export an array of tools for researching web content. */ export function webTools() { return createToolCollection([scrapeWebContent]); } //# sourceMappingURL=index.js.map