# load_config_toml

> **Function** in `deepagents_code`

📖 [View in docs](https://reference.langchain.com/python/deepagents-code/config_manifest/load_config_toml)

Load `~/.deepagents/config.toml`.

## Signature

```python
load_config_toml() -> dict[str, Any]
```

## Returns

`dict[str, Any]`

The parsed config mapping, or `{}` when the file is absent or invalid.

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/e14e0adcbe78565ed3650e7f24b2a775d5437d25/libs/code/deepagents_code/config_manifest.py#L347)