Skip to content

Build local shared-memory and swarm execution foundation#483

Merged
dmoliveira merged 3 commits intomainfrom
feat/shared-memory-runtime-r2
Mar 13, 2026
Merged

Build local shared-memory and swarm execution foundation#483
dmoliveira merged 3 commits intomainfrom
feat/shared-memory-runtime-r2

Conversation

@dmoliveira
Copy link
Owner

Summary

  • add a local shared-memory runtime with lifecycle tooling, promotion flows, and durable retrieval for digests, sessions, workflow state, claims, and doctor findings
  • build a dependency-aware /workflow swarm foundation with handoff, rebalance, recovery, custom lane graphs, and controlled parallel execution gates
  • add reservation, path-scope, lease, and lane-level identity checks so read-only lanes can parallelize safely and a tiny disjoint implement write allowlist can activate under strict guarantees

Validation

  • python3 scripts/selftest.py
  • make validate
  • python3 scripts/release_train_command.py doctor --json

Add a durable shared-memory runtime plus dependency-aware swarm coordination so multi-agent work can recover safely and scale into controlled parallel execution without external services.
Relax environment-sensitive session repair expectations so CI verifies structured repair behavior without depending on exact candidate counts or fully clean local session state.
Relax session repair assertions to validate durable structured behavior across environments without depending on exact candidate counts or fully clean ambient runtime state.
@dmoliveira dmoliveira merged commit 306ad87 into main Mar 13, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant