UNPKG

@agentek/tools

Version:

Blockchain tools for AI agents

5 lines 209 B
export type GetLatestCoindeskNewsToolReturnType = { articles: any[]; }; export declare const createCoindeskNewsTool: (apiKey: string) => import("../client.js").BaseTool; //# sourceMappingURL=tools.d.ts.map