#replication #ai-agent #sync #state #state-replication #multi-machine

flow-sync

Multi-machine state synchronization for the Flow workspace manager

2 releases

0.1.2 Feb 7, 2026
0.1.1 Feb 7, 2026

#1252 in Development tools


Used in agentflow-cli

MIT license

41KB
696 lines

Multi-machine state synchronization for Agent Flow.

Synchronizes workspace state across machines using pluggable providers (git-based sync, file-based sync). Currently a work-in-progress.


flow-sync

Multi-machine state synchronization for the Agent Flow workspace manager.

Features

  • Pluggable sync providers (git-based, file-based)
  • Workspace state replication across machines
  • Conflict resolution for concurrent edits

Usage

[dependencies]
flow-sync = "0.1.2"

Note: This crate is currently a work-in-progress. The sync provider API is subject to change.

License

MIT

Dependencies

~9–23MB
~201K SLoC