# load_thread_columns

> **Function** in `deepagents_cli`

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

Load thread column visibility from config file.

## Signature

```python
load_thread_columns(
    config_path: Path | None = None,
) -> dict[str, bool]
```

## Parameters

| Name | Type | Required | Description |
|------|------|----------|-------------|
| `config_path` | `Path \| None` | No | Path to config file. (default: `None`) |

## Returns

`dict[str, bool]`

Dict mapping column names to visibility booleans.

---

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