| 1 | # Interactive
|
| 2 |
|
| 3 | !!! note "InteractiveAgent class"
|
| 4 |
|
| 5 | - [Read on GitHub](https://github.com/swe-agent/mini-swe-agent/blob/main/src/minisweagent/agents/interactive.py)
|
| 6 |
|
| 7 | ??? note "Full source code"
|
| 8 |
|
| 9 | ```python
|
| 10 | --8<-- "src/minisweagent/agents/interactive.py"
|
| 11 | ```
|
| 12 |
|
| 13 | !!! tip "See also"
|
| 14 |
|
| 15 | * This agent subclass builds on top of the [default agent](default.md), make sure to read that first.
|
| 16 | * This class powers the `mini` command line tool, see [usage](../../usage/mini.md) for more details.
|
| 17 |
|
| 18 | ::: minisweagent.agents.interactive
|
| 19 |
|
| 20 | {% include-markdown "../../_footer.md" %}
|