mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-04-19 17:39:55 +00:00
qol: add version id to logging
This commit is contained in:
parent
ad1e9b2093
commit
93f363d4d3
@ -461,7 +461,7 @@ def gateway(
|
|||||||
_print_deprecated_memory_window_notice(config)
|
_print_deprecated_memory_window_notice(config)
|
||||||
port = port if port is not None else config.gateway.port
|
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)
|
sync_workspace_templates(config.workspace_path)
|
||||||
bus = MessageBus()
|
bus = MessageBus()
|
||||||
provider = _make_provider(config)
|
provider = _make_provider(config)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user