UNPKG

@agentek/tools

Version:

Blockchain tools for AI agents

17 lines 591 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.aaveTools = aaveTools; const client_js_1 = require("../client.js"); const tools_js_1 = require("./tools.js"); const intents_js_1 = require("./intents.js"); function aaveTools() { return (0, client_js_1.createToolCollection)([ tools_js_1.getAaveUserData, tools_js_1.getAaveReserveData, intents_js_1.intentAaveDeposit, intents_js_1.intentAaveWithdraw, intents_js_1.intentAaveBorrow, intents_js_1.intentAaveRepay, ]); } //# sourceMappingURL=index.js.map