perf(tui): reduce cold-start latency

This commit is contained in:
chengyongru
2026-08-18 16:28:46 +08:00
committed by chengyongru
parent 369a3443eb
commit df14259717
19 changed files with 669 additions and 160 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ dev = [
]
[project.scripts]
nanobot = "nanobot.cli.commands:app"
nanobot = "nanobot.cli.entry:main"
# Third-party tool plugins register here. Built-in tools are discovered
# automatically via pkgutil scanning in ToolLoader.discover().