Package org.machanism.machai.cli


package org.machanism.machai.cli
Provides CLI (Command Line Interface) tools and shell commands for interacting with GenAI-powered automation, project assembly, bindex management, library selection, and document processing in Machai applications.

The classes in this package enable users and integrations to:

Documentation Standards invalid input: '&' Best Practices
  • All public and protected classes, interfaces, methods, and fields must have comprehensive Javadoc.
  • Parameters, return values, and exceptions must be clearly described using @param, @return, @throws tags.
  • Usage examples are provided via <pre> blocks in Javadoc.
  • Javadoc should be updated together with any code change.
  • Use consistent formatting and escape < and > in <pre> blocks.
  • Use IDE/static analysis tools to ensure completeness of Javadoc.
  • Refer to pom.xml for the Java version required for all code.
See individual class and test Javadocs for further details and usage instructions.
Since:
0.0.2
Author:
Viktor Tovstyi