@agentek/tools
Version:
Blockchain tools for AI agents
10 lines • 406 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.zrouterTools = zrouterTools;
const client_js_1 = require("../client.js");
const tools_js_1 = require("./tools.js");
const intents_js_1 = require("./intents.js");
function zrouterTools() {
return (0, client_js_1.createToolCollection)([tools_js_1.getQuote, intents_js_1.intentSwap]);
}
//# sourceMappingURL=index.js.map