Package org.machanism.machai.gw
Class Ghostwriter
java.lang.Object
org.machanism.machai.gw.Ghostwriter
Entry point for document scanning and review automation.
Initializes the AI provider, configures the DocsProcessor, and runs document scan over the user directory. Output is logged.
Example usage:
java org.machanism.machai.gw.Ghostwriter
Usage is typically direct from command line or script/CI runner.
- Since:
- 0.0.2
- Author:
- Machanism Team
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CHAT_MODEL
-
-
Constructor Details
-
Ghostwriter
public Ghostwriter()
-
-
Method Details
-
main
Main entry point for document scanning run.- Parameters:
args- command line arguments- Throws:
IOException- if document scanning fails
-