koog
Toggle table of contents
0.6.3-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
koog
agents-core
/
ai.koog.agents.core.feature.handler
/
AgentLifecycleTransformEventHandler
Agent
Lifecycle
Transform
Event
Handler
fun
interface
AgentLifecycleTransformEventHandler
<
TContext
:
AgentLifecycleEventContext
,
TResult
:
Any
>
:
AgentLifecycleEventHandler
<
TContext
,
TResult
>
(
source
)
Members
Functions
handle
Link copied to clipboard
abstract
suspend
fun
handle
(
eventContext
:
TContext
,
entity
:
TResult
)
:
TResult