UNPKG

@0xplaygrounds/rig-wasm

Version:

A TS and WebAssembly-based port of the Rust agentic AI framework Rig.

7 lines (5 loc) 120 B
declare class CompletionRequest { free(): void; constructor(opts: CompletionOpts); } export { CompletionRequest };