6 lines
242 B
TypeScript
6 lines
242 B
TypeScript
/**
|
|
* ReasoningBank CLI Commands
|
|
* Handles demo, test, init, benchmark, status, consolidate, list
|
|
*/
|
|
export declare function handleReasoningBankCommand(subcommand: string): Promise<void>;
|
|
//# sourceMappingURL=reasoningbankCommands.d.ts.map
|