Typed reference to a collaboration agent thread.
@type t() :: %Codex.Protocol.CollabAgentRef{ agent_nickname: (String.t() | nil) | nil, agent_role: (String.t() | nil) | nil, thread_id: String.t() }
@spec from_map(map() | t()) :: t()
@spec to_map(t()) :: map()