The hard, risky part — the distributed comm-layer — is done, tested on real Cloudflare with no mocks, and survived three rounds of independent adversarial review and live attack probing.
Auth & isolation
Passcode (dev) or HS256 agent-JWT only — typed scope, explicit workspace claim, required expiry, signature, and cross-workspace isolation enforced before any object is touched. Nine token-forgery classes rejected live.
Authoritative presence
A service is live iff its host connection is open — derived from the object lifecycle, never self-reported. Reconnect replays missed deltas gap-free; a stopped daemon shows no phantom-online.
RPC · streaming · artifacts · federation
Register / discover / call, ordered server→client streams with backpressure, R2-backed artifacts, and cross-workspace federation — each with real end-to-end tests.
Durable scheduling
Server-side cron survives daemon downtime: schedules sync into a per-workspace object that arms an alarm and journals due runs — proven live on prod, including an alarm firing with no daemon attached.
svamp, end-to-end
The full app runs on the mesh: sessions, messages, live agent output, file serving, channels — and an authenticated multi-tenant admin dashboard that auto-discovers every workspace.
Edge LLM proxy
An Anthropic-compatible serverless proxy with mesh-auth, per-user quota/rate-limit, multi-account OAuth rotation and automatic token refresh — serving the mesh daemons directly.