Remplace send_message(sender) par _xmpp_reply(sender, body, is_muc)
pour que les réponses aux commandes MUC arrivent dans la room
et pas en chat privé vers un JID de participant.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- /llm : statut actuel + profils configurés
- /llm local|cloud : switch tous les agents
- /llm list : liste les modèles Ollama (local vs cloud)
- /llm set local|cloud <model> : définit un profil et l'active
- Broadcast via MQTT retained agents/llm/switch
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
The editable install path finder was being shadowed by the /opt
namespace package lookup. Removing the manual path insert fixes the
ImportError: cannot import name 'BaseAgent' from 'agents_core'.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>