get_client

get_client(
    llm_config: LLMConfig | dict[str, Any],
    logger: Logger,
    **kwargs: Any
) -> RealtimeClientProtocol
Get a registered Realtime API client.
Parameters:
NameDescription
llm_configThe config for the client.

Type: LLMConfig | dict[str, typing.Any]
loggerThe logger to use for logging events.

Type: logging.Logger
**kwargsAdditional arguments.

Type: Any
Returns:
TypeDescription
RealtimeClientProtocolRealtimeClientProtocol: The Realtime API client.