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.handler
/
BeforeNodeHandler
Before
Node
Handler
fun
interface
BeforeNodeHandler
(
source
)
Handler for intercepting node execution before it starts.
Members
Functions
handle
Link copied to clipboard
abstract
suspend
fun
handle
(
node
:
AIAgentNodeBase
<
*
,
*
>
,
context
:
AIAgentContextBase
,
input
:
Any
?
)
Called before a node is executed.