UNPKG

research-cli

Version:

AI-powered research assistant with web search capabilities and beautiful terminal UI

6 lines 217 B
/** * Main query command handler */ import type { CliOptions } from "../types.js"; export declare function runQuery(query: string | undefined, options: CliOptions): Promise<void>; //# sourceMappingURL=query.d.ts.map