mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-11 04:34:41 +02:00
feat(stt): cadrage + squelette assistant vocal Jarvis
Conception validée du projet STT — assistant vocal/HUD du homelab Funk : - HUD web sur-mesure + STT/TTS local (faster-whisper + Piper) - Packaging commande pipx (stt), démarrage auto systemd --user - Cerveau 3 modes + auto-détection LAN : hermes / local-direct / claude-direct - Mémoire 3 tiers : SQLite local + Qdrant s01 + GitHub (distillée, versionnée) Réutilise tools/hermes-voice, LiteLLM, Hermes Agent. Squelette + doc admin/ia/stt.md, implémentation par phases (roadmap dans le doc). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013FmcxGsyXZXogiAHQLjnZT
This commit is contained in:
parent
22d40023e1
commit
8096ba208d
10 changed files with 395 additions and 0 deletions
5
stt/memory/.gitignore
vendored
Normal file
5
stt/memory/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# Mémoire brute — ne quitte jamais le poste
|
||||
raw/
|
||||
*.sqlite
|
||||
*.sqlite-*
|
||||
*.db
|
||||
Loading…
Add table
Add a link
Reference in a new issue