UNPKG

@agentek/tools

Version:

Blockchain tools for AI agents

6 lines 243 B
import { createToolCollection } from "../client.js"; import { lookupENSTool, resolveENSTool } from "./tools.js"; export function ensTools() { return createToolCollection([resolveENSTool, lookupENSTool]); } //# sourceMappingURL=index.js.map