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:
2026-03-07 12:33:51 +00:00
parent 47f88f7cde
commit fb104b352a
4 changed files with 91 additions and 51 deletions
+1 -1
View File
@@ -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)