# BypassTier

> **Class** in `deepagents_code`

📖 [View in docs](https://reference.langchain.com/python/deepagents-code/command_registry/BypassTier)

Classification that controls whether a command can skip the message queue.

## Signature

```python
BypassTier()
```

## Extends

- `StrEnum`

## Properties

- `ALWAYS`
- `CONNECTING`
- `IMMEDIATE_UI`
- `SIDE_EFFECT_FREE`
- `QUEUED`

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/3812967c84d90619848f3185f22470204fc88bd8/libs/code/deepagents_code/command_registry.py#L18)