-------------------- * Fixed bug sending messages to external agents.
4.0.1
--------------------
* Fixed minor bugs. * Agents are now stopped when Ctrl+C is pressed. * Added --debug flag to the CLI. * Updated documentation config file. * Lint examples.
4.0.0
--------------------
* Added custom XMPP server as cli. * Migrated to pyproject. * Migrated linter to ruff. * Improved presence management API. * Agents can now select the XMPP port. * Use uvloop or winloop if available.
3.3.3
------------------
* Added support to Python 3.11 and 3.12 * Upgraded aiohttp to 3.10.5. * Fixed viz.js CDN
3.3.2
------------------
* Added add_template_path function to the web component.
3.3.1
------------------
* Added menu entries support for the web interface. * Minor typos in documentation.