Hive Mind Shared Memory

Cross-session context persistence — agent memory and trajectory snapshots synchronised across team members and handoffs, with nothing lost in between.

Handoff

Pick up someone else's session mid-thought

A session carries its full trajectory: what was tried, what was ruled out and why. Whoever takes it next starts from the reasoning, not from the summary.

session transfer
sessioncr-051 · wave w2
frompriya
tomarcus
decisions carried18
context lostnone

Trajectory

The reasoning is the artefact

Every decision is retained with the alternatives that were rejected. Six weeks later the question is not what the agent did, but why it ruled the other option out.

trajectory
14:02 considered in-place migration
14:02 rejected locks orders table > 40s
14:03 chose dual-write, backfill, cut over
14:07 verified row parity on 2.1M rows
─ retained for audit

Session transfer

Hand a live session to a colleague without re-explaining it.

Learn more

Trajectory snapshots

Full decision history, including the paths not taken.

Multi-channel sync

Slack, console and terminal read the same state.