CurrentAgentToolsetStatuses returns lifecycle status for each toolset of the active agent (name, kind, state, last error, restart count). Used by the /tools dialog. Best-effort: toolsets that don't expose state appear with State == StateStopped/Ready as appropriate.
()
| 56 | // Used by the /tools dialog. Best-effort: toolsets that don't expose |
| 57 | // state appear with State == StateStopped/Ready as appropriate. |
| 58 | CurrentAgentToolsetStatuses() []tools.ToolsetStatus |
| 59 | |
| 60 | // RestartToolset finds the named toolset on the active agent and asks |
| 61 | // its supervisor to drop the current session and reconnect. Returns |
no outgoing calls