koog-agents
Toggle table of contents
0.3.0
common
Platform filter
common
Switch theme
Search in API
koog-agents
agents-core
/
ai.koog.agents.core.feature.handler
/
AfterNodeHandler
After
Node
Handler
fun
interface
AfterNodeHandler
(
source
)
Handler for intercepting node execution after it completes.
Members
Functions
handle
Link copied to clipboard
abstract
suspend
fun
handle
(
eventContext
:
NodeAfterExecuteContext
)
Called after a node has been executed.