UNPKG

@promptbook/utils

Version:

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

8 lines (7 loc) 338 B
import { type EnsureProjectEnvFileResult } from '../common/projectInitialization'; /** * Ensures `.env` contains all required Agents Server configuration entries. * * @private internal utility of `ptbk agents-server init` */ export declare function ensureAgentsServerEnvFile(projectPath: string): Promise<EnsureProjectEnvFileResult>;