UNPKG

@promptbook/remote-server

Version:

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

8 lines (7 loc) 254 B
import type { FileImportPlugin } from './FileImportPlugin'; /** * All available file import plugins * * @private [🥝] Maybe export the import plugins through some package */ export declare const $fileImportPlugins: ReadonlyArray<FileImportPlugin>;