- mqtt_subscribe: dynamically subscribe/unsubscribe to any MQTT topic,
received messages are forwarded to XMPP admins
- muc_send: post a message to the XMPP MUC group (agents@muc.xmpp.ovh)
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>