UNPKG

@agentek/tools

Version:

Blockchain tools for AI agents

9 lines 355 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ensTools = ensTools; const client_js_1 = require("../client.js"); const tools_js_1 = require("./tools.js"); function ensTools() { return (0, client_js_1.createToolCollection)([tools_js_1.resolveENSTool, tools_js_1.lookupENSTool]); } //# sourceMappingURL=index.js.map