UNPKG

@promptbook/node

Version:

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

6 lines (5 loc) 245 B
import type { OpencodeScriptOptions } from './OpencodeScriptOptions'; /** * Builds the shell script that runs Opencode with the prompt and coding context. */ export declare function buildOpencodeScript(options: OpencodeScriptOptions): string;