fix(restart): send completion notice after channel is ready and unify runtime keys

This commit is contained in:
imfondof
2026-04-04 02:21:42 +08:00
committed by Xubin Ren
parent a05f83da89
commit ba7c07ccf2
4 changed files with 156 additions and 6 deletions
+4
View File
@@ -0,0 +1,4 @@
"""Runtime environment variable keys shared across components."""
RESTART_NOTIFY_CHANNEL_ENV = "NANOBOT_RESTART_NOTIFY_CHANNEL"
RESTART_NOTIFY_CHAT_ID_ENV = "NANOBOT_RESTART_NOTIFY_CHAT_ID"