# ThreadConfig

> **Class** in `deepagents_cli`

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

Coalesced thread-selector configuration read from a single TOML parse.

## Signature

```python
ThreadConfig()
```

## Extends

- `NamedTuple`

## Properties

- `columns`
- `relative_time`
- `sort_order`

---

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