UNPKG

@promptbook/remote-server

Version:

Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action

9 lines (8 loc) 558 B
import { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION } from '../version'; import { createLegacyDocumentScraper } from '../scrapers/document-legacy/createLegacyDocumentScraper'; import { LegacyDocumentScraper } from '../scrapers/document-legacy/LegacyDocumentScraper'; import { _LegacyDocumentScraperRegistration } from '../scrapers/document-legacy/register-constructor'; export { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION }; export { createLegacyDocumentScraper }; export { LegacyDocumentScraper }; export { _LegacyDocumentScraperRegistration };