文件最后提交记录最后更新时间
fix(log): use copy+truncate for Windows-safe log rotation Refs: #888 Co-authored-by: ray_le<lilei336@huawei.com> # message auto-generated for no-merge-commit merge: !1334 fix(log): use copy+truncate for Windows-safe log rotation From: @ray_le Reviewed-by: @wangxiaolong100, @iamcandiceguo See merge request: openJiuwen/agent-core!133422 天前
feat(agent-teams): enhance agent teams with harness sdk Refs: #572 Co-authored-by: alan_cheng<chengshuo5@huawei.com> # message auto-generated for no-merge-commit merge: !994 feat(agent-teams): enhance agent teams with harness sdk From: @min_gitcode Reviewed-by: @wangxiaolong100, @alan_cheng See merge request: openJiuwen/agent-core!9941 个月前
docs(logging): add module CLAUDE.md and logging rules in code-style Document the logging module contract and make library-code logging requirements explicit in .claude/rules/code-style.md (single entry point, lazy placeholders, structured events, async context via contextvars, configuration-change path). 1 个月前
feat(agent-teams): enhance agent teams with harness sdk Refs: #572 Co-authored-by: alan_cheng<chengshuo5@huawei.com> # message auto-generated for no-merge-commit merge: !994 feat(agent-teams): enhance agent teams with harness sdk From: @min_gitcode Reviewed-by: @wangxiaolong100, @alan_cheng See merge request: openJiuwen/agent-core!9941 个月前
feat(logging): refactor logging with loguru backend and config provider Add loguru backend, extract config_provider from default impl, introduce base_impl abstraction, and restructure log_config. Refs: #572 2 个月前
refactor(logging): remove dead ConfigManager/ConfigDict and clean up exports Refs: #572 2 个月前
feat(logging): refactor logging with loguru backend and config provider Add loguru backend, extract config_provider from default impl, introduce base_impl abstraction, and restructure log_config. Refs: #572 2 个月前
fix(logging): add sensitive path check to LogConfig._load_config Refs: #572 2 个月前
refactor(logging): extract level constants and utils to log_levels module Refs: #572 2 个月前
fix(logging): fix lint issues and adjust default logging config - Fix line-too-long, protected-access, bare-except, and unused-import lint violations - Change default log level from WARNING to INFO and add propagate config option - Fix log_config.py importing DEFAULT_INNER_LOG_CONFIG from wrong backend module Refs: #572 2 个月前
feat(logging): enhance logging framework with structured event definitions and modular loggers - Introduced a new events.py module defining structured log event types and fields for better logging granularity. - Expanded the logging module to include dedicated loggers for various components (e.g., agent, workflow, performance) to improve log management. - Updated LogManager to optimize for async environments by removing unnecessary thread locks. - Enhanced utility functions to support async context isolation using contextvars. - Updated default logging implementation to include new features and improved documentation. Refs: #107 Co-authored-by: alan_cheng<chengshuo5@huawei.com> # message auto-generated for no-merge-commit merge: !127 merge dev/logger into develop feat(logging): enhance logging framework with structured event definitions and modular loggers Created-by: alan_cheng Commit-by: alan_cheng 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 feature **Self-checklist**:(**请自检,在[ ]内打上x,我们将检视你的完成情况,否则会导致pr无法合入**) + - [x] **设计**:PR对应的方案是否已经经过Maintainer评审,方案检视意见是否均已答复并完成方案修改 + - [x] **测试**:PR中的代码是否已有UT/ST测试用例进行充分的覆盖,新增测试用例是否随本PR一并上库或已经上库 + - [x] **验证**:PR描述信息中是否已包含对该PR对应的Feature、Refactor、Bugfix的预期目标达成情况的详细验证结果描述 + - [x] **接口**:是否涉及对外接口变更,相应变更已得到接口评审组织的通过,API对应的注释信息已经刷新正确 + - [x] **文档**:是否涉及官网文档修改,如果涉及请及时提交资料到Doc仓 <!-- **Special notes for your reviewers**: --> <!-- + - [ ] 是否导致无法前向兼容 --> <!-- + - [ ] 是否涉及依赖的三方库变更 --> See merge request: openJiuwen/agent-core!1274 个月前
feat(agent-teams): enhance agent teams with harness sdk Refs: #572 Co-authored-by: alan_cheng<chengshuo5@huawei.com> # message auto-generated for no-merge-commit merge: !994 feat(agent-teams): enhance agent teams with harness sdk From: @min_gitcode Reviewed-by: @wangxiaolong100, @alan_cheng See merge request: openJiuwen/agent-core!9941 个月前