feat(config): wire serial tool into runtime and dashboard

This commit is contained in:
SiYue-ZO
2026-04-26 12:44:05 +08:00
parent 0f52076762
commit 2114e1a53f
8 changed files with 93 additions and 0 deletions
+3
View File
@@ -128,6 +128,9 @@ func registerSharedTools(
if cfg.Tools.IsToolEnabled("spi") {
agent.Tools.Register(tools.NewSPITool())
}
if cfg.Tools.IsToolEnabled("serial") {
agent.Tools.Register(tools.NewSerialTool())
}
// Message tool
if cfg.Tools.IsToolEnabled("message") {