# HITLIterationLimitError

> **Class** in `deepagents_cli`

📖 [View in docs](https://reference.langchain.com/python/deepagents-cli/non_interactive/HITLIterationLimitError)

Raised when the HITL interrupt loop exceeds `_MAX_HITL_ITERATIONS` rounds.

## Signature

```python
HITLIterationLimitError()
```

## Extends

- `RuntimeError`

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/829909166606f8a9d9571b00da725845bad08da7/libs/cli/deepagents_cli/non_interactive.py#L70)