8 lines
255 B
TypeScript
8 lines
255 B
TypeScript
/**
|
|
* SONA Training CLI Commands
|
|
*
|
|
* Train specialized agents with SONA continuous learning
|
|
*/
|
|
import { Command } from 'commander';
|
|
export declare function createSONATrainingCommands(program: Command): Command;
|
|
//# sourceMappingURL=sona-train.d.ts.map
|