AutoTweaker API
Toggle table of contents
0.1.0-alpha.35+c07218c5
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
AutoTweaker API
AutoTweaker API
/
io.github.autotweaker.api.types.agent
/
AgentData
Agent
Data
jvm
@
Serializable
data
class
AgentData
(
val
id
:
UUID
,
val
name
:
KebabCase
,
val
model
:
ModelConfig
,
val
context
:
AgentContext
,
val
activeTools
:
List
<
String
>
)
(
source
)
Members
Constructors
Agent
Data
Link copied to clipboard
jvm
constructor
(
id
:
UUID
,
name
:
KebabCase
,
model
:
ModelConfig
,
context
:
AgentContext
,
activeTools
:
List
<
String
>
)
Properties
active
Tools
Link copied to clipboard
jvm
val
activeTools
:
List
<
String
>
context
Link copied to clipboard
jvm
val
context
:
AgentContext
id
Link copied to clipboard
jvm
@
Serializable
(
with
=
UuidSerializer::class
)
val
id
:
UUID
model
Link copied to clipboard
jvm
val
model
:
ModelConfig
name
Link copied to clipboard
jvm
val
name
:
KebabCase