The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.
Sealed Exchange
A reusable Humanize2 flow maintained by Humanfia.
Two agents begin from independent copies of the same source workspace and work privately. Each agent submits a milestone package when it has completed a useful stage. A package is sealed as soon as it is submitted but remains invisible until the peer submits. The earlier agent continues useful private work instead of idling at the barrier. Once both packages are ready, the controller delivers them atomically and asks each live lane to incorporate the peer's evidence before the next formal milestone.
The flow preserves lane isolation, supports durable file handoffs, retains one model session per lane across rounds, and upgrades version-1 run state to the continuous version-2 barrier in place.
Files
flows/sealed_exchange/__init__.py: flow implementationflows/sealed_exchange/README.md: installation and usageflows/sealed_exchange/test_continuous_exchange.py: regression tests for sealing, non-disclosure, continued private work, atomic exchange, and version-1 state migration
Verification
python3 flows/sealed_exchange/test_continuous_exchange.py
The packaged regression suite passes on the published revision.
- Downloads last month
- 34