feat: amélioration scripts bash, scan réseau, fix cron, README
- 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>
This commit is contained in:
+5
-4
@@ -16,15 +16,16 @@
|
||||
},
|
||||
"llm": {
|
||||
"base_url": "http://192.168.7.119:11434",
|
||||
"model": "qwen3:8b",
|
||||
"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": "qwen3:8b",
|
||||
"code": "qwen2.5-coder:7b"
|
||||
"local": "ministral-3:14b",
|
||||
"code": "qwen2.5-coder:7b",
|
||||
"cloud": "gpt-oss:120b-cloud"
|
||||
},
|
||||
"use_llm_coordinator": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user