koog-agents
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
koog-agents
agents-core
/
ai.koog.agents.core.feature.remote.client.config
/
AIAgentFeatureClientConnectionConfig
AIAgent
Feature
Client
Connection
Config
class
AIAgentFeatureClientConnectionConfig
(
host
:
String
,
port
:
Int
?
=
null
,
protocol
:
URLProtocol
=
URLProtocol.HTTPS
)
:
ClientConnectionConfig
(
source
)
Members
Constructors
AIAgent
Feature
Client
Connection
Config
Link copied to clipboard
constructor
(
host
:
String
,
port
:
Int
?
=
null
,
protocol
:
URLProtocol
=
URLProtocol.HTTPS
)
Properties
connect
Timeout
Link copied to clipboard
val
connectTimeout
:
Duration
?
headers
Link copied to clipboard
val
headers
:
Map
<
String
,
String
>
health
Check
Url
Link copied to clipboard
val
healthCheckUrl
:
String
host
Link copied to clipboard
val
host
:
String
json
Config
Link copied to clipboard
val
jsonConfig
:
Json
message
Url
Link copied to clipboard
val
messageUrl
:
String
port
Link copied to clipboard
val
port
:
Int
protocol
Link copied to clipboard
val
protocol
:
URLProtocol
reconnection
Delay
Link copied to clipboard
val
reconnectionDelay
:
Duration
?
request
Timeout
Link copied to clipboard
val
requestTimeout
:
Duration
?
sse
Url
Link copied to clipboard
val
sseUrl
:
String
url
Link copied to clipboard
val
url
:
String
Functions
append
Serializers
Module
Link copied to clipboard
fun
appendSerializersModule
(
module
:
SerializersModule
)