V2.0.0
The second official release of MATRX. The major feature for this release is a robust chat!
Unfortunatly the robust chat required some structural changes which means V2.0.0 is not fully backwards-compatible, thus needing extra caution when upgrading from MATRX v1.1.x to MATRX v.2.0.0. Especially if you use a custom or customized frontend. To make this as smooth as possible, a tutorial has been added to the MATRX website which can be found here.
Features
- Chats that work robustly! Overhaul of the MATRX API calls that fetch messages (
/get_latest_state_and_messages
and/get_messages
) to facilitate more robust chat functionality in frontends. - Updated the MATRX visualizer to work with the new API usage for a robust chat.
- God agents can now see all other chats (but not respond)
- Fixed bug where API tries to fetch states from non-existing agents
- Human agents can now open a private chatroom with any other agent, or teams of which they are part.
Dissemination
- Wrote an upgrade tutorial for upgrading from MATRX v1.1.x to V2.0.0: https://matrx-software.com/docs/upgrading-matrx/upgrading-matrx-v1-x-x-to-v-2-0-0/