mini-swe-agent 1.17.1__tar.gz → 1.17.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {mini_swe_agent-1.17.1/src/mini_swe_agent.egg-info → mini_swe_agent-1.17.2}/PKG-INFO +8 -8
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/README.md +7 -7
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2/src/mini_swe_agent.egg-info}/PKG-INFO +8 -8
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/__init__.py +1 -1
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/models/litellm_model.py +1 -1
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/models/openrouter_model.py +1 -1
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/models/portkey_model.py +1 -1
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/models/requesty_model.py +1 -1
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/run/extra/utils/batch_progress.py +2 -2
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/LICENSE.md +0 -0
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/pyproject.toml +0 -0
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/setup.cfg +0 -0
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/mini_swe_agent.egg-info/SOURCES.txt +0 -0
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/mini_swe_agent.egg-info/dependency_links.txt +0 -0
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/mini_swe_agent.egg-info/entry_points.txt +0 -0
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/mini_swe_agent.egg-info/requires.txt +0 -0
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/mini_swe_agent.egg-info/top_level.txt +0 -0
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/__main__.py +0 -0
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/agents/__init__.py +0 -0
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/agents/default.py +0 -0
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/agents/interactive.py +0 -0
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/agents/interactive_textual.py +0 -0
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/config/README.md +0 -0
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/config/__init__.py +0 -0
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/config/default.yaml +0 -0
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/config/extra/__init__.py +0 -0
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/config/extra/swebench.yaml +0 -0
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/config/extra/swebench_roulette.yaml +0 -0
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/config/extra/swebench_xml.yaml +0 -0
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/config/github_issue.yaml +0 -0
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/config/mini.tcss +0 -0
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/config/mini.yaml +0 -0
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/environments/__init__.py +0 -0
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/environments/docker.py +0 -0
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/environments/extra/__init__.py +0 -0
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/environments/extra/bubblewrap.py +0 -0
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/environments/extra/swerex_docker.py +0 -0
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/environments/local.py +0 -0
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/environments/singularity.py +0 -0
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/models/__init__.py +0 -0
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/models/anthropic.py +0 -0
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/models/extra/__init__.py +0 -0
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/models/extra/roulette.py +0 -0
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/models/litellm_response_api_model.py +0 -0
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/models/portkey_response_api_model.py +0 -0
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/models/test_models.py +0 -0
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/models/utils/__init__.py +0 -0
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/models/utils/cache_control.py +0 -0
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/models/utils/key_per_thread.py +0 -0
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/models/utils/openai_utils.py +0 -0
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/py.typed +0 -0
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/run/__init__.py +0 -0
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/run/extra/__init__.py +0 -0
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/run/extra/config.py +0 -0
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/run/extra/swebench.py +0 -0
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/run/extra/swebench_single.py +0 -0
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/run/extra/utils/__init__.py +0 -0
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/run/github_issue.py +0 -0
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/run/hello_world.py +0 -0
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/run/inspector.py +0 -0
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/run/mini.py +0 -0
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/run/mini_extra.py +0 -0
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/run/utils/__init__.py +0 -0
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/run/utils/save.py +0 -0
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/utils/__init__.py +0 -0
- {mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/utils/log.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mini-swe-agent
|
|
3
|
-
Version: 1.17.
|
|
3
|
+
Version: 1.17.2
|
|
4
4
|
Summary: Nano SWE Agent - A simple AI software engineering agent
|
|
5
5
|
Author-email: Kilian Lieret <kilian.lieret@posteo.de>, "Carlos E. Jimenez" <carlosej@princeton.edu>
|
|
6
6
|
License: MIT License
|
|
@@ -86,21 +86,21 @@ In 2024, [SWE-bench](https://github.com/swe-bench/SWE-bench) & [SWE-agent](https
|
|
|
86
86
|
|
|
87
87
|
We now ask: **What if SWE-agent was 100x smaller, and still worked nearly as well?**
|
|
88
88
|
|
|
89
|
-
`mini` is for
|
|
89
|
+
The `mini` agent is for
|
|
90
90
|
|
|
91
91
|
- **Researchers** who want to **[benchmark](https://swe-bench.com), [fine-tune](https://swesmith.com/) or RL** without assumptions, bloat, or surprises
|
|
92
|
-
- **Developers** who like
|
|
92
|
+
- **Developers** who like to **own, understand, and modify** their tools
|
|
93
93
|
- **Engineers** who want something **trivial to sandbox & to deploy anywhere**
|
|
94
94
|
|
|
95
95
|
Here's some details:
|
|
96
96
|
|
|
97
97
|
- **Minimal**: Just [100 lines of python](https://github.com/SWE-agent/mini-swe-agent/blob/main/src/minisweagent/agents/default.py) (+100 total for [env](https://github.com/SWE-agent/mini-swe-agent/blob/main/src/minisweagent/environments/local.py),
|
|
98
98
|
[model](https://github.com/SWE-agent/mini-swe-agent/blob/main/src/minisweagent/models/litellm_model.py), [script](https://github.com/SWE-agent/mini-swe-agent/blob/main/src/minisweagent/run/hello_world.py)) — no fancy dependencies!
|
|
99
|
-
- **
|
|
100
|
-
- **Convenient:** Comes with UIs that turn this into your daily dev swiss army knife!
|
|
99
|
+
- **Performant:** Scores >74% on the [SWE-bench verified benchmark](https://www.swebench.com/) benchmark; starts faster than Claude Code
|
|
101
100
|
- **Deployable:** In addition to local envs, you can use **docker**, **podman**, **singularity**, **apptainer**, and more
|
|
102
|
-
- **Tested:** [](https://codecov.io/gh/SWE-agent/mini-swe-agent)
|
|
103
101
|
- **Cutting edge:** Built by the Princeton & Stanford team behind [SWE-bench](https://swebench.com) and [SWE-agent](https://swe-agent.com).
|
|
102
|
+
- **Widely adopted:** In use by Meta, NVIDIA, Essential AI, Anyscale, and others
|
|
103
|
+
- **Tested:** [](https://codecov.io/gh/SWE-agent/mini-swe-agent)
|
|
104
104
|
|
|
105
105
|
<details>
|
|
106
106
|
|
|
@@ -108,7 +108,7 @@ Here's some details:
|
|
|
108
108
|
|
|
109
109
|
[SWE-agent](https://swe-agent.com/latest/) jump-started the development of AI agents in 2024. Back then, we placed a lot of emphasis on tools and special interfaces for the agent.
|
|
110
110
|
However, one year later, as LMs have become more capable, a lot of this is not needed at all to build a useful agent!
|
|
111
|
-
In fact, mini
|
|
111
|
+
In fact, the `mini` agent
|
|
112
112
|
|
|
113
113
|
- **Does not have any tools other than bash** — it doesn't even use the tool-calling interface of the LMs.
|
|
114
114
|
This means that you can run it with literally any model. When running in sandboxed environments you also don't need to take care
|
|
@@ -131,7 +131,7 @@ You can see the result on the [SWE-bench (bash only)](https://www.swebench.com/)
|
|
|
131
131
|
|
|
132
132
|
Some agents are overfitted research artifacts. Others are UI-heavy frontend monsters.
|
|
133
133
|
|
|
134
|
-
`mini` wants to be a hackable tool, not a black box.
|
|
134
|
+
The `mini` agent wants to be a hackable tool, not a black box.
|
|
135
135
|
|
|
136
136
|
- **Simple** enough to understand at a glance
|
|
137
137
|
- **Convenient** enough to use in daily workflows
|
|
@@ -15,21 +15,21 @@ In 2024, [SWE-bench](https://github.com/swe-bench/SWE-bench) & [SWE-agent](https
|
|
|
15
15
|
|
|
16
16
|
We now ask: **What if SWE-agent was 100x smaller, and still worked nearly as well?**
|
|
17
17
|
|
|
18
|
-
`mini` is for
|
|
18
|
+
The `mini` agent is for
|
|
19
19
|
|
|
20
20
|
- **Researchers** who want to **[benchmark](https://swe-bench.com), [fine-tune](https://swesmith.com/) or RL** without assumptions, bloat, or surprises
|
|
21
|
-
- **Developers** who like
|
|
21
|
+
- **Developers** who like to **own, understand, and modify** their tools
|
|
22
22
|
- **Engineers** who want something **trivial to sandbox & to deploy anywhere**
|
|
23
23
|
|
|
24
24
|
Here's some details:
|
|
25
25
|
|
|
26
26
|
- **Minimal**: Just [100 lines of python](https://github.com/SWE-agent/mini-swe-agent/blob/main/src/minisweagent/agents/default.py) (+100 total for [env](https://github.com/SWE-agent/mini-swe-agent/blob/main/src/minisweagent/environments/local.py),
|
|
27
27
|
[model](https://github.com/SWE-agent/mini-swe-agent/blob/main/src/minisweagent/models/litellm_model.py), [script](https://github.com/SWE-agent/mini-swe-agent/blob/main/src/minisweagent/run/hello_world.py)) — no fancy dependencies!
|
|
28
|
-
- **
|
|
29
|
-
- **Convenient:** Comes with UIs that turn this into your daily dev swiss army knife!
|
|
28
|
+
- **Performant:** Scores >74% on the [SWE-bench verified benchmark](https://www.swebench.com/) benchmark; starts faster than Claude Code
|
|
30
29
|
- **Deployable:** In addition to local envs, you can use **docker**, **podman**, **singularity**, **apptainer**, and more
|
|
31
|
-
- **Tested:** [](https://codecov.io/gh/SWE-agent/mini-swe-agent)
|
|
32
30
|
- **Cutting edge:** Built by the Princeton & Stanford team behind [SWE-bench](https://swebench.com) and [SWE-agent](https://swe-agent.com).
|
|
31
|
+
- **Widely adopted:** In use by Meta, NVIDIA, Essential AI, Anyscale, and others
|
|
32
|
+
- **Tested:** [](https://codecov.io/gh/SWE-agent/mini-swe-agent)
|
|
33
33
|
|
|
34
34
|
<details>
|
|
35
35
|
|
|
@@ -37,7 +37,7 @@ Here's some details:
|
|
|
37
37
|
|
|
38
38
|
[SWE-agent](https://swe-agent.com/latest/) jump-started the development of AI agents in 2024. Back then, we placed a lot of emphasis on tools and special interfaces for the agent.
|
|
39
39
|
However, one year later, as LMs have become more capable, a lot of this is not needed at all to build a useful agent!
|
|
40
|
-
In fact, mini
|
|
40
|
+
In fact, the `mini` agent
|
|
41
41
|
|
|
42
42
|
- **Does not have any tools other than bash** — it doesn't even use the tool-calling interface of the LMs.
|
|
43
43
|
This means that you can run it with literally any model. When running in sandboxed environments you also don't need to take care
|
|
@@ -60,7 +60,7 @@ You can see the result on the [SWE-bench (bash only)](https://www.swebench.com/)
|
|
|
60
60
|
|
|
61
61
|
Some agents are overfitted research artifacts. Others are UI-heavy frontend monsters.
|
|
62
62
|
|
|
63
|
-
`mini` wants to be a hackable tool, not a black box.
|
|
63
|
+
The `mini` agent wants to be a hackable tool, not a black box.
|
|
64
64
|
|
|
65
65
|
- **Simple** enough to understand at a glance
|
|
66
66
|
- **Convenient** enough to use in daily workflows
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mini-swe-agent
|
|
3
|
-
Version: 1.17.
|
|
3
|
+
Version: 1.17.2
|
|
4
4
|
Summary: Nano SWE Agent - A simple AI software engineering agent
|
|
5
5
|
Author-email: Kilian Lieret <kilian.lieret@posteo.de>, "Carlos E. Jimenez" <carlosej@princeton.edu>
|
|
6
6
|
License: MIT License
|
|
@@ -86,21 +86,21 @@ In 2024, [SWE-bench](https://github.com/swe-bench/SWE-bench) & [SWE-agent](https
|
|
|
86
86
|
|
|
87
87
|
We now ask: **What if SWE-agent was 100x smaller, and still worked nearly as well?**
|
|
88
88
|
|
|
89
|
-
`mini` is for
|
|
89
|
+
The `mini` agent is for
|
|
90
90
|
|
|
91
91
|
- **Researchers** who want to **[benchmark](https://swe-bench.com), [fine-tune](https://swesmith.com/) or RL** without assumptions, bloat, or surprises
|
|
92
|
-
- **Developers** who like
|
|
92
|
+
- **Developers** who like to **own, understand, and modify** their tools
|
|
93
93
|
- **Engineers** who want something **trivial to sandbox & to deploy anywhere**
|
|
94
94
|
|
|
95
95
|
Here's some details:
|
|
96
96
|
|
|
97
97
|
- **Minimal**: Just [100 lines of python](https://github.com/SWE-agent/mini-swe-agent/blob/main/src/minisweagent/agents/default.py) (+100 total for [env](https://github.com/SWE-agent/mini-swe-agent/blob/main/src/minisweagent/environments/local.py),
|
|
98
98
|
[model](https://github.com/SWE-agent/mini-swe-agent/blob/main/src/minisweagent/models/litellm_model.py), [script](https://github.com/SWE-agent/mini-swe-agent/blob/main/src/minisweagent/run/hello_world.py)) — no fancy dependencies!
|
|
99
|
-
- **
|
|
100
|
-
- **Convenient:** Comes with UIs that turn this into your daily dev swiss army knife!
|
|
99
|
+
- **Performant:** Scores >74% on the [SWE-bench verified benchmark](https://www.swebench.com/) benchmark; starts faster than Claude Code
|
|
101
100
|
- **Deployable:** In addition to local envs, you can use **docker**, **podman**, **singularity**, **apptainer**, and more
|
|
102
|
-
- **Tested:** [](https://codecov.io/gh/SWE-agent/mini-swe-agent)
|
|
103
101
|
- **Cutting edge:** Built by the Princeton & Stanford team behind [SWE-bench](https://swebench.com) and [SWE-agent](https://swe-agent.com).
|
|
102
|
+
- **Widely adopted:** In use by Meta, NVIDIA, Essential AI, Anyscale, and others
|
|
103
|
+
- **Tested:** [](https://codecov.io/gh/SWE-agent/mini-swe-agent)
|
|
104
104
|
|
|
105
105
|
<details>
|
|
106
106
|
|
|
@@ -108,7 +108,7 @@ Here's some details:
|
|
|
108
108
|
|
|
109
109
|
[SWE-agent](https://swe-agent.com/latest/) jump-started the development of AI agents in 2024. Back then, we placed a lot of emphasis on tools and special interfaces for the agent.
|
|
110
110
|
However, one year later, as LMs have become more capable, a lot of this is not needed at all to build a useful agent!
|
|
111
|
-
In fact, mini
|
|
111
|
+
In fact, the `mini` agent
|
|
112
112
|
|
|
113
113
|
- **Does not have any tools other than bash** — it doesn't even use the tool-calling interface of the LMs.
|
|
114
114
|
This means that you can run it with literally any model. When running in sandboxed environments you also don't need to take care
|
|
@@ -131,7 +131,7 @@ You can see the result on the [SWE-bench (bash only)](https://www.swebench.com/)
|
|
|
131
131
|
|
|
132
132
|
Some agents are overfitted research artifacts. Others are UI-heavy frontend monsters.
|
|
133
133
|
|
|
134
|
-
`mini` wants to be a hackable tool, not a black box.
|
|
134
|
+
The `mini` agent wants to be a hackable tool, not a black box.
|
|
135
135
|
|
|
136
136
|
- **Simple** enough to understand at a glance
|
|
137
137
|
- **Convenient** enough to use in daily workflows
|
|
@@ -68,7 +68,7 @@ class LitellmModel:
|
|
|
68
68
|
def query(self, messages: list[dict[str, str]], **kwargs) -> dict:
|
|
69
69
|
if self.config.set_cache_control:
|
|
70
70
|
messages = set_cache_control(messages, mode=self.config.set_cache_control)
|
|
71
|
-
response = self._query(messages, **kwargs)
|
|
71
|
+
response = self._query([{"role": msg["role"], "content": msg["content"]} for msg in messages], **kwargs)
|
|
72
72
|
try:
|
|
73
73
|
cost = litellm.cost_calculator.completion_cost(response, model=self.config.model_name)
|
|
74
74
|
if cost <= 0.0:
|
|
@@ -97,7 +97,7 @@ class OpenRouterModel:
|
|
|
97
97
|
def query(self, messages: list[dict[str, str]], **kwargs) -> dict:
|
|
98
98
|
if self.config.set_cache_control:
|
|
99
99
|
messages = set_cache_control(messages, mode=self.config.set_cache_control)
|
|
100
|
-
response = self._query(messages, **kwargs)
|
|
100
|
+
response = self._query([{"role": msg["role"], "content": msg["content"]} for msg in messages], **kwargs)
|
|
101
101
|
|
|
102
102
|
usage = response.get("usage", {})
|
|
103
103
|
cost = usage.get("cost", 0.0)
|
|
@@ -90,7 +90,7 @@ class PortkeyModel:
|
|
|
90
90
|
def query(self, messages: list[dict[str, str]], **kwargs) -> dict:
|
|
91
91
|
if self.config.set_cache_control:
|
|
92
92
|
messages = set_cache_control(messages, mode=self.config.set_cache_control)
|
|
93
|
-
response = self._query(messages, **kwargs)
|
|
93
|
+
response = self._query([{"role": msg["role"], "content": msg["content"]} for msg in messages], **kwargs)
|
|
94
94
|
cost = self._calculate_cost(response)
|
|
95
95
|
self.n_calls += 1
|
|
96
96
|
self.cost += cost
|
|
@@ -91,7 +91,7 @@ class RequestyModel:
|
|
|
91
91
|
raise RequestyAPIError(f"Request failed: {e}") from e
|
|
92
92
|
|
|
93
93
|
def query(self, messages: list[dict[str, str]], **kwargs) -> dict:
|
|
94
|
-
response = self._query(messages, **kwargs)
|
|
94
|
+
response = self._query([{"role": msg["role"], "content": msg["content"]} for msg in messages], **kwargs)
|
|
95
95
|
|
|
96
96
|
# Extract cost from usage information
|
|
97
97
|
usage = response.get("usage", {})
|
{mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/run/extra/utils/batch_progress.py
RENAMED
|
@@ -79,7 +79,7 @@ class RunBatchProgressManager:
|
|
|
79
79
|
"[cyan]Overall Progress", total=num_instances, total_cost="0.00", eta=""
|
|
80
80
|
)
|
|
81
81
|
|
|
82
|
-
self.render_group = Group(Table(), self._task_progress_bar
|
|
82
|
+
self.render_group = Group(self._main_progress_bar, Table(), self._task_progress_bar)
|
|
83
83
|
self._yaml_report_path = yaml_report_path
|
|
84
84
|
|
|
85
85
|
@property
|
|
@@ -112,7 +112,7 @@ class RunBatchProgressManager:
|
|
|
112
112
|
instances_str = _shorten_str(", ".join(reversed(instances)), 55)
|
|
113
113
|
t.add_row(status, str(len(instances)), instances_str)
|
|
114
114
|
assert self.render_group is not None
|
|
115
|
-
self.render_group.renderables[
|
|
115
|
+
self.render_group.renderables[1] = t
|
|
116
116
|
|
|
117
117
|
def _update_total_costs(self) -> None:
|
|
118
118
|
with self._lock:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/mini_swe_agent.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/mini_swe_agent.egg-info/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/agents/interactive_textual.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/config/extra/swebench_roulette.yaml
RENAMED
|
File without changes
|
{mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/config/extra/swebench_xml.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/environments/extra/__init__.py
RENAMED
|
File without changes
|
{mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/environments/extra/bubblewrap.py
RENAMED
|
File without changes
|
{mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/environments/extra/swerex_docker.py
RENAMED
|
File without changes
|
|
File without changes
|
{mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/environments/singularity.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/models/utils/cache_control.py
RENAMED
|
File without changes
|
{mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/models/utils/key_per_thread.py
RENAMED
|
File without changes
|
{mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/models/utils/openai_utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/run/extra/swebench_single.py
RENAMED
|
File without changes
|
{mini_swe_agent-1.17.1 → mini_swe_agent-1.17.2}/src/minisweagent/run/extra/utils/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|