UNPKG

@agentek/tools

Version:

Blockchain tools for AI agents

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