FS

Software Factory Sync Lab

Multi-Agent Local-First CRDT Architecture Sandbox
Preset:
Fault Injection Controls
Agent Node
Artifact / AST Node
Partitioned / Queued
Conflict State
System Metrics
Active Agents
2
Queued Ops
8
Conflicted Files
1
Clock Divergence
4 ticks
Artifact Inspection (src/core/pipeline.ts)
Vector Clock: {"agent-alpha": 12, "agent-beta": 8}
Merged State Preview
// Hydrated AST Artifact State
{
  "path": "src/core/pipeline.ts",
  "version": 12,
  "crdt_model": "LWW-Element-Set + VectorClock",
  "nodes": [
    { "id": "fn_101", "type": "FunctionDeclaration", "name": "executePipeline", "agent_owner": "agent-alpha" },
    { "id": "fn_102", "type": "ASTPatch", "status": "CONFLICT_DETECTED", "versions": { "agent-alpha": "v12_opt", "agent-beta": "v8_legacy" } }
  ]
}
Enjoy this tool? Build your own with Super