文件最后提交记录最后更新时间
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(agent-evolving): modularize and tighten skill evolution pipelines Refactor agent evolution into explicit checkpointing, experience, signal, trajectory, and updater pipelines. - Add shared approval events and approval runtime - Extract experience scoring, tracking, lifecycle, and manager modules - Extract checkpointing archive, record, and projection helpers - Add team skill experience generation and signal detection - Accumulate session trajectories for evolution signal handling - Improve evolution experience index guidance in projected SKILL.md - Update API docs, examples, and unit coverage for the new layout BREAKING CHANGE: remove the legacy skill rewrite API and SkillRewriter exports. Refs: #890 Co-authored-by: zhangzhongteng<zhangzhongteng1@huawei.com> # message auto-generated for no-merge-commit merge: !1337 fix(agent-evolving): modularize and tighten skill evolution pipelines From: @z2tng Reviewed-by: @deyang, @SnapeK See merge request: openJiuwen/agent-core!133721 天前
fix(swarm): resolve lint warnings from Huawei coding standard audit - G.FMT.02: break overlong lines in i18n.py and spawn_manager.py - G.FMT.04: remove whitespace before slice colon in adapters.py - G.CLS.02: mark abstract _drive as async to match subclass signatures - G.CLS.07: make _raise_not_connected a staticmethod in client.py - G.FNM.03: introduce CapabilityOverrides to reduce build_team arg count - F821: add missing Any import in adapters.py Refs: #751 4 天前
fix: autoharness merge multiple runtime extensions Co-authored-by: zhangyaomaggie<zhangyao128@huawei.com> # message auto-generated for no-merge-commit merge: !1324 fix: autoharness merge multiple runtime extensions From: @zhangyaomaggie Reviewed-by: @SnapeK, @iamcandiceguo, @wangxiaolong100 See merge request: openJiuwen/agent-core!132418 天前
fix(deepagent): fix plan mode for codeagent Refs: #705 Co-authored-by: zhangyaomaggie<zhangyao128@huawei.com> # message auto-generated for no-merge-commit merge: !1149 fix(deepagent): fix plan mode for codeagent From: @zhangyaomaggie Reviewed-by: @SnapeK, @wangxiaolong100 See merge request: openJiuwen/agent-core!11491 个月前
feat(agent_rl): Move to evolving dir and supports online module Move agentrl to agent_evolving directory and suport online/offline agent rl. Refs: #727 Co-authored-by: rolandyang<yangdongdong34@huawei.com> # message auto-generated for no-merge-commit merge: !1065 feat(agent_rl): Move to evolving dir and supports online module From: @rolandyang Reviewed-by: @deyang, @iamcandiceguo See merge request: openJiuwen/agent-core!10651 个月前
feat(tests): add system tests for custom headers in LLM model invocations Refs: #714 Co-authored-by: ipanyin<pan.yin@huawei.com> # message auto-generated for no-merge-commit merge: !1066 feat(tests): add system tests for custom headers in LLM model invocations From: @ipanyin Reviewed-by: @iamcandiceguo, @alan_cheng, @deyang See merge request: openJiuwen/agent-core!10661 个月前
fix(worktree):The worktree lacks the entry function. Refs: #967 Co-authored-by: weichenhao<weichenhao3@huawei.com> # message auto-generated for no-merge-commit merge: !1500 fix(bug):The worktree lacks the entry function. From: @weichenhao Reviewed-by: @alan_cheng, @chenchunzhou See merge request: openJiuwen/agent-core!15007 天前
fix(memory): Add timestamp information for the queried memory entry. Refs: #878 Co-authored-by: yangwenhan<yangwenhan@huawei.com> # message auto-generated for no-merge-commit merge: !1322 fix(memory): Add timestamp information for the queried memory entry. From: @yangwenhan Reviewed-by: @iamcandiceguo, @SnapeK See merge request: openJiuwen/agent-core!132223 天前
feature: security rail, sync from enterprise branch Refs: #921 Co-authored-by: luoruiping<luoruiping@huawei.com> # message auto-generated for no-merge-commit merge: !1377 feature: security rail, sync from enterprise branch From: @gcw_wZ6Lfs1I Reviewed-by: @SnapeK, @alan_cheng See merge request: openJiuwen/agent-core!137716 天前
feat(a2a-integration) A2A server integration Refs: #700 Co-authored-by: wangyuejoanna<wangyue335@h-partners.com> # message auto-generated for no-merge-commit merge: !925 feat(a2a-integration) A2A server integration From: @gcw_XiLNLWHF Reviewed-by: @iamcandiceguo, @alan_cheng See merge request: openJiuwen/agent-core!92524 天前
feature: security rail, sync from enterprise branch Refs: #921 Co-authored-by: luoruiping<luoruiping@huawei.com> # message auto-generated for no-merge-commit merge: !1377 feature: security rail, sync from enterprise branch From: @gcw_wZ6Lfs1I Reviewed-by: @SnapeK, @alan_cheng See merge request: openJiuwen/agent-core!137716 天前
style(context):context engine codecheck fix Refs: #80 Co-authored-by: yan_zj<yanzhijun5@huawei.com> # message auto-generated for no-merge-commit merge: !100 merge develop into develop style(context): context engine codecheck fix Created-by: yan_zj Commit-by: yan_zj 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/community/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?** <!-- 选择下面一种标签替换下方 /kind <label>,可选标签类型有: - /kind bug - /kind task - /kind feature - /kind refactor - /kind clean_code 如PR描述不符合规范,修改PR描述后需要/check-pr重新检查PR规范。 --> - /kind clean_code **Self-checklist**:(**请自检,在[ ]内打上x,我们将检视你的完成情况,否则会导致pr无法合入**) + - [ ] **设计**:PR对应的方案是否已经经过Maintainer评审,方案检视意见是否均已答复并完成方案修改 + - [x] **测试**:PR中的代码是否已有UT/ST测试用例进行充分的覆盖,新增测试用例是否随本PR一并上库或已经上库 + - [ ] **验证**:PR描述信息中是否已包含对该PR对应的Feature、Refactor、Bugfix的预期目标达成情况的详细验证结果描述 + - [x] **接口**:是否涉及对外接口变更,相应变更已得到接口评审组织的通过,API对应的注释信息已经刷新正确 + - [ ] **文档**:是否涉及官网文档修改,如果涉及请及时提交资料到Doc仓 <!-- **Special notes for your reviewers**: --> <!-- + - [x] 是否导致无法前向兼容 --> <!-- + - [x] 是否涉及依赖的三方库变更 --> See merge request: openJiuwen/agent-core!1004 个月前
style: fix session/runner/worklfow/tool codecheck Refs: #80 Co-authored-by: wangguanggge<wangguangge@huawei.com> # message auto-generated for no-merge-commit merge: !235 merge develop_0124_codecheck into develop fix(session/runner/worklfow/tool): fix codecheck Created-by: wangguangge Commit-by: wangguanggge 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/community/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?** <!-- 选择下面一种标签替换下方 /kind <label>,可选标签类型有: - /kind bug - /kind task - /kind feature - /kind refactor - /kind clean_code 如PR描述不符合规范,修改PR描述后需要/check-pr重新检查PR规范。 --> /kind clean_code **Self-checklist**:(**请自检,在[ ]内打上x,我们将检视你的完成情况,否则会导致pr无法合入**) + - [ ] **设计**:PR对应的方案是否已经经过Maintainer评审,方案检视意见是否均已答复并完成方案修改 + - [x] **测试**:PR中的代码是否已有UT/ST测试用例进行充分的覆盖,新增测试用例是否随本PR一并上库或已经上库 + - [ ] **验证**:PR描述信息中是否已包含对该PR对应的Feature、Refactor、Bugfix的预期目标达成情况的详细验证结果描述 + - [ ] **接口**:是否涉及对外接口变更,相应变更已得到接口评审组织的通过,API对应的注释信息已经刷新正确 + - [ ] **文档**:是否涉及官网文档修改,如果涉及请及时提交资料到Doc仓 <!-- **Special notes for your reviewers**: --> <!-- + - [ ] 是否导致无法前向兼容 --> <!-- + - [ ] 是否涉及依赖的三方库变更 --> See merge request: openJiuwen/agent-core!2354 个月前
Initial commit 5 个月前