hatiOS Documentation
Version 1.0 β Now Available
Everything you need to deploy, govern, and monitor autonomous AI agents with confidence. From quickstart to production.
What is hatiOS?β
hatiOS is an enterprise-grade operating system for autonomous AI agents. It acts as a governance layer between your AI agents and LLM providers, delivering three critical capabilities:
- Agent Flight Recorder β Immutable, SHA-256 signed audit trails of every agent thought, tool call, and LLM response.
- Pause & Pivot β Real-time human-in-the-loop intervention without killing sessions.
- Policy Engine β Deterministic guardrails enforced at the proxy layer with <10ms latency.
How it worksβ
hatiOS operates as a transparent proxy. Your agents send LLM requests through hatiOS instead of directly to providers. The proxy captures traces, evaluates policies, and enables intervention β all with minimal latency overhead.
Architecture
ββββββββββββ βββββββββββββββββ ββββββββββββββββββ
β Agent ββββββΆβ hatiOS Proxy ββββββΆβ LLM Provider β
β (Your Code)βββββββ (Rust Core) βββββββ (Vertex/OpenAI)β
ββββββββββββ βββββββββ¬ββββββββ ββββββββββββββββββ
β
βββββββββββββββΌββββββββββββββ
βΌ βΌ βΌ
Policy Engine Flight Recorder Intervention Mgr
Platform at a glanceβ
| Component | Technology | Purpose |
|---|---|---|
| Proxy Core | Rust + Tokio | Intercepts agent-LLM traffic, enforces policies |
| Policy Engine | Rust | Static (<10ms) and semantic (~100ms) guardrails |
| Flight Recorder | TimescaleDB | Immutable reasoning traces with crypto hashing |
| Dashboard | React + TypeScript | Real-time monitoring, policy management |
| API | TypeScript + Express | REST API for agents, policies, sessions |