文件最后提交记录最后更新时间
refactor(exception): remove outdated exception Refs: #85 Co-authored-by: yangzequ<yangzequ1@huawei.com> # message auto-generated for no-merge-commit merge: !323 refactor(exception): remove outdated exception From: @yangzequ Reviewed-by: @deyang, @SnapeK See merge request: openJiuwen/agent-core!3234 个月前
fix(workflow): end node hang in conditional scenes bugfix Co-authored-by: yangwenhan<yangwenhan@huawei.com> # message auto-generated for no-merge-commit merge: !1458 fix(workflow): end node hang in conditional scenes bugfix From: @yangwenhan Reviewed-by: @iamcandiceguo, @alan_cheng See merge request: openJiuwen/agent-core!14587 天前
fix(harness): correct intent detection history assembly order Refs: #924 Co-authored-by: lamsaan_yau<qiulinshan1@huawei.com> # message auto-generated for no-merge-commit merge: !1541 fix(harness): correct intent detection history assembly order From: @lamsaan_yau Reviewed-by: @iamcandiceguo, @wangxiaolong100 See merge request: openJiuwen/agent-core!15413 天前
feat(memory): workflow add memory component Co-authored-by: Ziliang_Zhou<zhouziliang4@huawei.com> # message auto-generated for no-merge-commit merge: !867 feat(memory): workflow add memory component From: @Ziliang_Zhou Reviewed-by: @iamcandiceguo, @deyang See merge request: openJiuwen/agent-core!8672 个月前
test: speed up unit tests and fix macOS path failures Reduce total unit test runtime from ~571s to ~240s (58% faster). Slow test fixes: - test_lsp_rail: remove fake event loop mock that caused 20s timeout in run_coroutine_threadsafe; let asyncio.get_running_loop raise naturally so LspRail.init falls through to the asyncio.run() fast path - test_task_manager: reduce asyncio.sleep from 10s to 0.5s; cancellation semantics are unchanged - test_end: inject END_COMP_TEMPLATE_RENDER_POSITION_TIMEOUT_KEY=50ms via create_workflow_session(envs=...) instead of relying on the 5s default - test_http_component: mock aiohttp.TCPConnector + ClientSession to avoid real network calls; assert connector created 3 times to verify the session-closed bug fix still holds - test_remote_agent: lower request_timeout from 5s to 0.1s in the adapter-exception test where the adapter fails immediately - test_orchestrator: patch run_learnings with a noop async generator to prevent LspRail deadlock via run_coroutine_threadsafe Bug fixes: - http_request_component: process_response called content.decode('utf-8') on content already decoded to str; handle both str and bytes - test_bash_tool, test_filesystem_tools, test_file_op_history: use os.path.realpath() in assertions to resolve macOS /var -> /private/var symlinks that caused startswith and dict-membership checks to fail 10 天前
refactor(session): simplify node and workflow session interfaces; optimize session directory structure Refs: #130 4 个月前
refactor: change project package structure Refs: #78 4 个月前
feat: add trigger before and after workflow component invoke Refs: #847 Co-authored-by: undercrater<zhaoyulu1@huawei.com> # message auto-generated for no-merge-commit merge: !1275 feat: add trigger before and after workflow component invoke From: @zhaoyulu1 Reviewed-by: @iamcandiceguo, @SnapeK See merge request: openJiuwen/agent-core!127528 天前