koog-agents
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
koog-agents
agents-test
/
ai.koog.agents.testing.feature
/
NodeReference
/
NamedNode
Named
Node
open
class
NamedNode
<
Input
,
Output
>
(
val
name
:
String
)
:
NodeReference
<
Input
,
Output
>
(
source
)
Inheritors
SubgraphNode
Members
Constructors
Named
Node
Link copied to clipboard
constructor
(
name
:
String
)
Properties
name
Link copied to clipboard
val
name
:
String
Functions
resolve
Link copied to clipboard
open
override
fun
resolve
(
subgraph
:
AIAgentSubgraph
<
*
,
*
>
)
:
AIAgentNodeBase
<
Input
,
Output
>