UNPKG

@agentek/tools

Version:

Blockchain tools for AI agents

7 lines 260 B
import { createToolCollection } from "../client.js"; import { getQuote } from "./tools.js"; import { intentSwap } from "./intents.js"; export function zrouterTools() { return createToolCollection([getQuote, intentSwap]); } //# sourceMappingURL=index.js.map