LLMNodeContext

@Serializable
data class LLMNodeContext(val id: String, val parent: String, val host: String, val type: KrillApp, val state: NodeState, val meta: NodeMetaData, val timestamp: Long)(source)

Compact agent-facing projection of a Node.

Use from to build an instance from an existing Node; otherwise the primary constructor is fine for hand-built test fixtures.

Constructors

Link copied to clipboard
constructor(id: String, parent: String, host: String, type: KrillApp, state: NodeState, meta: NodeMetaData, timestamp: Long)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard