{ "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": "qwen3:8b", "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": "qwen3:8b", "code": "qwen2.5-coder:7b" }, "use_llm_coordinator": true }