docs: README + issue.md auf die neue Brain-Architektur
README.md
- Architektur-Diagramm: aria-core (OpenClaw) raus, qdrant + brain rein
- Tabelle der Deployments aktualisiert
- .env-Beschreibung: minimal, nur Tokens + RVS, Rest lebt in
runtime.json (gepflegt ueber Diagnostic)
- aria-setup.sh-Beschreibung: nur noch SSH-Key-Setup
- Datenverzeichnis-Baum: brain/qdrant + brain/data + brain-import
- Docker-Volumes-Tabelle neu (Bind-Mounts statt named Volumes)
- Diagnostic-Tabs (Main, Gehirn, Dateien, Einstellungen) ersetzen
die alte Feature-Liste
- Backup/Reset-Sektion: drei Wiederherstellungswege (brain-import
Migration, Bootstrap-Snapshot, komplettes Gehirn)
- Container-Restart statt doctor/aria-restart
- docker-Befehle: brain/qdrant statt aria-core
- Phase A erledigt-Liste + Phase B Status (Punkte 1-4 erledigt:
Brain-Skeleton, Migration, Conversation-Loop, Skills-System)
issue.md
- "Brain (Phase B)"-Sektion ganz oben unter Offen
- 9 erledigte Refactor-Punkte abgehakt
- Aria-core-spezifische TODOs entfernt (Compact-Auto, Session-Reset,
alle-.env-via-Diagnostic war eh schon erledigt)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -214,7 +214,20 @@ Wichtige Mechanismen:
|
||||
|
||||
## Offen
|
||||
|
||||
### Bugs
|
||||
### Brain (Phase B — der grosse Refactor laeuft)
|
||||
|
||||
- [x] aria-brain Container-Skeleton (FastAPI + Qdrant + sentence-transformers)
|
||||
- [x] Memory CRUD via Diagnostic-Gehirn-Tab (Add/Edit/Delete + Search + Filter)
|
||||
- [x] Gehirn-Export/Import als tar.gz (komplett: Memories + Skills + Qdrant)
|
||||
- [x] Voice-Bridge: aria-core-spezifische Logik raus (doctor_fix, aria_restart, aria_session_reset, compact_after)
|
||||
- [x] aria-core komplett aus docker-compose.yml raus, Watchdog raus
|
||||
- [x] Diagnostic: Wipe-All-Button (Memory + Stimmen + Settings)
|
||||
- [x] Voice Export/Import (Diagnostic + XTTS-Bridge auf Gaming-PC)
|
||||
- [x] F5/Whisper-Settings als JSON-Bundle Export/Import
|
||||
- [x] Datei-Manager (Diagnostic + App-Modal): /shared/uploads/ verwalten, Delete spiegelt sich live in den Chat-Bubbles
|
||||
- [ ] **Phase B Punkt 2:** Migration `aria-data/brain-import/` → atomare Memory-Punkte (Identity / Rules / Preferences / Tools)
|
||||
- [ ] **Phase B Punkt 3:** Brain Conversation-Loop (Single-Chat UI + Rolling Window + Memory-Destillat)
|
||||
- [ ] **Phase B Punkt 4:** Skills-System (Manifest, venv/local-bin, README pro Skill, Diagnostic-Skills-Tab, Export/Import)
|
||||
|
||||
### App Features
|
||||
- [ ] Chat-History zuverlaessiger laden (AsyncStorage Race Condition)
|
||||
@@ -222,9 +235,6 @@ Wichtige Mechanismen:
|
||||
|
||||
### Architektur
|
||||
- [ ] Bilder: Claude Vision direkt nutzen (aktuell nur Dateipfad an ARIA)
|
||||
- [ ] Auto-Compacting und Memory/Brain Verwaltung (SQLite?)
|
||||
- [ ] Diagnostic: System-Info Tab (Container-Status, Disk, RAM, CPU)
|
||||
- [ ] RVS Zombie-Connections endgueltig loesen
|
||||
- [ ] Alle .env-Variablen ueber Diagnostic konfigurierbar machen (Fallback .env bleibt fuer initialen Bootstrap)
|
||||
- [ ] Gamebox: kleine Web-Oberflaeche fuer Credentials/Server-Config oder zentral aus Diagnostic per RVS push
|
||||
- [ ] Root-Cause OpenClaw Session-Reset: Herausfinden warum Sessions beim ersten chat.send nach Container-Restart verworfen werden
|
||||
|
||||
Reference in New Issue
Block a user