UNPKG

@agentek/tools

Version:

Blockchain tools for AI agents

6 lines 223 B
import { createToolCollection } from "../client.js"; import { getLatestTokens } from "./tools.js"; export function dexscreenerTools() { return createToolCollection([getLatestTokens]); } //# sourceMappingURL=index.js.map