Want to build a linux client that integrates with the system tray

I’m planning to make a gtk system tray interface that shows mycroft history and provides a clean ui for the assistant. I’m wondering if there’s some way to interface with mycroft, in order to get the history and activate it.

It looks like the Message Bus is what I’m looking for. Can someone verify this?
https://mycroft.ai/documentation/message-bus/

1 Like

I’d love to have a gnome tray integration for mycroft!

Yes it’s the messagebus you’re looking for. It’s at it’s core a websocket so you can use any websocket library and connect to localhost:8181/core

1 Like