CurrentAgentName returns the name of the currently active agent
(ctx context.Context)
| 47 | CurrentAgentInfo(ctx context.Context) CurrentAgentInfo |
| 48 | // CurrentAgentName returns the name of the currently active agent |
| 49 | CurrentAgentName(ctx context.Context) string |
| 50 | // SetCurrentAgent sets the currently active agent for subsequent user messages |
| 51 | SetCurrentAgent(ctx context.Context, agentName string) error |
| 52 | // CurrentAgentTools returns the tools for the active agent |
no outgoing calls