mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-04-10 13:13:39 +00:00
The /status command tried to access web search config via `loop.config.tools.web.search`, but AgentLoop has no `config` attribute. This caused the search usage lookup to silently return None, so web search provider usage was never displayed. Fix: use `loop.web_config.search` which is the actual attribute set during AgentLoop.__init__.