Class NaruApp
java.lang.Object
net.thevpc.naru.NaruApp
NARU — Nuts AI Reasoning Unit.
Plain Java entry point. The Nuts NApplication integration lives in
NaruNutsApp (a separate class) so this class has zero framework
dependencies and can run as a standalone fat-jar or be unit-tested without
the Nuts runtime on the classpath.
Usage:
java -jar naru.jar --task "Fix the bug in MyApp.java" --project-dir ./my-app
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NaruApp
public NaruApp()
-
-
Method Details
-
main
-
run
public void run()
-