Initial commit : agent2_debian13 spécialisé Debian
- agent2_debian13.py : bot XMPP + listener MQTT continu - System prompt spécialisé administration Debian - Skills : web_search, web_read, memory, prompt_memory, mqtt - Reçoit les tâches d'agent1 via MQTT (agents/agent2_debian13/inbox) - Répond via MQTT (agents/agent1/inbox) - Communication directe avec sylvain via XMPP Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -23,7 +23,7 @@ TRIGGERS = {
|
||||
"PROMPT_DEL:": "prompt_del",
|
||||
}
|
||||
|
||||
DB_PATH = Path("/opt/agent2/chroma_db")
|
||||
DB_PATH = Path("/opt/agent2_debian13/chroma_db")
|
||||
|
||||
# Phase 1 : embedding factice (hash MD5 → vecteur 16 dims)
|
||||
# Phase 2 : remplacer par un vrai modèle (ex: sentence-transformers)
|
||||
|
||||
Reference in New Issue
Block a user