UNPKG

@promptbook/node

Version:

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

11 lines (10 loc) 294 B
/// <reference types="node" /> /** * Input paths required to validate or update the cached Agents Server build. * * @private internal type of `buildAgentsServer` */ export type AgentsServerBuildCacheOptions = { readonly appPath: string; readonly environment?: NodeJS.ProcessEnv; };