UNPKG

@promptbook/node

Version:

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

6 lines (5 loc) 205 B
import type { Usage } from '../../../../src/execution/Usage'; /** * Parses Opencode JSON output and extracts usage information. */ export declare function parseOpencodeJsonOutput(output: string): Usage;