@agentek/tools
Version:
Blockchain tools for AI agents
22 lines • 756 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.uniV3Tools = uniV3Tools;
const client_js_1 = require("../client.js");
const intents_js_1 = require("./intents.js");
const tools_js_1 = require("./tools.js");
function uniV3Tools() {
return (0, client_js_1.createToolCollection)([
// read
tools_js_1.getUniV3Pool,
tools_js_1.getUserPositions,
tools_js_1.getPoolFeeData,
tools_js_1.getPositionDetails,
// write
intents_js_1.intentMintPosition,
intents_js_1.intentIncreaseLiquidity,
intents_js_1.intentDecreaseLiquidity,
intents_js_1.intentCollectFees,
intents_js_1.intentTransferPosition,
]);
}
//# sourceMappingURL=index.js.map