UNPKG

@promptbook/remote-server

Version:

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

11 lines (10 loc) 455 B
import type { Command as Program } from 'commander'; import type { $side_effect } from '../../../utils/organization/$side_effect'; /** * Initializes `agent run` command for Promptbook CLI utilities. * * Note: `$` is used to indicate that this function is not a pure function - it registers a command in the CLI. * * @private internal function of `promptbookCli` */ export declare function $initializeAgentRunCommand(program: Program): $side_effect;