UNPKG

recallrai

Version:

Official Node.js SDK for RecallrAI - Revolutionary contextual memory system that enables AI assistants to form meaningful connections between conversations, just like human memory.

6 lines (5 loc) 277 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HTTPClient = void 0; const http_client_1 = require("./http-client"); Object.defineProperty(exports, "HTTPClient", { enumerable: true, get: function () { return http_client_1.HTTPClient; } });