Loading repository data…
Loading repository data…
Hamedghz / repository
OMERTA OS Modular AI-Oriented Operating System for Secure Distributed Agent Infrastructure. omertaos AION is a scalable modular architecture designed for: AI agent orchestration Distributed processing Secure sandbox execution Gateway Control Console separation Pluggable secret providers Optional TLS and mTLS enforcement
Hybrid Agent Operating System:
git clone https://github.com/Hamedghz/OMERTAOS.git
cd OMERTAOS
./quick-install.sh
Alternative local development startup:
docker compose -f docker-compose.local.yml up -d
Python must delegate OS-level execution to runtime daemon via runtime client:
control/runtime/shared/proto/runtime.protoruntime-daemon/control/ orchestration, scheduling, governance and APIsruntime-daemon/ privileged execution and sandbox enforcementdata/ persistence, RAG, memory and adaptersregistry/ agent, model and prompt metadatapolicies/ policy definitions and evaluator interfacesschemas/ source contracts; shared/ generated clients and stable primitivesThe former Python kernel/, control-plane/, rust-runtime/, database/, db/,
root models/, and deployment copies are migration-era paths. Do not add new
feature behavior to them.
http://localhost:3000http://localhost:8000http://localhost:8080127.0.0.1:50051