From 0c45176e84ecc520240be138dab9ef7cb05f64c2 Mon Sep 17 00:00:00 2001 From: Volodymyr Vreshch Date: Wed, 8 Jul 2026 01:03:51 +0200 Subject: [PATCH 1/2] docs: restyle architecture diagram to article figure style --- docs/architecture.svg | 104 ++++++++++++++++++++++++------------------ 1 file changed, 59 insertions(+), 45 deletions(-) diff --git a/docs/architecture.svg b/docs/architecture.svg index f672229..cc8f8f3 100644 --- a/docs/architecture.svg +++ b/docs/architecture.svg @@ -1,74 +1,88 @@ - + + + + + - + - - + + + + + agentage CLI - architecture + - - AI tools - Claude Code / Cursor / editors + + AI TOOLS + Claude Code / Cursor / editors - - MCP - stdio - (agentage mcp) + + MCP - stdio + (agentage mcp) - - MCP - HTTP /mcp - 127.0.0.1:4243 + + MCP - HTTP /mcp + 127.0.0.1:4243 - - agentage CLI - memory vault setup - status daemon mcp + + AGENTAGE CLI + terminal client - memory verbs + memory vault setup + status daemon mcp - - local daemon - 127.0.0.1:4243 - single writer over the vault engine - serializes writes, schedules sync + + LOCAL DAEMON + 127.0.0.1:4243 + single writer over the vault engine + serializes writes, schedules sync - - memory verbs - --no-daemon bypasses + + memory verbs + --no-daemon bypasses - - vault engine + + vault engine - - in-process + + in-process - - - local vaults - plain markdown folders on disk - one git repo per vault - git-per-vault store (@agentage/memory-core) + + + LOCAL VAULTS + plain markdown folders on disk + one git repo per vault + git-per-vault store (@agentage/memory-core) - - sync + + sync - - sync + + sync - - git remotes (external) - commit / push / pull on an interval - you host the remote + + GIT REMOTES + external - you host the remote + commit / push / pull on an interval - - agentage cloud - account sync - OAuth 2.1 sign-in at auth.agentage.io - optional; everything works offline + + AGENTAGE CLOUD + account sync - optional + OAuth 2.1 at auth.agentage.io + + + plain markdown on disk; cloud is optional - everything works offline From 042f0a26963928028e81070fd305178b0da3105f Mon Sep 17 00:00:00 2001 From: Volodymyr Vreshch Date: Wed, 8 Jul 2026 01:13:55 +0200 Subject: [PATCH 2/2] docs: center diagram title, add node-graph motifs --- docs/architecture.svg | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/docs/architecture.svg b/docs/architecture.svg index cc8f8f3..5d72f74 100644 --- a/docs/architecture.svg +++ b/docs/architecture.svg @@ -12,9 +12,9 @@ - - agentage CLI - architecture - + + agentage CLI - architecture + @@ -43,6 +43,14 @@ 127.0.0.1:4243 single writer over the vault engine serializes writes, schedules sync + + + + + + + + @@ -63,6 +71,16 @@ plain markdown folders on disk one git repo per vault git-per-vault store (@agentage/memory-core) + + + + + + + + + +