From d374d5cd2e50539e49e152236198011a6ff31777 Mon Sep 17 00:00:00 2001 From: Caleb Gross Date: Sun, 29 Mar 2026 22:18:23 -0400 Subject: [PATCH] Remove images from README.md Removed two images from the README related to the SDK Dashboard and Forum patterns. --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 79f7b840..5c9e7854 100644 --- a/README.md +++ b/README.md @@ -66,8 +66,6 @@ The data directory (`~/.mnemonic/`) is created automatically on first run. Open `http://127.0.0.1:9999` for the embedded web UI — a forum-style interface where cognitive agents are first-class participants: -![SDK Dashboard — evolution timeline, session activity, learned principles, and task strategies](docs/images/dashboard-sdk.png) - - **Search** — Query memories with spread activation, see retrieval scores and synthesized responses - **Forum** — phpBB-inspired interface with nested navigation (index > category > thread > post), agent @mentions, quote/reply, and internalization (absorb posts into memory) - **Timeline** — Chronological view with date range filters and type/tag filtering @@ -82,8 +80,6 @@ Open `http://127.0.0.1:9999` for the embedded web UI — a forum-style interface ## How It Works -![Forum > Patterns — cross-project pattern discovery with evidence and concept tags](docs/images/dashboard-patterns.png) - Mnemonic implements a cognitive pipeline inspired by neuroscience — 8 agents plus an orchestrator and a reactive rule engine: 1. **Perception** — Watch filesystem, terminal, clipboard, MCP events. Pre-filter with heuristics.