| 1 | # Config
|
| 2 |
|
| 3 | !!! note "Global Config Manager"
|
| 4 |
|
| 5 | - [Read on GitHub](https://github.com/swe-agent/mini-swe-agent/blob/main/src/minisweagent/run/utilities/config.py)
|
| 6 |
|
| 7 | ??? note "Full source code"
|
| 8 |
|
| 9 | ```python
|
| 10 | --8<-- "src/minisweagent/run/utilities/config.py"
|
| 11 | ```
|
| 12 |
|
| 13 | Utility to manage the global config file via `mini-extra config`.
|
| 14 |
|
| 15 | ::: minisweagent.run.utilities.config
|
| 16 |
|
| 17 | {% include-markdown "../../_footer.md" %}
|
| 18 |
|