Skip to main content

Welcome to AGEniX

AGEniX is a local-first agentic execution platform that enables LLM-generated plans to be executed deterministically on your own hardware.

Key Principles

  • Zero external dependencies - Pure Rust binaries, no cloud services required
  • Local-first - Your data stays on your machine
  • Deterministic execution - Plans execute predictably and reproducibly
  • Zero-trust architecture - Workers never generate plans, only execute them
  • Unix philosophy - Composable tools that do one thing well

System Components

AGEniX consists of three core components:

AGX (Planner)

The planner CLI that transforms natural-language instructions into deterministic JSON plans using local LLMs (Ollama, llama.cpp).

AGQ (Queue)

The queue manager that stores plans, manages jobs, and coordinates worker execution via RESP protocol.

AGW (Worker)

The stateless worker that executes plan tasks deterministically, with no LLM capabilities.

Quick Start

Coming Soon

Installation instructions and quick start guide will be added when Phase 1 components reach stable release.

Learn More

Community