UNPKG

@agentek/tools

Version:

Blockchain tools for AI agents

9 lines 391 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.transferTools = transferTools; const client_js_1 = require("../client.js"); const intents_js_1 = require("./intents.js"); function transferTools() { return (0, client_js_1.createToolCollection)([intents_js_1.intentTransferTool, intents_js_1.intentTransferFromTool]); } //# sourceMappingURL=index.js.map