platypush/platypush/message
Fabio Manganiello cfedcd701e
Performance improvements when loading the Tensorflow plugin.
The Tensorflow module may take a few seconds to load the first time and
slow down the first scan of the plugins.

All the Tensorflow imports should therefore be placed close to where
they are used instead of being defined at the top of the module.
2023-05-11 19:48:22 +02:00
..
event An `AssistantEvent` should not fail initialization if the assistant integration isn't found. 2023-05-04 00:28:50 +02:00
request Replaced `disable_logging` with a more generic `logging_level`. 2022-12-11 11:46:37 +01:00
response Performance improvements when loading the Tensorflow plugin. 2023-05-11 19:48:22 +02:00
__init__.py Fixed dataclass JSON serialization 2023-04-24 01:18:33 +02:00