Flake-native capability-graph language for deterministic multi-agent swarms.
| RUNTIME | GCP C8 Multi-Node Pool |
| MEMORY | 0 Allocation, Fixed Buffer Arenas |
| NETWORK | 0 WAN Ingress / WireGuard Mesh |
| SOURCE | github.com/peterlodri-sec/vaked-base ↗ |
Vaked enforces capability boundaries natively at hardware tier via custom eBPF sandboxing hooks. Parallel subagent mapping is deterministic and bounded, removing memory fragmentation vector risks entirely.
// example.vaked
import core.memory.arena;
import network.ebpf.sandbox;
pub fn executeSwarmPass(chunk_id: u32) void {
const cap = sandbox.acquireTokenOffset();
@seal(cap) {
var m = arena.loadContiguousBuffer(chunk_id);
m.processIndexOffsets();
}
}13e9e40 feat: doc indexer — walks docs/ + blog/, SHA256 hashes b86d2ef feat: 3 supplemental deltas — health, writer, compactor f4ee60f feat: live state verifier — Merkle invariant proof bf7957b feat: edge compute arbiter — M3/iPhone canvas only 7aab141 feat: DOD viewport tables — 256-agent flat buffer 94d7cdc feat: 5-phase alignment — protocol encoder + 4 more