UNPKG

@promptbook/templates

Version:

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

9 lines (8 loc) 362 B
import type { Command as Program } from 'commander'; import type { $side_effect } from '../../utils/organization/$side_effect'; /** * Initializes `agents-server` command with subcommands for Promptbook CLI utilities. * * @private internal function of `promptbookCli` */ export declare function $initializeAgentsServerCommand(program: Program): $side_effect;