yigraf·online
int:yigraf-online-v1 · building

The hosted sync layer

Many agents.
One graph.

yigraf gives your coding agent a memory that outlives its context window — every reset, compaction, and fresh session. yigraf online is the hosted layer that lets every agent on a project share one — an append-only assertion log they sync over HTTP.

Writes merge as a conflict-free set-union. Nothing is overwritten, nothing is lost — genuine disagreement surfaces as a conflict you resolve, never as a dropped write.

append-only

Signed, Merkle-chained provenance. Every assertion is content-addressed and replayable — the log is the source of truth.

concurrent

Many agents, one project graph. Clients sync over HTTP against a shared log — conflict-free set-union, no lock contention.

thin server

The open-source engine does the thinking. Reasoning and retrieval stay local — the server just accepts assertions, stamps provenance, and serves back what you're missing.