RestartToolset finds the named toolset on the active agent and asks its supervisor to drop the current session and reconnect. Returns an error if no toolset matches name or the toolset does not implement tools.Restartable.
(ctx context.Context, name string)
| 62 | // an error if no toolset matches name or the toolset does not |
| 63 | // implement tools.Restartable. |
| 64 | RestartToolset(ctx context.Context, name string) error |
| 65 | // EmitStartupInfo emits initial agent, team, and toolset information for immediate display. |
| 66 | // When sess is non-nil and contains token data, a TokenUsageEvent is also emitted |
| 67 | // so the UI can display context usage percentage on session restore. |
no outgoing calls