AgentIndex

@Serializable
data class AgentIndex(val main: AgentIndex.AgentNode)(source)

Constructors

Link copied to clipboard
constructor(main: AgentIndex.AgentNode)

Types

Link copied to clipboard
@Serializable
data class AgentNode(val id: UUID, val children: List<AgentIndex.AgentNode>)
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun AgentIndex.addChild(parent: UUID, child: UUID): AgentIndex
Link copied to clipboard
Link copied to clipboard