UNPKG

@promptbook/templates

Version:

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

8 lines (7 loc) 341 B
import { type ProjectInitializationStatus } from '../common/projectInitialization'; /** * Ensures `.gitignore` excludes local Agents Server runtime artifacts. * * @private internal utility of `ptbk agents-server init` */ export declare function ensureAgentsServerGitignoreFile(projectPath: string): Promise<ProjectInitializationStatus>;