UNPKG

@agentek/tools

Version:

Blockchain tools for AI agents

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