Skip to main content

Module identity

Module identity 

Source
Expand description

Stable identity types for agents and execution sessions.

AgentId identifies a long-lived agent across sessions. SessionId identifies a single execution run within that agent. Both are 16-byte opaque wrappers over UUID v4 raw bytes.

Structsยง

AgentId
Stable identifier for an agent โ€” UUID v4 encoded as raw bytes.
SessionId
Per-execution session identifier โ€” UUID v4 encoded as raw bytes.