SupportsHotReload
Defined in the config module.AI Agent Protocol a gateway implements to apply hot-reloadable config in place. The gateway calls :meth:
apply_hot_reload with the subset of changed paths
classified as hot-appliable (see :data:HOT_APPLIABLE_KEYS) and the newly
loaded config, mutating the relevant live subsystems without a restart.
Methods
apply_hot_reload()
Instance method.
Source
View on GitHub
praisonaiagents/gateway/config.py at line 282
