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.dsl.builder
/
AIAgentNodeBuilder
AIAgent
Node
Builder
open
class
AIAgentNodeBuilder
<
Input
,
Output
>
:
BaseBuilder
<
AIAgentNodeBase
<
Input
,
Output
>
>
(
source
)
Members
Properties
name
Link copied to clipboard
lateinit
var
name
:
String
Functions
build
Link copied to clipboard
open
override
fun
build
(
)
:
AIAgentNodeBase
<
Input
,
Output
>