UNPKG

@agentek/tools

Version:

Blockchain tools for AI agents

10 lines 346 B
import { createToolCollection } from "../client.js"; import { x402FetchTool, getX402PaymentInfoTool, x402DiscoverResourcesTool, } from "./tools.js"; export function x402Tools() { return createToolCollection([ x402FetchTool, getX402PaymentInfoTool, x402DiscoverResourcesTool, ]); } //# sourceMappingURL=index.js.map