[perplexity] feat: Nexus v2 — Cognitive Awareness & Introspection Engine (#1090) #1348
Reference in New Issue
Block a user
Delete Branch "perplexity/nexus-v2-cognitive-awareness"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Nexus v2 — Cognitive Awareness & Introspection Engine
Transforms the Nexus from a chat-only interface into Timmy's full cognitive awareness space — where you can observe his inner life in real time alongside conversation.
This is a direct contribution to the Nexus Epic (#1090) vision: "The Nexus is Timmy's sovereign space — like Dr. Strange's Sanctum Sanctorum, existing outside time."
New:
src/timmy/nexus/ModuleThree new core components powering the Nexus awareness layer:
introspection.pyIntrospectionSnapshotpersistence.pyNexusStore— conversations survive restarts. WAL mode, auto-pruning at 500 msgs, session-tag isolationsovereignty_pulse.pyEnhanced Routes
GET /nexusPOST /nexus/chatDELETE /nexus/historyGET /nexus/introspectWS /nexus/wsEnhanced UI Panels
The Nexus sidebar now contains 6 awareness panels:
Sovereignty Pulse Badge
A persistent badge in the Nexus header shows sovereignty health at a glance:
WebSocket Auto-Updates
All panels update via WebSocket — cognitive state, thoughts, sovereignty, and analytics refresh every 5 seconds without polling. Auto-reconnect on disconnect.
Design System
Full CSS additions in
mission-control.css:Tests: 58 total, all green ✅
Files Changed
Refs: #1090