11divyansh/OxyJen
OxyJen is an open-source Java framework for orchestrating LLM workloads with graph-style execution, context-aware memory, and deterministic retry/fallback. It treats LLMs as native nodes (not helper utilities), allowing developers to build multi-step AI pipelines that integrate cleanly with existing Java code.
OxyJen helps Java developers build reliable, multi-step AI applications by providing a structured way to connect Large Language Models (LLMs), data processors, and custom business logic. You feed in initial data, and it orchestrates a series of transformations and AI interactions to produce a final, processed output. It's designed for Java and JVM enterprise developers who need to integrate AI workflows into their existing systems.
Use this if you are a Java developer building complex AI applications that require robust, observable, and testable multi-step workflows with LLMs and custom business logic.
Not ideal if you need a framework with a wide array of pre-built integrations and tools, or if you are not working within the Java/JVM ecosystem.
Stars
24
Forks
2
Language
Java
License
Apache-2.0
Category
Last pushed
Mar 12, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/11divyansh/OxyJen"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
OpenCSGs/csghub-server
csghub-server is the backend server for CSGHub which helps user to manage datasets, modes, and...
Whth/fabricatio
Fabricatio is a Python library designed for building applications that leverage Large Language...
OpenCSGs/csghub
CSGHub is a brand-new open-source platform for managing LLMs, developed by the OpenCSG team. It...
Haidra-Org/horde-sdk
A python library to interact with AI-Horde's free generative AI APIs
Lightning-AI/litAI
LLM router + minimal agent framework in one. Call any LLM API with OpenAI format. Unified...