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.model
/
AIAgentStartedEvent
AIAgent
Started
Event
@
Serializable
data
class
AIAgentStartedEvent
(
val
strategyName
:
String
,
val
eventId
:
String
=
AIAgentStartedEvent::class.simpleName!!
)
:
DefinedFeatureEvent
(
source
)
Members
Constructors
AIAgent
Started
Event
Link copied to clipboard
constructor
(
strategyName
:
String
,
eventId
:
String
=
AIAgentStartedEvent::class.simpleName!!
)
Properties
event
Id
Link copied to clipboard
open
override
val
eventId
:
String
message
Type
Link copied to clipboard
open
override
val
messageType
:
FeatureMessage.Type
strategy
Name
Link copied to clipboard
val
strategyName
:
String
timestamp
Link copied to clipboard
open
override
val
timestamp
:
Long