@agentek/tools
Version:
Blockchain tools for AI agents
12 lines • 396 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.webTools = webTools;
const client_js_1 = require("../client.js");
const tools_js_1 = require("./tools.js");
/**
* Export an array of tools for researching web content.
*/
function webTools() {
return (0, client_js_1.createToolCollection)([tools_js_1.scrapeWebContent]);
}
//# sourceMappingURL=index.js.map