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
/
SubgraphNode
Subgraph
Node
open
class
SubgraphNode
<
Input
,
Output
>
(
name
:
String
)
:
NodeReference.NamedNode
<
Input
,
Output
>
(
source
)
Inheritors
Strategy
Members
Constructors
Subgraph
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
<
*
,
*
>
)
:
AIAgentSubgraph
<
Input
,
Output
>