Local-First
Run entirely on your own hardware with zero external dependencies. Pure Rust binaries, local LLMs (Ollama/llama.cpp), and embedded data storage. Your data never leaves your machine.
Zero-Trust Architecture
Workers execute plans deterministically with no LLM capabilities. Plans are generated by AGX, queued by AGQ, and executed atomically by AGW. Security-first design prevents unauthorized plan generation.
Composable & Extensible
Build Agentic Units (AUs) that follow Unix philosophy: single-purpose tools with stdin/stdout interfaces. Combine Unix commands with custom AUs to create powerful, reusable plans.