UNPKG

@promptbook/documents

Version:

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

11 lines (10 loc) 370 B
import { AGENTS_SERVER_BUILD_CACHE_VERSION } from './AGENTS_SERVER_BUILD_CACHE_VERSION'; /** * Metadata persisted after one successful Agents Server production build. * * @private internal type of `buildAgentsServer` */ export type AgentsServerBuildCache = { readonly version: typeof AGENTS_SERVER_BUILD_CACHE_VERSION; readonly sourceFingerprint: string; };