Class NaruApp

java.lang.Object
net.thevpc.naru.NaruApp

public class NaruApp extends Object
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 Details

    • NaruApp

      public NaruApp()
  • Method Details

    • main

      public static void main(String[] args)
    • run

      public void run()