UNPKG

@agentek/tools

Version:

Blockchain tools for AI agents

7 lines 230 B
import { createToolCollection } from "../client.js"; import { thinkTool } from "./tools.js"; // modalities of thought export function thinkTools() { return createToolCollection([thinkTool]); } //# sourceMappingURL=index.js.map