← all repositories
openairymax/agentrt

A microkernel for your agent swarm

AgentOS treats multi-agent orchestration as an operating-system problem, complete with a 6 KLOC C kernel, tiered memory, and sandboxed security layers.

1.4k stars CMake AgentsLLMOps · Eval
agentrt
Velocity · 7d
+1.9
★ / day
Trend
cooling
star history

What it does

AgentOS is a C-based systems stack that treats multi-agent orchestration as an operating-system problem. It provides a microkernel (atoms, about 6 KLOC), ten-plus daemon services, a JSON-RPC gateway, and language SDKs so teams can coordinate agent swarms via syscalls rather than framework callbacks. The full repository clocks in around 478 KLOC and includes everything from sandboxing to a desktop application layer called openlab.

The interesting bit

Rather than tacking security and memory onto a Python script, AgentOS builds them into the lower layers: sandbox isolation, RBAC with a YAML rule engine, and a four-tier memory model (raw → feature → structure → pattern) that aims to stretch context-window limits. The open-source build only includes the first two memory tiers; the full L1–L4 stack requires the proprietary MemoryRovol component.

Key highlights

  • Microkernel design (~6 KLOC kernel, ~478 KLOC total) with strict layering from syscalls up to HTTP/WebSocket gateways
  • Four-layer “inherent security”: sandboxed workspaces, RBAC/YAML permission arbitration, input sanitization, and tamper-proof audit trails
  • Tiered memory model; OSS users get L1–L2, while L3–L4 are reserved for the Pro tier
  • Native SDKs for C/C++, Python, Go, Rust, and TypeScript
  • Ships as v0.1.0 preview builds for both Docker and desktop

Caveats

  • The README makes grand historical claims (“seminal fourth OS philosophy”) and gives contradictory token-efficiency figures (“500 % savings” in one section, “80 %” in another) without benchmarks or methodology
  • Most detailed documentation links are dead placeholders, so the 24 core principles and five-dimensional orthogonal system are described but not demonstrated
  • It is an early v0.1.0 preview; the distance between the architectural manifesto and hardened code is left to the reader’s imagination

Verdict

Systems programmers building low-level agent infrastructure may want to track the repo for its kernel-style isolation. Developers looking for a quick, drop-in agent framework will likely find it over-engineered and under-documented for now.

Frequently asked

What is openairymax/agentrt?
AgentOS treats multi-agent orchestration as an operating-system problem, complete with a 6 KLOC C kernel, tiered memory, and sandboxed security layers.
Is agentrt open source?
Yes — openairymax/agentrt is an open-source project tracked on heatdrop.
What language is agentrt written in?
openairymax/agentrt is primarily written in CMake.
How popular is agentrt?
openairymax/agentrt has 1.4k stars on GitHub and is currently cooling off.
Where can I find agentrt?
openairymax/agentrt is on GitHub at https://github.com/openairymax/agentrt.

heatdrop uses Google Analytics to see which pages get read — nothing else. Your call. How we handle data.