Add agent-collaboration detail to durable-agent-runtime (Radicle COBs as 5th primitive family)
This commit is contained in:
parent
1e26accb23
commit
d67f91edf3
3 changed files with 91 additions and 0 deletions
|
|
@ -10,6 +10,7 @@
|
|||
| Actors | rivet | Lightweight process (Node/Bun/Deno) | In-memory + SQLite/BYO DB | ~20ms | Actors hibernate when idle |
|
||||
| VM sandboxes | hypeman, E2B | Firecracker/Cloud Hypervisor/QEMU microVM | VM disk (snapshot for standby) | ~30s VM / sub-30ms from snapshot | standby = snapshot to disk |
|
||||
| Harness libraries | nanocodex, Codex, pi | In-process agent loop (WebSocket to LLM) | In-process session / thread store | Instant | N/A (client-side) |
|
||||
| Collaborative substrate | Radicle COBs | Signed, CRDT-like Git commit DAGs | Git objects (replicated, self-certifying) | Instant (local git) | Repos persist; nodes sync on demand |
|
||||
|
||||
The industry convergence: **compute is disposable, state is durable elsewhere.**
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue