UNPKG

@promptbook/vercel

Version:

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

9 lines (8 loc) 310 B
import type { string_book } from './string_book'; /** * Extracts META LINK commitments from agent source * Returns an array of all META LINK URLs found in the agent source * * @private - TODO: [🧠] Maybe should be public? */ export declare function extractMetaLinks(agentSource: string_book): string[];