@agentek/tools
Version:
Blockchain tools for AI agents
15 lines • 519 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.defillamaTools = defillamaTools;
const client_js_1 = require("../client.js");
const tools_js_1 = require("./tools.js");
function defillamaTools() {
return (0, client_js_1.createToolCollection)([
tools_js_1.getTokenChartTool,
tools_js_1.getYieldTool,
tools_js_1.compareYieldTool,
tools_js_1.getYieldHistoryTool,
tools_js_1.compareYieldHistoryTool,
]);
}
//# sourceMappingURL=index.js.map