aigentic
0.0.4-SNAPSHOT
common
core
/
community.flock.aigentic.core.agent.state
/
State
/
State
State
constructor
(
startedAt
:
Instant
=
Clock.System.now()
,
finishedAt
:
Instant
?
=
null
,
messages
:
MutableSharedFlow
<
Message
>
=
MutableSharedFlow(replay = 100)
)