AbdulElahGwaith's picture
Upload folder using huggingface_hub
f201cf6 verified
|
Raw
History Blame Contribute Delete
826 Bytes

TextualAgent

!!! note "TextualAgent class"

- [Read on GitHub](https://github.com/swe-agent/mini-swe-agent/blob/main/src/minisweagent/agents/interactive_textual.py)

??? note "Full source code"

    ```python
    --8<-- "src/minisweagent/agents/interactive_textual.py"
    ```

!!! tip "See also"

* This agent subclass builds on top of the [default agent](default.md), make sure to read that first.
* This class powers the `mini` command line tool, see [usage](../../usage/mini.md) for more details.

::: minisweagent.agents.interactive_textual.TextualAgent

::: minisweagent.agents.interactive_textual.TextualAgentConfig

::: minisweagent.agents.interactive_textual.SmartInputContainer

::: minisweagent.agents.interactive_textual.AddLogEmitCallback

{% include-markdown "../../_footer.md" %}