update LICENSE#5
Merged
Merged
Conversation
Yunnglin
added a commit
that referenced
this pull request
May 27, 2026
- Replace two asyncio.run() calls with single AsyncioLoopRunner.run() to avoid cross-loop resource errors (Gemini #1, Copilot #2 #3) - Add _sanitize_local_paths() in benchmark_stats.py to strip absolute home paths from generated sample_example (Copilot #4 #5) - Regenerate _meta JSON and docs via make docs-pipeline - Add test_terminal_bench_v2_1 smoke test with environment_kwargs (Copilot #6)
Yunnglin
added a commit
that referenced
this pull request
May 27, 2026
#1376) * feat(benchmarks): add Terminal-Bench v2.1 + upgrade harbor + expose environment_kwargs - Add terminal_bench_v2_1 adapter (Terminal-Bench 2.1 with 26 task fixes) - Upgrade harbor dependency from ==0.1.28 to >=0.8.0,<1.0.0 - Switch dataset source from GitHub to Harbor Hub - Add environment_kwargs extra param for container resource config - Update agent_name description to clarify terminus-2 vs standalone agents - Update docs (en/zh) for both v2 and v2.1 Closes #1327, closes #1373 * fix: address PR review — single event loop, path sanitization, v2.1 test - Replace two asyncio.run() calls with single AsyncioLoopRunner.run() to avoid cross-loop resource errors (Gemini #1, Copilot #2 #3) - Add _sanitize_local_paths() in benchmark_stats.py to strip absolute home paths from generated sample_example (Copilot #4 #5) - Regenerate _meta JSON and docs via make docs-pipeline - Add test_terminal_bench_v2_1 smoke test with environment_kwargs (Copilot #6) * update * fix: address remaining PR review — type hint, env kwarg guard, dynamic trace env - Add return type annotation to _on_inference - Strip reserved 'type' key from environment_kwargs to prevent TypeError - Use self.environment_type in AgentTrace instead of hardcoded 'docker'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.