@promptbook/remote-server
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
9 lines (8 loc) • 309 B
TypeScript
import type { string_agent_hash } from '../../types/string_agent_name';
import type { 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;