Class MachaiCLI

java.lang.Object
org.machanism.machai.cli.MachaiCLI

@SpringBootApplication public class MachaiCLI extends Object
Main entry point for the Machai CLI application.

Boots and runs the Spring Boot CLI shell, enabling user access to GenAI-powered commands such as assembly, bindex, and document processing. Usage Example:

 
 MachaiCLI.main(new String[]{ });
 
 
Since:
0.0.2
Author:
Viktor Tovstyi