Config
!!! note "Global Config Manager"
- [Read on GitHub](https://github.com/swe-agent/mini-swe-agent/blob/main/src/minisweagent/run/extra/config.py)
??? note "Full source code"
```python
--8<-- "src/minisweagent/run/extra/config.py"
```
Utility to manage the global config file via mini-extra config.
::: minisweagent.run.extra.config
{% include-markdown "../../_footer.md" %}