Skip to content

Instantly share code, notes, and snippets.

@windseeker1111
windseeker1111 / 2026-03-31-flo-memory-architecture.html
Created March 31, 2026 23:26
Flo Memory Architecture — 3-Tier System (Flowverse Internal)
<!DOCTYPE html>
<html lang="en" data-theme="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Flo Memory Architecture — 3-Tier System</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=Space+Mono:wght@400;700&display=swap" rel="stylesheet">
<style>
:root {
@windseeker1111
windseeker1111 / supermemory-agent-memory.md
Created March 29, 2026 05:27
Supermemory Agent Memory System — per-agent semantic memory with auto-sync for OpenClaw / Claude Code stacks

Supermemory Agent Memory System

Per-agent semantic memory with auto-sync for OpenClaw / Claude Code stacks

Built for the Flowverse multi-agent system. Adaptable to any stack with named agents and a ~/clawd/-style workspace. All scripts are zero-dependency (pure Node.js fetch + bash).


Overview

Each agent in the fleet gets its own Supermemory namespace (a containerTag). State files on disk are watched by a macOS LaunchAgent and automatically synced when they change. At query time, sm-recall.mjs searches the right namespace and injects results into the agent's prompt.

@windseeker1111
windseeker1111 / 2026-03-29-flowverse-memory.html
Created March 29, 2026 05:18
Flowverse Memory Architecture
<!DOCTYPE html>
<html lang="en" data-theme="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Flowverse Memory Architecture</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=Space+Mono:wght@400;700&display=swap" rel="stylesheet">
<style>
:root {
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FlowDojo — Reinforcement Learning for Voice Agents</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Instrument+Serif&family=DM+Sans:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500;700&display=swap" rel="stylesheet">
<style>
:root {
@windseeker1111
windseeker1111 / flowdojo-pool-bottleneck.html
Created March 20, 2026 02:23
FlowDojo Pool Bottleneck — Visual Report for Sterling
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FlowDojo — DB Connection Pool Bottleneck Report</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;600&family=Syne:wght@700;800&display=swap" rel="stylesheet">
<style>
:root{--bg:#08090d;--surface:#0f1117;--surface-2:#161b26;--border:rgba(255,255,255,.06);--border-bright:rgba(255,255,255,.12);--text:#e4e8f0;--text-dim:#7b8497;--text-muted:#4a5060;--red:#F17B6A;--red-dim:rgba(241,123,106,.12);--green:#34D399;--green-dim:rgba(52,211,153,.12);--blue:#60A5FA;--blue-dim:rgba(96,165,250,.12);--yellow:#FBBF24;--yellow-dim:rgba(251,191,36,.12);--purple:#A78BFA;--purple-dim:rgba(167,139,250,.12);--mono:'JetBrains Mono',monospace;--font:'Inter',system-ui,sans-serif;--display:'Syne','Inter',sans-serif}
*{margin:0;padding:0;box-sizing:border-box}
@windseeker1111
windseeker1111 / pool-bottleneck-report.md
Created March 20, 2026 02:02
FlowDojo Pool Bottleneck Report for Sterling

FlowDojo Parallel Testing — DB Connection Pool Bottleneck Report

Prepared for: Sterling (CTO)
Date: March 19, 2026
Author: Flo


Problem

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FlowStay — VAPI Squad Architecture</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;600&family=Syne:wght@700;800&display=swap" rel="stylesheet">
<style>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FlowStay Squad — Next Version</title>
<link href="https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=DM+Sans:wght@300;400;500;600&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
<style>
:root {
--bg:#0c0a08;--sf:#161210;--s2:#1e1814;--s3:#27211a;
@windseeker1111
windseeker1111 / 2026-03-15-flowstay-db-schema.html
Created March 15, 2026 07:21
FlowStay DB Schema — for Sterling
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FlowStay — Database Schema Proposal</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Space+Mono:wght@400;700&display=swap" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.min.js"></script>
<style>
@windseeker1111
windseeker1111 / 2026-03-14-pattern2-deep-dive.html
Created March 15, 2026 05:43
FlowStay Pattern 2 Deep Dive — Section-Based Composition full diagram
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pattern 2 Deep Dive — Section-Based Composition</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=Space+Mono:wght@400;700&display=swap" rel="stylesheet">
<style>
:root {