Skip to content

Commit afd44f6

Browse files
authored
Merge branch 'main' into mh/rel0260
2 parents a9dc170 + f4c5bbd commit afd44f6

File tree

44 files changed

+46
-204
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+46
-204
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SHELL=/bin/bash
1+
SHELL=/usr/bin/env bash
22
# Makefile for OpenHands project
33

44
# Variables

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
set -e
33

44
poetry build -v

containers/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
set -eo pipefail
33

44
# Initialize variables with default values

containers/dev/dev.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
set -o pipefail
33

44
function get_docker() {

evaluation/benchmarks/EDA/scripts/run_infer.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
set -eo pipefail
33

44
source "evaluation/utils/version_control.sh"

evaluation/benchmarks/agent_bench/scripts/run_infer.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
set -eo pipefail
33

44
source "evaluation/utils/version_control.sh"

evaluation/benchmarks/aider_bench/scripts/run_infer.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
set -eo pipefail
33

44
source "evaluation/utils/version_control.sh"

evaluation/benchmarks/biocoder/scripts/run_infer.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
set -eo pipefail
33

44
source "evaluation/utils/version_control.sh"

evaluation/benchmarks/bird/scripts/run_infer.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
set -eo pipefail
33

44
source "evaluation/utils/version_control.sh"

evaluation/benchmarks/browsing_delegation/scripts/run_infer.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
set -eo pipefail
33

44
source "evaluation/utils/version_control.sh"

evaluation/benchmarks/commit0_bench/scripts/run_infer.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
set -eo pipefail
33

44
source "evaluation/utils/version_control.sh"

evaluation/benchmarks/discoverybench/scripts/run_infer.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
set -eo pipefail
33

44
source "evaluation/utils/version_control.sh"

evaluation/benchmarks/gaia/scripts/run_infer.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
set -eo pipefail
33

44
source "evaluation/utils/version_control.sh"

evaluation/benchmarks/gorilla/scripts/run_infer.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
set -eo pipefail
33

44
source "evaluation/utils/version_control.sh"

evaluation/benchmarks/gpqa/scripts/run_infer.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
set -eo pipefail
33

44
source "evaluation/utils/version_control.sh"

evaluation/benchmarks/humanevalfix/scripts/run_infer.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
set -eo pipefail
33

44
source "evaluation/utils/version_control.sh"

evaluation/benchmarks/logic_reasoning/scripts/run_infer.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
set -eo pipefail
33

44
source "evaluation/utils/version_control.sh"

evaluation/benchmarks/miniwob/scripts/run_infer.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
set -eo pipefail
33

44
source "evaluation/utils/version_control.sh"

evaluation/benchmarks/mint/scripts/run_infer.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
set -eo pipefail
33

44
source "evaluation/utils/version_control.sh"

evaluation/benchmarks/ml_bench/scripts/cleanup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
# Step 1: Stop all running containers
44
echo "Stopping all running containers..."

evaluation/benchmarks/ml_bench/scripts/run_analysis.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
RESULT_FILE=$1
44
MODEL_CONFIG=$2

evaluation/benchmarks/ml_bench/scripts/run_infer.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
set -eo pipefail
33

44
source "evaluation/utils/version_control.sh"

evaluation/benchmarks/scienceagentbench/scripts/run_infer.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
set -eo pipefail
33

44
source "evaluation/utils/version_control.sh"

evaluation/benchmarks/swe_bench/scripts/docker/pull_all_eval_docker.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
set -e
33

44
LEVEL=$1

evaluation/benchmarks/swe_bench/scripts/docker/push_eval_docker.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
# This is ONLY used for pushing docker images created by https://github.com/princeton-nlp/SWE-bench/blob/main/docs/20240627_docker/README.md
44

evaluation/benchmarks/swe_bench/scripts/eval/convert_oh_folder_to_swebench_submission.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
FOLDER_PATH=$1
44
NEW_FOLDER_PATH=${FOLDER_PATH}.swebench_submission

evaluation/benchmarks/swe_bench/scripts/eval_infer.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
PROCESS_FILEPATH=$1
44
if [ -z "$PROCESS_FILEPATH" ]; then

evaluation/benchmarks/swe_bench/scripts/eval_infer_remote.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
set -eo pipefail
33

44
INPUT_FILE=$1

evaluation/benchmarks/swe_bench/scripts/run_infer.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
set -eo pipefail
33

44
source "evaluation/utils/version_control.sh"

evaluation/benchmarks/swe_bench/scripts/setup/instance_swe_entry.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
source ~/.bashrc
44
SWEUTIL_DIR=/swe_util

evaluation/benchmarks/swe_bench/scripts/setup/prepare_swe_utils.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
set -e
44
EVAL_WORKSPACE="evaluation/benchmarks/swe_bench/eval_workspace"

evaluation/benchmarks/swe_bench/scripts/setup/swe_entry.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
set -e
44

evaluation/benchmarks/the_agent_company/scripts/run_infer.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
##################################################################################################
44
# Adapted from https://github.com/TheAgentCompany/TheAgentCompany/blob/main/evaluation/run_eval.sh

evaluation/benchmarks/toolqa/scripts/run_infer.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
set -eo pipefail
33

44
source "evaluation/utils/version_control.sh"

evaluation/benchmarks/visualwebarena/scripts/run_infer.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
set -eo pipefail
33

44
source "evaluation/utils/version_control.sh"

evaluation/benchmarks/webarena/scripts/run_infer.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
set -eo pipefail
33

44
source "evaluation/utils/version_control.sh"

evaluation/integration_tests/scripts/run_infer.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
set -eo pipefail
33

44
source "evaluation/utils/version_control.sh"
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
echo "hello world"

evaluation/utils/scripts/cleanup_remote_runtime.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33

44
# API base URL

openhands/core/config/sandbox_config.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ class SandboxConfig(BaseModel):
5353
remote_runtime_api_timeout: int = Field(default=10)
5454
remote_runtime_enable_retries: bool = Field(default=False)
5555
remote_runtime_class: str | None = Field(
56-
default='sysbox'
56+
default=None
5757
) # can be "None" (default to gvisor) or "sysbox" (support docker inside runtime + more stable)
5858
enable_auto_lint: bool = Field(
59-
default=False # once enabled, OpenHands would lint files after editing
60-
)
59+
default=False
60+
) # once enabled, OpenHands would lint files after editing
6161
use_host_network: bool = Field(default=False)
6262
runtime_extra_build_args: list[str] | None = Field(default=None)
6363
initialize_plugins: bool = Field(default=True)

openhands/llm/llm.py

+4-9
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import requests
99

1010
from openhands.core.config import LLMConfig
11-
from openhands.utils.ensure_httpx_close import EnsureHttpxClose
1211

1312
with warnings.catch_warnings():
1413
warnings.simplefilter('ignore')
@@ -231,9 +230,9 @@ def wrapper(*args, **kwargs):
231230

232231
# Record start time for latency measurement
233232
start_time = time.time()
234-
with EnsureHttpxClose():
235-
# we don't support streaming here, thus we get a ModelResponse
236-
resp: ModelResponse = self._completion_unwrapped(*args, **kwargs)
233+
234+
# we don't support streaming here, thus we get a ModelResponse
235+
resp: ModelResponse = self._completion_unwrapped(*args, **kwargs)
237236

238237
# Calculate and record latency
239238
latency = time.time() - start_time
@@ -288,11 +287,7 @@ def wrapper(*args, **kwargs):
288287
'messages': messages,
289288
'response': resp,
290289
'args': args,
291-
'kwargs': {
292-
k: v
293-
for k, v in kwargs.items()
294-
if k not in ('messages', 'client')
295-
},
290+
'kwargs': {k: v for k, v in kwargs.items() if k != 'messages'},
296291
'timestamp': time.time(),
297292
'cost': cost,
298293
}

openhands/utils/ensure_httpx_close.py

-43
This file was deleted.

0 commit comments

Comments
 (0)