UNPKG

@promptbook/node

Version:

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

6 lines (5 loc) 274 B
import type { RunGoScriptOptions } from './RunGoScriptOptions'; /** * Runs one temporary bash script, optionally mirroring its raw input/output into a live runtime log file. */ export declare function runBashScriptWithOutput(options: RunGoScriptOptions): Promise<string>;