AIAgentFeatureServerConnectionConfig
class AIAgentFeatureServerConnectionConfig(host: String, port: Int) : ServerConnectionConfig(source)
Configuration class for setting up an agent feature server connection. Properties: host - The host on which the server will listen to. port - The port number on which the server will listen to.