AgentNode

@Serializable
data class AgentNode(val id: UUID, val children: List<AgentIndex.AgentNode>)(source)

Constructors

Link copied to clipboard
constructor(id: UUID, children: List<AgentIndex.AgentNode>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
@Serializable(with = UuidSerializer::class)
val id: UUID

Functions

Link copied to clipboard