# clear_caches

> **Function** in `deepagents_cli`

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

Reset module-level caches so the next call recomputes from scratch.

Intended for tests and for the `/reload` command.

## Signature

```python
clear_caches() -> None
```

---

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