10 lines
339 B
TypeScript
10 lines
339 B
TypeScript
/**
|
|
* SONA CLI Commands
|
|
*
|
|
* Command-line interface for SONA (Self-Optimizing Neural Architecture)
|
|
* Provides trajectory management, pattern discovery, and learning control
|
|
*/
|
|
import { Command } from 'commander';
|
|
export declare function createSONACommand(): Command;
|
|
export default createSONACommand;
|
|
//# sourceMappingURL=sona.d.ts.map
|