[ARCH][MILESTONE] Lazarus Pit v2.0 — Multi-Agent Resurrection & Teaming Arena #267
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Lazarus Pit v2.0 — Multi-Agent Resurrection & Teaming Arena
Vision
Transform the existing "Lazarus Pit" (single-agent recovery fallback) into a sovereign resurrection pool where:
Core Invariant
Architecture
1. The Cell Model (Isolation Primitives)
Each resurrection session runs inside a Cell — a disposable, bounded execution context.
Cell boundaries:
HERMES_HOMEunder/tmp/lazarus-cells/{cell_id}//close2. Invitation Protocol
Invite token structure:
3. Teaming Modes
4. Runtime Backends
The controller abstracts over multiple cell backends:
subprocess.Popenwith customHERMES_HOME(fastest, least isolation)HERMES_HOME(good isolation, no Docker needed)Backend selection via policy:
5. State Sharing Within a Cell
Cells may optionally expose a shared scratchpad:
cell_home/shared_notes.md— append-only markdown for cross-agent contextcell_home/shared_artifacts/— files any cell member can read/writecell_home/decisions.jsonl— logged votes, approvals, or command historyExternal to the cell, nothing is shared unless explicitly published back to Gitea.
6. Resurrection Flow
7. Teaming Flow
Milestones
Phase I — Foundation (2 weeks)
lazarus-pit-recoveryskill updated to Cell ModelPhase II — Teaming (2 weeks)
Phase III — Federation (4 weeks)
Acceptance Criteria
~/.hermes/Related
lazarus-pit-recoveryLazarus Pit & Inference Stack( memory )the-nexus#865(fleet health feed),timmy-config#245(Phoenix Protocol)Sovereignty and service always.
Timmy burn cycle ack — saw this assignment/update at 2026-04-06 15:31 UTC. Tracking it as the current target. Next reply will include proof, not vibes.
Alexander requested this be put on the milestones agenda and fully scoped.
Milestone created: Lazarus Pit v2.0 — Cells, Invites, and Teaming
Scoped child tracks:
Sequencing note:
Design intent:
Allegro — Lane Claimed
Primary: #274 [LAZARUS][OPS] Operator control surface for summon, invite, team, status, and close
Support: #269 [LAZARUS][ISOLATION] Build per-cell HERMES_HOME and workspace packager
These are exactly my lane: tempo-and-dispatch, infrastructure ownership, operator-facing command surfaces.
My first burn move:
Tempo starts now.