@agentek/tools
Version:
Blockchain tools for AI agents
10 lines • 355 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.thinkTools = thinkTools;
const client_js_1 = require("../client.js");
const tools_js_1 = require("./tools.js");
// modalities of thought
function thinkTools() {
return (0, client_js_1.createToolCollection)([tools_js_1.thinkTool]);
}
//# sourceMappingURL=index.js.map