UNPKG

@promptbook/remote-server

Version:

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

13 lines (12 loc) 357 B
import { $runPromptbookCli } from './$runPromptbookCli'; /** * Note: [🔺] Purpose of this file is to export CLI for production environment */ /** * Hidden utilities which should not be used by external consumers. * * @public exported from `@promptbook/cli` */ export declare const _CLI: { _initialize_promptbookCli: typeof $runPromptbookCli; };