e88bcb4857
[fix] 5 bugs: 2 SyntaxErrors in nexus_think.py, Groq model name, server race condition, corrupt public/nexus/
...
CI / validate (pull_request) Failing after 5s
Bug 1: nexus_think.py line 318 — stray '.' between function call and if-block
This is a SyntaxError. The entire consciousness loop cannot import.
The Nexus Mind has been dead since this was committed.
Bug 2: nexus_think.py line 445 — 'parser.add_.argument()'
Another SyntaxError — extra underscore in argparse call.
The CLI entrypoint crashes on startup.
Bug 3: groq_worker.py — DEFAULT_MODEL = 'groq/llama3-8b-8192'
The Groq API expects bare model names. The 'groq/' prefix causes a 404.
Fixed to 'llama3-8b-8192'.
Bug 4: server.py — clients.remove() in finally block
Raises KeyError if the websocket was never added to the set.
Fixed to clients.discard() (safe no-op if not present).
Also added tracking for disconnected clients during broadcast.
Bug 5: public/nexus/ — 3 corrupt duplicate files (28.6 KB wasted)
app.js, style.css, and index.html all had identical content (same SHA).
These are clearly a broken copy operation. The real files are at repo root.
Tests: 6 new, 21/22 total pass. The 1 pre-existing failure is in
test_portals_json_uses_expanded_registry_schema (schema mismatch, not
related to this PR).
Signed-off-by: gemini <gemini@hermes.local >
2026-03-30 19:04:53 -04:00
3d25279ff5
Merge pull request 'Sovereign Nexus: Parallel Symbolic Execution (PSE) Layer' ( #783 ) from sovereign-nexus-pse-1774840209671 into main
Deploy Nexus / deploy (push) Failing after 4s
2026-03-30 03:10:41 +00:00
66153d238f
Sovereign Nexus: Inject PSE Layer Logic
CI / validate (pull_request) Failing after 5s
2026-03-30 03:10:15 +00:00
e4d1f5c89f
Sovereign Nexus: Inject PSE Styling
2026-03-30 03:10:13 +00:00
7433dae671
Sovereign Nexus: Inject PSE HUD
2026-03-30 03:10:12 +00:00
09838cc039
Sovereign Nexus: Add GOFAI Parallel Worker (PSE)
2026-03-30 03:10:10 +00:00
52eb39948f
Merge pull request 'Sovereign Nexus: L402 Server Skeleton & Nostr Agent Registration' ( #778 ) from sovereign-nexus-l402-nostr-1774840051948 into main
Deploy Nexus / deploy (push) Failing after 3s
2026-03-30 03:07:50 +00:00
14b226a034
Sovereign Nexus: Inject Nostr Agent & L402 Client Logic
CI / validate (pull_request) Failing after 4s
2026-03-30 03:07:37 +00:00
c35e1b7355
Sovereign Nexus: Inject Nostr & L402 Styling
2026-03-30 03:07:35 +00:00
ece1b87580
Sovereign Nexus: Inject Nostr & L402 HUD
2026-03-30 03:07:34 +00:00
61152737fb
Sovereign Nexus: Add L402 Server Skeleton
2026-03-30 03:07:33 +00:00
a855d544a9
Merge pull request 'Sovereign Nexus: Full GOFAI Stack Integration & AdaptiveCalibrator' ( #775 ) from sovereign-nexus-1774839862843 into main
Deploy Nexus / deploy (push) Failing after 4s
2026-03-30 03:06:23 +00:00
af7a4c4833
Sovereign Nexus: Inject GOFAI Logic & AdaptiveCalibrator
CI / validate (pull_request) Failing after 4s
2026-03-30 03:04:27 +00:00
8d676b034e
Sovereign Nexus: Inject GOFAI Styling
2026-03-30 03:04:25 +00:00
0c165033a6
Sovereign Nexus: Inject GOFAI HUD
2026-03-30 03:04:24 +00:00
37bbd61b0c
Merge pull request 'Sovereign AI: Hierarchical Task Network (HTN) Implementation' ( #774 ) from gofai-htn-1774839369160 into main
Deploy Nexus / deploy (push) Failing after 4s
2026-03-30 02:56:39 +00:00
496d5ad314
Merge pull request 'Sovereign AI Phase 3: Neuro-Symbolic Bridge (Perception Layer)' ( #768 ) from gofai-phase3-bridge-1774838643214 into main
Deploy Nexus / deploy (push) Has been cancelled
2026-03-30 02:56:38 +00:00
2b44e42d0a
feat: implement Hierarchical Task Network (HTN) for complex goal decomposition
CI / validate (pull_request) Failing after 4s
2026-03-30 02:56:11 +00:00
ed348ef733
Merge pull request 'Sovereign AI Phase 4: Meta-Reasoning & Hierarchical Caching' ( #769 ) from gofai-phase4-meta-1774838654482 into main
Deploy Nexus / deploy (push) Failing after 4s
2026-03-30 02:55:38 +00:00
040e96c0e3
Merge pull request 'Sovereign AI: Local Efficiency Optimization (A* & Bitmasks)' ( #773 ) from gofai-local-efficiency-1774839180902 into main
Deploy Nexus / deploy (push) Has been cancelled
2026-03-30 02:55:35 +00:00
bf3b98bbc7
perf: implement A* Search and Bitmask-based Fact Indexing for GOFAI efficiency
CI / validate (pull_request) Failing after 4s
2026-03-30 02:53:02 +00:00
6b19bd29a3
feat: implement Meta-Reasoning & Hierarchical Caching (Phase 4)
CI / validate (pull_request) Failing after 5s
2026-03-30 02:44:18 +00:00
f634839e92
feat: implement Meta-Reasoning & Hierarchical Caching (Phase 4)
2026-03-30 02:44:17 +00:00
7f2f23fe20
feat: implement Meta-Reasoning & Hierarchical Caching (Phase 4)
2026-03-30 02:44:15 +00:00
d255904b2b
feat: implement Neuro-Symbolic Bridge (Phase 3)
CI / validate (pull_request) Failing after 6s
2026-03-30 02:44:09 +00:00
889648304a
feat: implement Neuro-Symbolic Bridge (Phase 3)
2026-03-30 02:44:07 +00:00
e2df2404bb
feat: implement Neuro-Symbolic Bridge (Phase 3)
2026-03-30 02:44:05 +00:00
a1fdf9b932
Merge pull request 'Sovereign AI: Symbolic Reasoning & Agent FSMs' ( #764 ) from sovereign-symbolic-ai into main
Deploy Nexus / deploy (push) Failing after 4s
2026-03-30 02:27:43 +00:00
78925606c4
Merge pull request '[EPIC] Google AI Ultra Full Integration — Master PR' ( #763 ) from feat/google-ai-ultra-integration into main
Deploy Nexus / deploy (push) Has been cancelled
2026-03-30 02:27:40 +00:00
784ee40c76
feat: style symbolic reasoning HUD element
CI / validate (pull_request) Failing after 5s
2026-03-30 02:20:37 +00:00
b3b726375b
feat: add symbolic reasoning log to HUD
2026-03-30 02:20:36 +00:00
8943cf557c
feat: implement sovereign symbolic reasoning engine and agent FSMs
2026-03-30 02:20:34 +00:00
Alexander Whitestone
f4dd5a0d17
feat: add Google AI Ultra integration plan
...
CI / validate (pull_request) Failing after 6s
Refs #739
Master tracking document for integrating all Google AI Ultra products into
Project Timmy and The Nexus. Covers 10 products across 5 phases:
Phase 1: Identity & Branding (#740 , #741 , #742 , #680 )
Phase 2: Research & Planning (#743 , #744 , #745 , #746 )
Phase 3: Prototype & Build (#747 , #748 , #749 , #750 , #681 )
Phase 4: Media & Content (#682 , #751 , #752 , #753 )
Phase 5: Advanced Integration (#754-#762)
Includes API quick reference, key URLs, and hidden feature inventory.
2026-03-29 21:58:16 -04:00
4205f8b252
Merge pull request '[BRIDGE] Feed Evennia world events into the Nexus websocket bridge ( #727 )' ( #732 ) from codex/evennia-ws-feed into main
Deploy Nexus / deploy (push) Failing after 4s
2026-03-28 20:53:56 +00:00
2b81d4c91d
Merge pull request 'Nexus Portal Atlas & Quick Actions Integration' ( #733 ) from gemini/nexus-atlas-1774731055524 into main
Deploy Nexus / deploy (push) Has been cancelled
2026-03-28 20:53:54 +00:00
ad36cd151e
Nexus Atlas: Update style.css
CI / validate (pull_request) Failing after 4s
2026-03-28 20:51:00 +00:00
d87bb89e62
Nexus Atlas: Update portals.json
2026-03-28 20:50:59 +00:00
da20dd5738
Nexus Atlas: Update index.html
2026-03-28 20:50:58 +00:00
3107de9fc9
Nexus Atlas: Update app.js
2026-03-28 20:50:56 +00:00
Alexander Whitestone
1fe5176ebc
feat: feed Evennia world events into Nexus websocket bridge
CI / validate (pull_request) Failing after 4s
2026-03-28 16:25:18 -04:00
916217499b
Merge pull request '[ADAPTER] Add thin Evennia to Nexus event adapter' ( #725 ) from codex/evennia-nexus-adapter into main
Deploy Nexus / deploy (push) Failing after 3s
2026-03-28 20:03:41 +00:00
Alexander Whitestone
8ead4cd13f
feat: add thin Evennia to Nexus event adapter
CI / validate (pull_request) Failing after 4s
2026-03-28 16:02:27 -04:00
8313533304
feat: expand portal registry schema ( #718 )
Deploy Nexus / deploy (push) Failing after 3s
2026-03-28 17:01:49 +00:00
68801c4813
docs: sync nexus repo truth and audit legacy matrix ( #689 )
Deploy Nexus / deploy (push) Failing after 5s
2026-03-28 12:53:20 +00:00
b1d67639e8
delete: DELETION_AUDIT.md — audit executed, all flagged files removed
Deploy Nexus / deploy (push) Failing after 3s
2026-03-26 16:44:03 +00:00
b2c27f4e1d
rewrite: pre-commit hook for 10-line net limit — drop JS check ( #548 )
Deploy Nexus / deploy (push) Has been cancelled
2026-03-26 16:44:02 +00:00
5f9416e145
rewrite: docker-compose for WS heartbeat port only — drop 4200/3001 ( #548 )
Deploy Nexus / deploy (push) Failing after 3s
2026-03-26 16:43:49 +00:00
3d384b9511
rewrite: Dockerfile for Python heartbeat engine — drop Node/Nginx ( #548 )
Deploy Nexus / deploy (push) Failing after 3s
2026-03-26 16:43:40 +00:00
b933c3b561
rewrite: CI for Python-only repo — drop HTML/JS validation, add 10-line rule ( #548 )
Deploy Nexus / deploy (push) Failing after 3s
2026-03-26 16:43:32 +00:00
6efe539a78
delete: MOD_RESEARCH.md — does not serve heartbeat/harness/portal ( #548 )
Deploy Nexus / deploy (push) Failing after 3s
2026-03-26 16:43:03 +00:00