Package org.machanism.machai.cli
Class MachaiCLI
java.lang.Object
org.machanism.machai.cli.MachaiCLI
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
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MachaiCLI
public MachaiCLI()
-
-
Method Details
-
main
Starts the Machai CLI application.- Parameters:
args- command-line arguments
-