UNPKG

@promptbook/remote-client

Version:

Promptbook: Turn your company's scattered knowledge into AI ready books

9 lines (8 loc) 293 B
import { string_agent_hash } from '../../types/typeAliases'; import { string_book } from './string_book'; /** * Computes SHA-256 hash of the agent source * * @public exported from `@promptbook/core` */ export declare function computeAgentHash(agentSource: string_book): string_agent_hash;