v0.2.8
Import Changes
Add dataset module, and remove replay_buffer module, unify trajectory to the Dataset (#494)
Add evaluations module implementation (#494)
Add a storage infrastructure module for other modules (#494)
Unify the logger and instrument in the AWorld project (#494)
What's Changed
-
feature:
(examples) Osworld agent submit by @ChenLLong in #472
(EventRunner): cancel task when timeout by @SzekiHou in #474
(ModelResponse): add reasoning content by @SzekiHou in #477
(docs) update agent_training.md by @yuchengyue @rainsonGain in #489 add multi-actions parallel by @rainsonGain in #501
(MCP) Adjust prefix by @kevinfeng030 in #493
(Dataset): add dataset module and trajectory dataset by @SzekiHou in #494
(Evaluation): add evaluations module by @wangchunf in #494
(Storage): add AWorld storage module by @rainsonGain in #494
(logger refactor): Unify logger in project by @rainsonGain in #494 add loguru instrument by @wangchunf in #504
(AWorld) supported python3.10 by @rainsonGain in #498
(Tool) return error message when tool_name not found in ToolFactory by @SzekiHou in #499
(Agent):reset loop_step when terminate loop by @SzekiHou in #507
(Trace) id gen by @wangchunf in #508 -
Fix:
Agent training by @yuchengyue in #475 by @rainsonGain in #481
Memory fix by @tallate in #483
Mcp tool fix by @xiudongxu in #496
Human tool fix by @tallate in #482
Stream model response by @SzekiHou in #485
Env some fix: #487
Full Changelog: v0.2.7.1...v0.2.8