UNPKG

@agentek/tools

Version:

Blockchain tools for AI agents

6 lines 276 B
import { createToolCollection } from "../client.js"; import { intentTransferTool, intentTransferFromTool } from "./intents.js"; export function transferTools() { return createToolCollection([intentTransferTool, intentTransferFromTool]); } //# sourceMappingURL=index.js.map