Group: GitHub Argonizer
1.PrOOPt Core6 usages
io.github.argonizer » prooopt-core MIT
Annotations, AOP interceptor, autoboxer, function registry, model-router interface, context,
standard library, semantic tool selection, and two-phase orchestration. The deterministic
backbone of PrOOPt; runtime modules plug in ...
Last Release on Jun 12, 2026
2.PrOOPt States1 usages
io.github.argonizer » prooopt-states MIT
LLM-powered persona state management for PrOOPt. Annotate a POJO with @Persona and @Trait;
the LLM becomes the state transition function — resolving, evolving, and querying personas
without a hand-written rule table.
Last Release on Jun 12, 2026
3.PrOOPt APT
io.github.argonizer » prooopt-apt MIT
Compile-time annotation processor for @PromptFunction: keyword-heuristic type-compatibility
checks, single-brace {param} placeholder binding validation, generic-type capture before
erasure, hard errors for unsupported generic shapes, ...
Last Release on Jun 12, 2026
4.PrOOPt Examples
io.github.argonizer » prooopt-examples MIT
Worked, runnable PrOOPt examples in one module: a Legal Analyzer (mixed deterministic and
bounded/elevated AI), an n×n Linear System solver, and a BODMAS/PEMDAS DAG solver. Each runs
against a deterministic mock router — no API key ...
Last Release on Jun 12, 2026
5.PrOOPt Parent
io.github.argonizer » prooopt-parent MIT
PrOOPt — Object-Oriented Prompt Engineering for the JVM. Scoped, auditable LLM usage declared
at the function level: deterministic code, bounded on-device AI, or explicitly elevated cloud AI.
Last Release on Jun 12, 2026
6.PrOOPt Runtime — Cloud
io.github.argonizer » prooopt-runtime-cloud MIT
Cloud model adapters for the CLOUD_FAST and CLOUD_ADVANCED tiers: Anthropic and OpenAI, over
the JDK HTTP client. Add this module to grant functions elevated AI authority.
Last Release on Jun 12, 2026
7.PrOOPt Runtime — Local (ONNX)
io.github.argonizer » prooopt-runtime-local MIT
Embedded local LLM inference via ONNX Runtime — zero external processes, inference runs
entirely inside the JVM on CPU, no data leaves the process. Uses platform threads only, so it
runs on Java 17+.
Last Release on Jun 12, 2026
8.PrOOPt States Spring Boot Starter
io.github.argonizer » prooopt-states-spring-boot-starter MIT
Spring Boot autoconfiguration for prooopt-states. Provides JPA-backed PersonaStore,
DefaultPersonaManager beans, Spring Batch evolution and loop jobs, and the optional
DefaultPersonaPhaseManager.
Last Release on Jun 12, 2026
9.PrOOPt Maven Plugin
io.github.argonizer » prooopt-maven-plugin MIT
The prooopt:validate goal — semantic build-time validation of @PromptFunction methods. Scans
compiled classes, diffs a SHA-256 validation cache, batches uncached methods to a semantic
classifier, fails the build on INVALID (and ...
Last Release on Jun 12, 2026