Architecture
Four primitives, one pipeline. A workflow recalls memory, runs private inference, emits a chained receipt, and writes back — settling on Solana.
Omyra is four primitives that compose into a single pipeline. A workflow recalls memory, runs private inference, emits a chained receipt, and writes back — all settling on Solana.
Flow — workflow
Compose autonomous workflows — declarative YAML under the hood — and publish them to a marketplace.
Vault — memory
Encrypted on-chain memory under user keys. Deletion spends a one-time nullifier — a one-way door.
Compute — TEE GPU
Private inference inside Intel TDX or AMD SEV-SNP enclaves. Dual support is deliberate redundancy: a flaw in one vendor's enclave does not take the network down.
Proof — receipt
Each inference emits a chained receipt: model + input + output hash, TEE attestation, and signature.
| Primitive | Role | Guarantee |
|---|---|---|
| Flow | Orchestration | Declarative, publishable workflows |
| Vault | Memory | Encrypted under user keys, provably deletable |
| Compute | Inference | Runs inside attested TEE enclaves |
| Proof | Audit | Chained, verifiable receipt per inference |
These are engineering targets informed by production-proven designs — the standard Omyra builds toward, not features claimed as shipped.