qol: add version id to logging
This commit is contained in:
committed by
Xubin Ren
parent
ad1e9b2093
commit
93f363d4d3
@@ -461,7 +461,7 @@ def gateway(
|
||||
_print_deprecated_memory_window_notice(config)
|
||||
port = port if port is not None else config.gateway.port
|
||||
|
||||
console.print(f"{__logo__} Starting nanobot gateway on port {port}...")
|
||||
console.print(f"{__logo__} Starting nanobot gateway version {__version__} on port {port}...")
|
||||
sync_workspace_templates(config.workspace_path)
|
||||
bus = MessageBus()
|
||||
provider = _make_provider(config)
|
||||
|
||||
Reference in New Issue
Block a user