muesli / beehive

A flexible event/agent & automation system with lots of bees 🐝
GNU Affero General Public License v3.0
6.28k stars 319 forks source link

Add support for KnowGo Adaptation Layer events #279

Open pmundt opened 4 years ago

pmundt commented 4 years ago

This is an initial attempt at getting notifications from our backend into the system, which we plan to expand with additional events and actions over time.

muesli commented 4 years ago

Looks good to me, too, apart from @rubiojr's comment. Let's try not to spam the console too much. In the meantime I'm working on a logger module that lets you browse/filter by each bee's individual output. That should improve the situation quite a bit.

pmundt commented 4 years ago

I've now switched it over to the debug logger, as requested.

muesli commented 4 years ago

One issue we got here is depending on http.NewRequestWithContext which is Go 1.13+.