Skip to content

add swe-bench-verified demo and references#499

Closed
Issac-Newton wants to merge 1 commit intoalibaba:masterfrom
Issac-Newton:feature/run-swe-bench-case
Closed

add swe-bench-verified demo and references#499
Issac-Newton wants to merge 1 commit intoalibaba:masterfrom
Issac-Newton:feature/run-swe-bench-case

Conversation

@Issac-Newton
Copy link
Collaborator

close #498

@Issac-Newton Issac-Newton force-pushed the feature/run-swe-bench-case branch 3 times, most recently from 492e395 to 677bc69 Compare February 25, 2026 11:06
@Issac-Newton Issac-Newton force-pushed the feature/run-swe-bench-case branch from 677bc69 to 5eb49ea Compare February 26, 2026 02:13


if __name__ == "__main__":
import asyncio
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

别滥用懒加载。去学一下啥时候该用,啥时候不该用

return resolve_result


async def main(task_dir: Path, agent_config_path: str) -> dict:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rename run_task


async def load_task_config(task_dir: Path) -> dict:
"""Load task configuration from task.yaml."""
import yaml
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

去掉lazy import

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] Add SweBench test case

2 participants