CurrentAgentInfo returns information about the currently active agent
(ctx context.Context)
| 45 | type Runtime interface { |
| 46 | // CurrentAgentInfo returns information about the currently active agent |
| 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 |
no outgoing calls