@promptbook/node
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
7 lines (6 loc) • 426 B
TypeScript
import type { RunGoScriptUntilMarkerIdleOptions } from './RunGoScriptUntilMarkerIdleOptions';
/**
* Creates a temporary script file, runs it, waits for a completion marker and idle time, and cleans it up unless preservation is requested or the run fails.
* Returns the captured output for post-processing.
*/
export declare function $runGoScriptUntilMarkerIdle(options: RunGoScriptUntilMarkerIdleOptions): Promise<string>;