CurrentAgentTools returns the tools for the active agent
(ctx context.Context)
| 51 | SetCurrentAgent(ctx context.Context, agentName string) error |
| 52 | // CurrentAgentTools returns the tools for the active agent |
| 53 | CurrentAgentTools(ctx context.Context) ([]tools.Tool, error) |
| 54 | // CurrentAgentToolsetStatuses returns lifecycle status for each toolset of |
| 55 | // the active agent (name, kind, state, last error, restart count). |
| 56 | // Used by the /tools dialog. Best-effort: toolsets that don't expose |
no outgoing calls