@agentek/tools
Version:
Blockchain tools for AI agents
5 lines • 320 B
TypeScript
import type { BaseTool } from "../client.js";
export declare function createTallyProposalsTool(tallyApiKey: string): BaseTool;
export declare function createTallyChainsTool(tallyApiKey: string): BaseTool;
export declare function createTallyUserDaosTool(tallyApiKey: string): BaseTool;
//# sourceMappingURL=tools.d.ts.map