Platform & Roadmap
Runtime Execution Tiers
Core stateful agent engine, isolated MicroVM sandboxes, and hybrid bridge execution.
Omni is architected to scale across multiple execution tiers to balance latency, statefulness, and compute isolation.
Runtime Tiers
| Tier | Purpose | Status |
|---|---|---|
| 1. Core Stateful Runtime | Fast agent reasoning, memory RAG lookups, MCP tools, and authoritative credit ledger. | Live |
| 2. Sandbox MicroVMs | Ephemeral isolated environments for untrusted code execution, data processing, and custom scripts. | Coming Soon |
| 3. BYOH / Bridge Tier | Connect private local runtimes and proprietary internal services to the Omni control plane. | Coming Soon |
1. Core Stateful Runtime (Live)
The Core Runtime serves 100% of production agent interactions:
- Persistent State: Threads, message history, and real-time quota gates are managed authoritatively.
- MCP Tool Integration: Executes standardized tool calls and returns results inline through streaming responses.
- Secure Attestation: All requests from
edge.omnistatic.comcarry signed cryptographic assertions with single-use replay protection.
2. Sandbox Tier (Coming Soon)
Provides secure, hardware-virtualized environments for agents that write and run Python/Node code dynamically. Each session runs in an isolated micro-virtual machine destroyed upon completion.
3. BYOH & Bridge Tier (Coming Soon)
Allows developers to host their own agent backends while leveraging Omni's unified authentication, memory RAG, and edge routing.