@promptbook/remote-server
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
15 lines (14 loc) • 572 B
TypeScript
import type { string_markdown } from '../../types/string_markdown';
/**
* Creates one standalone markdown guide for Book language (Book 2.0 / agent language).
*
* The output intentionally combines:
* - static conceptual building blocks maintained in this repository
* - dynamically generated commitment catalog from runtime commitment definitions
* so docs stay up-to-date by design.
*
* @returns Full standalone markdown document.
*
* @public exported from `@promptbook/core`
*/
export declare function createStandaloneBookLanguageMarkdown(): string_markdown;