UNPKG

@agentek/tools

Version:

Blockchain tools for AI agents

6 lines 262 B
import { createToolCollection } from "../client.js"; import { intentWithdrawWETH, intentDepositWETH } from "./intents.js"; export function wethTools() { return createToolCollection([intentDepositWETH, intentWithdrawWETH]); } //# sourceMappingURL=index.js.map