Hybrid Agent Operating System:
- Python Control Plane (AI orchestration, governance, APIs)
- Rust Runtime Daemon (OS isolation, sandboxed execution, command/runtime boundary)
git clone https://github.com/Hamedghz/OMERTAOS.git
cd OMERTAOS
./quick-install.shAlternative local development startup:
docker compose -f docker-compose.local.yml up -dPython must delegate OS-level execution to runtime daemon via runtime client:
- target canonical client:
control/runtime/ - gRPC contract:
shared/proto/runtime.proto - Rust daemon:
runtime-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 primitives
The 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.
- Console:
http://localhost:3000 - Control:
http://localhost:8000 - Gateway:
http://localhost:8080 - Runtime daemon (gRPC default):
127.0.0.1:50051