# is_auto_update_enabled

> **Function** in `deepagents_cli`

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

Return whether auto-update is enabled.

Opt-in via `DEEPAGENTS_CLI_AUTO_UPDATE=1` env var or
`[update].auto_update = true` in `config.toml`.

Defaults to `False`.

Always disabled for editable installs.

## Signature

```python
is_auto_update_enabled() -> bool
```

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/3bcc51a95da80094cfc8bc4bcaf25dc1e2ad8f44/libs/cli/deepagents_cli/update_check.py#L412)