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.

9 lines (8 loc) 703 B
export { RecallrAIError } from "./base"; export { AuthenticationError } from "./auth"; export { NetworkError, TimeoutError, ConnectionError } from "./network"; export { ServerError, InternalServerError, RateLimitError } from "./server"; export { SessionError, InvalidSessionStateError, SessionNotFoundError } from "./sessions"; export { UserError, UserNotFoundError, UserAlreadyExistsError, InvalidCategoriesError } from "./users"; export { ValidationError } from "./validation"; export { MergeConflictError, MergeConflictNotFoundError, MergeConflictAlreadyResolvedError, MergeConflictInvalidQuestionsError, MergeConflictMissingAnswersError, MergeConflictInvalidAnswerError, } from "./merge-conflicts";