@agentek/tools
Version:
Blockchain tools for AI agents
13 lines • 435 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.x402Tools = x402Tools;
const client_js_1 = require("../client.js");
const tools_js_1 = require("./tools.js");
function x402Tools() {
return (0, client_js_1.createToolCollection)([
tools_js_1.x402FetchTool,
tools_js_1.getX402PaymentInfoTool,
tools_js_1.x402DiscoverResourcesTool,
]);
}
//# sourceMappingURL=index.js.map