fc5b3f3bdc
- system_prompt: section scripts bash (commandes interdites, mosquitto_pub, bonnes pratiques) - script.py: nettoyage guillemets échappés à la sauvegarde - network.py: nouvelle action scan (nmap/arp-scan/arp fallback), auto-détection subnet - cron.py: _get_current_crontab() évite d'écrire "(aucune sortie)" dans le crontab - README créé Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
31 lines
730 B
JSON
31 lines
730 B
JSON
{
|
|
"agent_id": "hal",
|
|
"xmpp": {
|
|
"jid": "hal@xmpp.ovh",
|
|
"password": "Matador3721",
|
|
"admin_jid": "sylvain@xmpp.ovh",
|
|
"muc_room": "agents@muc.xmpp.ovh",
|
|
"use_omemo": true
|
|
},
|
|
"mqtt": {
|
|
"host": "localhost",
|
|
"port": 1883,
|
|
"username": null,
|
|
"password": null,
|
|
"tls": false
|
|
},
|
|
"llm": {
|
|
"base_url": "http://192.168.7.119:11434",
|
|
"model": "gpt-oss:120b-cloud",
|
|
"temperature": 0.3
|
|
},
|
|
"work_hours": "00:00-23:59",
|
|
"queue_db": "/opt/agent_hal/data/queue.db",
|
|
"system_prompt": "/opt/agent_hal/config/system_prompt.txt",
|
|
"llm_profiles": {
|
|
"local": "ministral-3:14b",
|
|
"code": "qwen2.5-coder:7b",
|
|
"cloud": "gpt-oss:120b-cloud"
|
|
},
|
|
"use_llm_coordinator": true
|
|
} |