| 1 | # API Reference
|
| 2 |
|
| 3 | This section provides detailed documentation for all classes and modules in mini-SWE-agent.
|
| 4 |
|
| 5 | !!! tip "Understanding the agent"
|
| 6 | Before diving into the API reference, we recommend reading the [control flow documentation](../advanced/control_flow.md) to understand how the agent works.
|
| 7 |
|
| 8 | ## Sections
|
| 9 |
|
| 10 | - **[Agents](agents/default.md)** - Agent implementations and control flow
|
| 11 | - **[Models](models/overview.md)** - Language model interfaces
|
| 12 | - **[Environments](environments/local.md)** - Command execution environments
|
| 13 | - **[Run Scripts](run/mini.md)** - Entry points and CLI interfaces
|
| 14 |
|
| 15 | {% include-markdown "../_footer.md" %}
|