Agent2_Ansible : spécialiste Ansible pour l'automatisation du réseau local
- agent2_ansible.py : script principal (XMPP + MQTT) - config/system_prompt.txt : prompt spécialisé Ansible - skills/ansible_exec.py : ANSIBLE: (ad-hoc) + PLAYBOOK: (playbooks) - skills/memory.py, prompt_memory.py : chemins corrigés pour agent2_ansible - ansible/ansible.cfg + inventory/hosts : configuration de base 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_debian13/chroma_db")
|
||||
DB_PATH = Path("/opt/agent2_ansible/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