aigentic
0.4.0-SNAPSHOT
common
core
/
community.flock.aigentic.core.agent
/
Action
/
Initialize
Initialize
data
class
Initialize
<
I
:
Any
,
O
:
Any
>
(
val
state
:
State
,
val
agent
:
Agent
<
I
,
O
>
,
val
taskInput
:
I
?
,
val
attachments
:
List
<
Attachment
>
)
:
Action
<
I
,
O
>
Members
Constructors
Initialize
Link copied to clipboard
constructor
(
state
:
State
,
agent
:
Agent
<
I
,
O
>
,
taskInput
:
I
?
,
attachments
:
List
<
Attachment
>
)
Properties
agent
Link copied to clipboard
val
agent
:
Agent
<
I
,
O
>
attachments
Link copied to clipboard
val
attachments
:
List
<
Attachment
>
state
Link copied to clipboard
val
state
:
State
task
Input
Link copied to clipboard
val
taskInput
:
I
?