Skip to content

Commit a81bda6

Browse files
chore: remove OpenHands adapter
1 parent 7291dfd commit a81bda6

13 files changed

Lines changed: 3 additions & 6315 deletions

File tree

alternative_codex.sh

Lines changed: 0 additions & 2 deletions
This file was deleted.

cmd/task_solver/main.mbt

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -175,11 +175,7 @@ async fn solve_task(
175175
}
176176

177177
// Initialize Codex with appropriate sandbox mode
178-
let codex = @codex.Codex::new(
179-
options=@codex.CodexOptions::new(
180-
codex_path_override="./alternative_codex.sh",
181-
),
182-
)
178+
let codex = @codex.Codex::new()
183179
let options = @codex.ThreadOptions::new(
184180
model?,
185181
sandbox_mode?,
@@ -324,11 +320,7 @@ async fn main {
324320
async fn run_interactive_mode(arguments : Arguments) -> Unit {
325321
try {
326322
// Initialize Codex with appropriate sandbox mode
327-
let codex = @codex.Codex::new(
328-
options=@codex.CodexOptions::new(
329-
codex_path_override="./alternative_codex.sh",
330-
),
331-
)
323+
let codex = @codex.Codex::new()
332324
let options = @codex.ThreadOptions::new(
333325
model?=arguments.model,
334326
sandbox_mode?=arguments.sandbox_mode,

moon.mod.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,5 @@
1212
"AI"
1313
],
1414
"description": "Codex SDK, with some useful tools for building AI applications.",
15-
"exclude": [
16-
"alternative_codex.sh",
17-
"openhands-codex"
18-
],
1915
"preferred-target": "native"
20-
}
16+
}

openhands-codex/.gitignore

Lines changed: 0 additions & 13 deletions
This file was deleted.

openhands-codex/.python-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

openhands-codex/README.md

Whitespace-only changes.

openhands-codex/codex.py

Lines changed: 0 additions & 70 deletions
This file was deleted.

openhands-codex/main.py

Lines changed: 0 additions & 132 deletions
This file was deleted.

openhands-codex/pyproject.toml

Lines changed: 0 additions & 12 deletions
This file was deleted.

openhands-codex/tests/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)