UNPKG

@promptbook/remote-server

Version:

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

8 lines (7 loc) 346 B
import { parseAgentSourceWithCommitments } from '../parseAgentSourceWithCommitments'; /** * Parsed agent source data produced by `parseAgentSourceWithCommitments`. * * @private internal type of `createAgentModelRequirementsWithCommitments` */ export type ParsedAgentSourceWithCommitments = ReturnType<typeof parseAgentSourceWithCommitments>;