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
Node
Reference
@
TestOnly
sealed
class
NodeReference
<
Input
,
Output
>
(
source
)
Inheritors
Start
Finish
NamedNode
Members
Types
Finish
Link copied to clipboard
class
Finish
<
Output
>
:
NodeReference
<
Output
,
Output
>
Named
Node
Link copied to clipboard
open
class
NamedNode
<
Input
,
Output
>
(
val
name
:
String
)
:
NodeReference
<
Input
,
Output
>
Start
Link copied to clipboard
class
Start
<
Input
>
:
NodeReference
<
Input
,
Input
>
Strategy
Link copied to clipboard
class
Strategy
(
name
:
String
)
:
NodeReference.SubgraphNode
<
String
,
String
>
Subgraph
Node
Link copied to clipboard
open
class
SubgraphNode
<
Input
,
Output
>
(
name
:
String
)
:
NodeReference.NamedNode
<
Input
,
Output
>
Functions
resolve
Link copied to clipboard
abstract
fun
resolve
(
subgraph
:
AIAgentSubgraph
<
*
,
*
>
)
:
AIAgentNodeBase
<
Input
,
Output
>