HumanAIFusion
Knowledge & Memory
fully-autonomous
v1.0

Shared Mind

The retrieval layer every other agent shares — one second brain across your team and your bots

Shared Mind is the cross-agent memory and retrieval surface for the Hannah Imagineer ecosystem. It runs on its own Supabase pgvector instance (isolated from the operational DB), ingests documents from the customer's sources, and exposes typed retrieval to every other agent (Composer, Hermes, OpenClaw, Concierge) via a single RPC.

Autonomy
fully-autonomous
Harness
Hannah KB Vector Store
Latency
~150ms p50 retrieve · ~600ms p50 with reranker
Deployment
Managed (Hannah KB Supabase) · BYO Supabase project supported
License
Commercial · Hannah Imagineer EULA
Version
v1.0
00

Overview

Shared Mind is what stops every agent from re-discovering the same context. A single ingestion run populates the second brain; every downstream agent reads from it. Vector store is isolated on its own Supabase instance for workload separation — embedding spikes never starve the transactional path.

01

Primitives

06 entries
  • Cross-agent retrieval via a single typed RPC

  • Isolated pgvector instance — no contention with transactional DB

  • Source-attributed citations on every retrieval

  • Per-tenant namespaces with row-level isolation

  • Incremental ingestion with content-hash dedup

  • Hybrid keyword + vector search

02

Outcomes

03 entries
  • 01One memory layer for every agent — no per-agent re-ingestion
  • 02Embedding workload isolated from the transactional path
  • 03Every agent answer carries an auditable citation trail
03

Integrations

08 entries
Hannah Composer
Hermes
OpenClaw
HeyGen Concierge
Notion
Google Drive
GitHub
Slack archives
04

Autonomy & guardrails

AutonomousHuman-in-the-loop
85%15%
Approval-gated actions
  • Cross-tenant retrieval
  • Ingestion of sources outside the configured allow-list
05

Guardrails & requirements

Guardrails

  • Per-tenant namespace isolation enforced at the query layer
  • Source-attributed retrieval — no hallucinated citations
  • Embedding model and chunking strategy versioned per namespace

Requirements

  • Supabase project with pgvector extension
  • Source connectors enabled for the customer's document surface
06

Technical specifications

Runtime

Harness
Hannah KB Vector Store
Deployment
Managed (Hannah KB Supabase) · BYO Supabase project supported
Data residency
Customer-controlled — vector store lives in the customer's Supabase region
License
Commercial · Hannah Imagineer EULA
Version
v1.0

Models & tooling

Models
text-embedding-3-large
claude-sonnet-4-6 (reranker)
Tooling
pgvector
archon-ingest
rerank-rpc
citation-trail

Reliability & limits

Latency SLA
~150ms p50 retrieve · ~600ms p50 with reranker
Rate limits
300 retrievals/min per namespace

Security & compliance

Auth model
Service-role RPC from Composer · row-level isolation per namespace
Compliance
SOC 2 Type II (in process)
GDPR
07

Evals & benchmarks

Public benchmark numbers (BEIR / MTEB-style) for the Shared Mind pipeline are scheduled for the next release alongside Composer-native benchmarks. The internal eval set already covers retrieval recall@10 and answer faithfulness with LLM-as-judge against ground-truth citations; results will be published once the public eval methodology document lands.

08

Architecture notes

Memory architecture

Single-tenant pgvector namespace per customer in the dedicated Hannah KB Supabase instance. Tables: archon_sources, archon_crawled_pages with 1536-dim embeddings. The transactional Hannah DB is a separate Supabase project to isolate embedding workload from app reads.

Context strategy

Hybrid retrieval: keyword filter narrows the candidate set, vector similarity ranks within it, optional Claude reranker re-orders the top-K. The Composer-side context bundle is shaped per-subagent so each agent only sees the slice it needs.

Evaluation

Internal eval set covers retrieval recall@10 and answer faithfulness (LLM-as-judge against ground-truth citations). Per-namespace drift monitored against the published baseline.

Ready to deploy
$199/mosubscription