Skip to content

Commit 0be46b8

Browse files
committed
Update readme and dependency
1 parent b88544f commit 0be46b8

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ AgentFly is an extensible framework for building LLM agents with reinforcement l
3939

4040
## News
4141

42+
**4/2026 SWE and SimuScene**: Added SWE-Bench style (R2E-Gym) tasks and [SimuScene](https://arxiv.org/abs/2602.10840) training.
43+
4244
**3/2026 Resource System**: Added a resource system for better environment and container management, and integrated SWE like tasks training.
4345

4446
**12/2025 Method-Based Tool**: Support using `@tool` for a class method

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ dependencies = [
3737
"timeout-decorator",
3838
"redis",
3939
"docker",
40+
"ray",
4041
"openai",
4142
"enroot-py",
4243
"vllm==0.19.0",

0 commit comments

Comments
 (0)