文件最后提交记录最后更新时间
fix(evolving):Evaluation of Pipeline Module Refactoring and UT Supplement Refs: #879 Co-authored-by: chenyan<chenyan264@huawei.com> # message auto-generated for no-merge-commit merge: !1508 fix(evolving):Evaluation of Pipeline Module Refactoring and UT Supplement From: @dev_chenyan Reviewed-by: @deyang, @iamcandiceguo See merge request: openJiuwen/agent-core!15083 天前
fix(agent_teams): leader initial routed input dispatches directly without LLM round Co-authored-by: zhanglongmin<zhanglongmin@huawei.com> # message auto-generated for no-merge-commit merge: !1532 fix(agent_teams): leader initial routed input dispatches directly without LLM round From: @min_gitcode Reviewed-by: @iamcandiceguo, @alan_cheng See merge request: openJiuwen/agent-core!15324 天前
fix(auto-harness): update tool param prompt for impl & validation Refs: #755 Co-authored-by: ray_le<lilei336@huawei.com> # message auto-generated for no-merge-commit merge: !1572 fix(auto-harness): update tool param prompt for impl & validation From: @ray_le Reviewed-by: @SnapeK, @alan_cheng See merge request: openJiuwen/agent-core!15721 天前
fix(sandbox): delete sandbox when SandboxGatewayClient.release is called Refs: #993 Co-authored-by: zzixuan<zhaozixuan2@huawei.com> # message auto-generated for no-merge-commit merge: !1573 fix: delete sandbox when SandboxGatewayClient.release is called From: @zhaozixuan Reviewed-by: @alan_cheng, @SnapeK See merge request: openJiuwen/agent-core!157310 小时前
fix(dev_tools):delete skill creator Refs: #816 Co-authored-by: taojianjun<taojianjun4@huawei.com> # message auto-generated for no-merge-commit merge: !1548 fix(dev_tools):delete skill creator From: @taojianjun Reviewed-by: @deyang, @iamcandiceguo See merge request: openJiuwen/agent-core!15483 天前
fix(sandbox): delete sandbox when SandboxGatewayClient.release is called Refs: #993 Co-authored-by: zzixuan<zhaozixuan2@huawei.com> # message auto-generated for no-merge-commit merge: !1573 fix: delete sandbox when SandboxGatewayClient.release is called From: @zhaozixuan Reviewed-by: @alan_cheng, @SnapeK See merge request: openJiuwen/agent-core!157310 小时前
fix(filesystem): Fix the is_partial determination issue Refs: #988 Co-authored-by: kdgmpw<lishuqi4@huawei.com> # message auto-generated for no-merge-commit merge: !1560 fix(filesystem): Fix the is_partial determination issue From: @kdgmpw Reviewed-by: @iamcandiceguo, @alan_cheng See merge request: openJiuwen/agent-core!15605 小时前
chore: add __version__ attribute to openjiuwen package Refs: #186 Co-authored-by: SushiNinja<jin.huang2@h-partners.com> # message auto-generated for no-merge-commit merge: !207 merge add-__version__ into develop chore: add __version__ attribute to openjiuwen package Created-by: SushiNinja Commit-by: SushiNinja Merged-by: openJiuwen-bot Description: <!-- Thanks for sending a pull request! Here are some tips for you: 1) If this is your first time, please read our contributor guidelines: https://gitcode.com/openJiuwen/openJiuwen/blob/master/CONTRIBUTING.md 2) If you want to contribute your code but don't know who will review and merge, please add label openJiuwen-assistant to the pull request, we will find and do it as soon as possible. --> **What type of PR is this?** <!-- Choose one label from bug, task, feature and refactor, and replace <label> below the comment block. If this pr is not only bugfix/task/feature and also a refactor, you can append /kind refactor label after /kind bug, /kind task and /kind feature. --> /kind feature **What does this PR do / why do we need it**: Many packages on Python expose a __version__ attribute for user to check the currently installed version: https://packaging.python.org/en/latest/discussions/versioning/#runtime-version-access It would be convenient to developers (and help the openjiuwen community to support newcomers by asking them to check installed version via import openjiuwen;openjiuwen.__version__) to provide a __version__ attribute to the package. **Which issue(s) this PR fixes**: <!-- *Automatically closes linked issue when PR is merged. Usage: Fixes #<issue number>, or Fixes (paste link of issue). --> Fixes [#186](https://gitcode.com/openJiuwen/agent-core/issues/186) **What scenarios were tested, and what were the verification results(Function, performance, reliability, etc.)**: import openjiuwen;openjiuwen.__version__ returns '0.1.4' correctly. **Self-checklist**:(**Please check carefully,and mark an x in the [] brackets. We will review your completion status.**) + - [ ] **Design**: Has the solution corresponding to the PR been reviewed by the Maintainer, and have all review comments been replied to and revised + - [ ] **Test**: Has the code in the PR been fully covered by UT/ST test cases, and have the newly added test cases been uploaded to the repository along with this PR or already uploaded. + - [x] **Verification**: Does the PR description contains a detailed description of the verification results regarding the achievement of the expected goals for the Feature, Refactor, and Bugfix to this PR. + - [ ] **Interface**: Does it involve changes to external interfaces? The corresponding changes have been approved by the interface review organization, and the annotation information for the API has been correctly refreshed. + - [ ] **Document**: Does it involve modifications to the official website documentation? If so, please submit the materials to the Doc repository in a timely manner. <!-- **Special notes for your reviewers**: --> <!-- + - [ ] Whether it causes forward compatibility failure --> <!-- + - [ ] Whether the dependent third-party library change is involved --> See merge request: openJiuwen/agent-core!2074 个月前