|
|
7814fa4a65
|
feat: free-first reaktivierung Teil 2 — torch-freier embedder, Live-Aktivitäten im Graph, systemd-Pfadkorrektur
- src/embedder.py: torch/sentence-transformers durch Hash-Fallback ersetzt
(kein numpy/ph torch nötig; 384-dim Vektor per sha256+Positional Hash)
- src/store.py: _touch_access() tracked reads für Live-Graph-Aktivität
- fastapi_app.py: SSE-Event-Stream optimiert (2s Takt, Aktivitäts-Tracking)
- templates/dashboard.html: Graph 2.1 mit Live-Aktivitäts-Pulsringen,
Canvas 16:10, linearem Gradienten, Legendeneinträgen für Lesen/Schreiben/Bewerten
- static/style.css: Grafik-Radius 6px, Activity-Legendenfarben
- openclaw_cron_wrapper.py: CRON_TASKS_DIR ins second-brain-Verzeichnis
- systemd/*.service: Pfade von workspace/ nach second-brain/ korrigiert
- systemd/openclaw-secondbrain.target: neuer Multi-User-Target für Second Brain
- .gitignore: backups/ hinzugefügt
Embedder-Smoke-Test bestanden: encode/encode_batch/similar funktionieren
ohne externe ML-Abhängigkeit.
Refs: #36
|
2026-06-25 03:03:21 +02:00 |
|
|
|
89dd603629
|
Build second brain graph 2.0 view
|
2026-06-05 09:43:24 +02:00 |
|
|
|
5ebb87db41
|
Make second brain graph viewport circular
|
2026-06-05 09:25:13 +02:00 |
|
|
|
51762611c5
|
Style second brain graph like live cluster map
|
2026-06-05 09:02:39 +02:00 |
|
|
|
2f61e900b8
|
Improve second brain live graph
|
2026-06-05 08:57:17 +02:00 |
|
|
|
680b3869bb
|
fix(dashboard): explizite zwei-zeilen-layout für suchbox
|
2026-05-31 17:09:24 +02:00 |
|
|
|
dab1b84a68
|
fix(dashboard): site-only layout — suchfeld oben, filter/export unten auf mobil
|
2026-05-31 17:00:42 +02:00 |
|
|
|
c22c7be444
|
fix(dashboard): mobile viewport and search bar overflow
|
2026-05-31 16:45:18 +02:00 |
|
|
|
9ec1e0d28f
|
style(dashboard): improve small-screen layout
|
2026-05-31 16:29:46 +02:00 |
|
|
|
f8de7e626b
|
feat(dashboard): keyboard navigation
|
2026-05-31 16:29:15 +02:00 |
|
|
|
432d758b90
|
feat(dashboard): export current view
|
2026-05-31 16:27:52 +02:00 |
|
|
|
fa2ba11b66
|
fix: improve graph touch controls and legend
|
2026-05-29 11:54:00 +02:00 |
|
|
|
6d99c520e6
|
feat: add verdict/evidence verification model
|
2026-05-29 11:30:24 +02:00 |
|
|
|
095e6a33f8
|
feat(dashboard): realtime status + graph render
|
2026-05-27 00:22:14 +02:00 |
|
|
|
e5061b317f
|
feat(dashboard): add status+graph views
|
2026-05-27 00:11:44 +02:00 |
|
|
|
83b85cb760
|
Add FastAPI dashboard MVP
|
2026-05-26 21:02:39 +02:00 |
|