@agentek/tools
Version:
Blockchain tools for AI agents
12 lines • 428 B
JavaScript
import { createToolCollection } from '../client.js';
import { getTokenChartTool, getYieldTool, compareYieldTool, getYieldHistoryTool, compareYieldHistoryTool } from './tools.js';
export function defillamaTools() {
return createToolCollection([
getTokenChartTool,
getYieldTool,
compareYieldTool,
getYieldHistoryTool,
compareYieldHistoryTool,
]);
}
//# sourceMappingURL=index.js.map