# `Codex.Protocol.CollabAgentStatusEntry`
[🔗](https://github.com/nshkrdotcom/codex_sdk/blob/v0.18.1/lib/codex/protocol/collab_agent_status_entry.ex#L1)

Typed association between an agent reference and its lifecycle state.

# `t`

```elixir
@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()
}
```

# `from_map`

```elixir
@spec from_map(map() | t()) :: t()
```

# `to_map`

```elixir
@spec to_map(t()) :: map()
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
