Skip to content

Oxyjen v0.1.0 - Foundation Release

Choose a tag to compare

@11divyansh 11divyansh released this 06 Jan 16:36
· 457 commits to main since this release

First Release - Core Orchestration Engine

The foundation of Oxyjen is here! This is the first step in building a world-class AI orchestration framework for Java.

What's in v0.1.0

  • Graph-based architecture - Build pipelines as directed graphs
  • Type-safe nodes - Compile-time guarantees with NodePlugin<I, O>
  • Lifecycle hooks - onStart(), onFinish(), onError() for every node
  • Shared context - Pass state between nodes with NodeContext
  • Clean API - Intuitive builder pattern with GraphBuilder

Early Alpha

This is an alpha release. The core works, but LLM integrations are coming in v0.2.