UNPKG

@agentek/tools

Version:

Blockchain tools for AI agents

6 lines 232 B
import { createToolCollection } from "../client.js"; import { fearGreedIndexTool } from "./tools.js"; export function fearGreedIndexTools() { return createToolCollection([fearGreedIndexTool]); } //# sourceMappingURL=index.js.map