🏠

Retrieval-Augmented Generation House

The living map of unisona.ai architecture — engines, loops, cubes, agents, memory, and convergence. Everything that makes the system run, indexed in one place.

Core Engines

🔷

Status Cube

Live

4D navigation system tracking the entire repo state across location, lane, boundary, and timeline.

x — Location

repo, apps, skills, scripts, data

y — Lane

control, report, dollhouse, wallet, device, product

z — Boundary

proven, candidate, held, blocked

t — Timeline

evidence receipts, validation history

🔮

Tesseract Convergence Loop

20 Phases

Upgraded from 12 to 20 phases with tesseract integration — future-state projection, Bayesian belief updates, and status cube navigation.

  • Phases 1–11: Original convergence loop
  • Phase 12: navigate_status_cube
  • Phase 13: project_future_states
  • Phase 14: update_bayesian_beliefs
  • Phases 15–20: Validation & closure
Read full docs →
⚙️

Convergence IO Engine

Live

Python orchestrator that runs the convergence loop, inspects slots, routes to AI providers, and maintains daemon health.

  • health — system status check
  • loop — run 20-phase convergence
  • converge — AI-powered decision support
  • inspect — slots, metrics, circuits
  • daemon — headless agent automation
🧠

CSF — Cognitive Symbiotic Framework

Memory

Long-term memory architecture for agents, doors, and symbolic state. Includes CSF compression, JSONL export, and ingestion pipeline.

  • csf-memory.js — reader + door persistence
  • data/pcsf/*.json — model, agent, settings, narrator
  • csf/ingest/ — pending work documentation
🧩

Cube Network

Live

Desktop Cube Network 1.0 — private cubes, shared world cubes, and ally cubes with delta append and manifest management.

  • alex.private — personal delta log
  • shared — world/community cube
  • Ed25519 node identity + cube manifests
  • REST API: /api/cubes/*
🛡️

Consent Gate

Live

Ed25519-signed claim packets with validation, approval workflows, and export-ready evidence. Self-sovereign data consent.

  • Draft → Approve → Reject → Revoke lifecycle
  • Scope tags with regex validation
  • Node public key export
  • REST API: /api/claims/*

Agent Fleet

🤖

36-Slot Agent Fleet

Design

Headless agent fleet with slot-based work allocation. Currently activeSlots = 0 — design contract only.

  • Each slot: agent name, model, capabilities, route binding
  • Convergence IO routes work to slots by priority
  • Daemon mode auto-processes queued issues
Fleet manifest →
💬

Provider Chain

Live

Multi-provider AI routing with fallback: Gemini → Claude → OpenAI → Grok → Ollama. Streaming and non-streaming paths.

  • stream-chat.js — SSE streaming
  • dream-chat.js — persona + non-streaming
  • Provider health monitoring per tier
  • Settings: /settings/providers.html
🎭

Persona Narrators

Live

6 persona narrators route conversations by keyword. Each has distinct voice, expertise, and symbolic depth.

  • Keystone — system architect
  • Orion — dream guide
  • Elephant — memory keeper
  • Comet — future scout
  • Monk — reflective voice
  • Engineer — technical detail

Hub & Spokes

System Architecture Map

🌐 Web Surfaces
Journal, Explore, Dashboard, System, Help, RAG House — all served from public/
Ready
📡 Convergence IO
Python engine + REST API routes. Health, loop, converge, inspect, daemon.
Ready
🏠 RAG House
Indexed knowledge base. This page + data/internal-rag-house/ + ingest docs.
Ready
🧠 CSF Memory
Long-term agent memory, door state, PCSF config, conversation trees.
Ready
🔷 Status Cube
4D state tracking. Updated by convergence loop, readable by all surfaces.
Beta
🔮 Tesseract Loop
20-phase convergence with Bayesian beliefs and future projection.
Beta
🧩 Cube Network
Private/shared/ally cubes with delta append and Ed25519 identity.
Ready
🛡️ Consent Gate
Signed claim packets, validation, approval workflow.
Ready
🤖 Agent Fleet
36-slot design. Headless daemon processing. Not yet active.
Design
🌍 HFF Dashboard
Human Flourishing Frameworks — world status, live feeds, Bayesian tracking.
Ready
🔊 Voice Curator
Web Speech STT/TTS in browser. Record and playback.
Ready
🎨 Dream Art
Local Stable Diffusion image generation per door. Design contract.
Design

Data & Files

📁

PCSF Config

Config

Primary Cognitive Symbiotic Framework files — the source of truth for models, agents, settings, and narrators.

  • data/pcsf/model.pcsf.json
  • data/pcsf/agent.pcsf.json
  • data/pcsf/settings.pcsf.json
  • data/pcsf/narrator.pcsf.json
📝

Manifests

Tracking

Work queue, fleet design, and system receipts. The task board for agents.

  • manifests/dream-journal-v1-agent-slots.json
  • manifests/CONVERGENCE-LOOP-AGENT-FLEET.md
  • manifests/*.md — various
📚

Documentation

Docs

Architecture docs, convergence methods, hooks reference, and code maps.