Typed association between an agent reference and its lifecycle state.
Summary
Types
@type t() :: %Codex.Protocol.CollabAgentStatusEntry{ agent_nickname: (String.t() | nil) | nil, agent_role: (String.t() | nil) | nil, status: Codex.Protocol.CollabAgentState.t(), thread_id: String.t() }