UNPKG

@promptbook/remote-server

Version:

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

6 lines (5 loc) 170 B
import { COMMITMENT_REGISTRY } from '../index'; /** * All available book commitment types */ export type BookCommitment = (typeof COMMITMENT_REGISTRY)[number]['type'];