文件最后提交记录最后更新时间
test(agent_evolving): add agent evolving checkpointing unit tests add agent evolving checkpointing unit tests Refs: #359 Co-authored-by: zhangzhongteng<zhangzhongteng1@huawei.com> # message auto-generated for no-merge-commit merge: !442 test(agent_evolving): add agent evolving checkpointing unit tests From: @z2tng Reviewed-by: @deyang, @yangzequ See merge request: openJiuwen/agent-core!4423 个月前
fix(evolution): harden skill evolution approval persistence - distinguish missing skill definitions, generation failures, and persistence failures - make evolution record persistence atomic per record with rollback - support selective approval counts and retry-safe pending payloads Refs: #975 Co-authored-by: zhangzhongteng<zhangzhongteng1@huawei.com> # message auto-generated for no-merge-commit merge: !1524 fix(skill-evolution): harden skill evolution approval persistence From: @z2tng Reviewed-by: @deyang, @iamcandiceguo See merge request: openJiuwen/agent-core!15245 天前
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 天前
refactor(agent_evolving): refactor agent_evolving (rename producer to updater) - Rename SingleDimProducer/MultiDimProducer to SingleDimUpdater/MultiDimUpdater - Rename UpdateProducer protocol to Updater - Rename produce() method to update() for consistency - Rename optimizer update() to step() for RL-like semantics - Rename producer_state to updater_state in checkpointing - Update tests, examples, and documentation accordingly Refs: #371 Co-authored-by: zhangzhongteng<zhangzhongteng1@huawei.com> # message auto-generated for no-merge-commit merge: !463 refactor(agent_evolving): refactor agent_evolving (rename producer to updater) From: @z2tng Reviewed-by: @deyang, @yangzequ See merge request: openJiuwen/agent-core!4633 个月前
refactor(agent_evolving): refactor agent_evolving (rename producer to updater) - Rename SingleDimProducer/MultiDimProducer to SingleDimUpdater/MultiDimUpdater - Rename UpdateProducer protocol to Updater - Rename produce() method to update() for consistency - Rename optimizer update() to step() for RL-like semantics - Rename producer_state to updater_state in checkpointing - Update tests, examples, and documentation accordingly Refs: #371 Co-authored-by: zhangzhongteng<zhangzhongteng1@huawei.com> # message auto-generated for no-merge-commit merge: !463 refactor(agent_evolving): refactor agent_evolving (rename producer to updater) From: @z2tng Reviewed-by: @deyang, @yangzequ See merge request: openJiuwen/agent-core!4633 个月前
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 天前