Use the mini-SWE-agent Adapter
Use the mini-SWE-agent Adapter
Use the NVIDIA NeMo Fabric nvidia.fabric.mini-swe-agent adapter to run tasks
with mini-SWE-agent.
Install the Adapter
To install the NVIDIA NeMo Fabric runtime, adapter, and supported mini-SWE-agent package in one environment, run:
To install the adapter and supported mini-SWE-agent package without the NVIDIA
NeMo Fabric runtime, use the harness extra:
The harness and full extras install the latest compatible mini-SWE-agent
2.x release. To use an environment-managed compatible package, install the
bare adapter:
For separate runtime and adapter environments, set ADAPTER_PYTHON in the
runtime environment to the adapter environment’s Python interpreter. Use
matching NVIDIA NeMo Fabric release versions for the runtime and adapter unless
you have validated a different pairing.
Configure the Adapter
Select the mini-SWE-agent harness by adapter ID:
The adapter supports models, models.base_url, models.temperature,
instructions.system, runtime.max_turns, and environment.workspace. Set
models.<role>.api_key_env to the environment variable containing the
model-provider credential.
runtime.timeout_seconds sets the NVIDIA NeMo Fabric invocation deadline. Use
harness.settings.timeout to set the maximum duration of one command; the
default is 30 seconds.
This adapter does not support MCP, skills, tool policy, streaming, or telemetry output.
Run a Task
The result includes the submitted final output and API-call usage.