UNPKG

@agentek/tools

Version:

Blockchain tools for AI agents

6 lines 186 B
import { BaseTool } from "../client.js"; /** * Export an array of tools for security checks. */ export declare function securityTools(): BaseTool[]; //# sourceMappingURL=index.d.ts.map