UNPKG

@agentek/tools

Version:

Blockchain tools for AI agents

7 lines 295 B
import { createToolCollection } from "../client.js"; import { getAcrossFeeQuote } from "./tools.js"; import { intentDepositAcross } from "./intents.js"; export function acrossTools() { return createToolCollection([getAcrossFeeQuote, intentDepositAcross]); } //# sourceMappingURL=index.js.map