文件最后提交记录最后更新时间
test(comp): add component unit tests Refs: #12 5 个月前
docs(session): update docs of session Refs: #381 Co-authored-by: iamcandiceguo<guoqian14@huawei.com> Co-authored-by: zhanglongmin<zhanglongmin@huawei.com> # message auto-generated for no-merge-commit merge: !475 docs(session): update docs of session From: @min_gitcode Reviewed-by: @yangzequ, @alan_cheng See merge request: openJiuwen/agent-core!4753 个月前
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 天前
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 天前
feat(comp): add HttpRequestComponent Refs: #544 Co-authored-by: @aharonamir1<amir.aharon@huawei.com> # message auto-generated for no-merge-commit merge: !535 Adding HttpRequestComponent From: @aharonamir1 Reviewed-by: @yangzequ, @alan_cheng See merge request: openJiuwen/agent-core!5352 个月前
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(comp): add multi kb support for knowledge retrieval workflow component Refs: #618 Co-authored-by: Shriram<shriram.piramanayagam@h-partners.com> # message auto-generated for no-merge-commit merge: !764 feat(kb): add multi kb support for knowledge retrieval workflow component From: @shriram1998 Reviewed-by: @yangzequ, @iamcandiceguo See merge request: openJiuwen/agent-core!7642 个月前
fix(trace):end's trace info lost input param while output's template has no variable Refs: #658 Co-authored-by: tangfei0306<tangfei45@h-partners.com> # message auto-generated for no-merge-commit merge: !908 fix(trace):end's trace info lost input param while output's template has no variable From: @tangfei0306 Reviewed-by: @alan_cheng, @iamcandiceguo See merge request: openJiuwen/agent-core!9082 个月前
fix(workflow): remove the loop index from loop output Refs: #466 Co-authored-by: zhanglongmin<zhanglongmin@huawei.com> # message auto-generated for no-merge-commit merge: !616 fix(workflow): remove the loop index from loop output From: @min_gitcode Reviewed-by: @alan_cheng, @yangzequ See merge request: openJiuwen/agent-core!6163 个月前
fix(comp): adding english option to intent_detection and questioner Refs: #308 Co-authored-by: zhongxiaotian<zhongxiaotian@huawei.com> # message auto-generated for no-merge-commit merge: !567 fix(comp): adding english option to intent_detection and questioner From: @xiaotian077 Reviewed-by: @yangzequ, @deyang See merge request: openJiuwen/agent-core!5673 个月前
fix(workflow): fix react agent comp streaming Refs: #642 Co-authored-by: @aharonamir1<amir.aharon@huawei.com> # message auto-generated for no-merge-commit merge: !904 Fix react agent comp streaming From: @aharonamir1 Reviewed-by: @iamcandiceguo, @alan_cheng See merge request: openJiuwen/agent-core!9042 个月前
fix(component): fix the issue where the end component of the main workflow cannot obtain the response content Refs: #590 Co-authored-by: weichenhao<weichenhao3@huawei.com> # message auto-generated for no-merge-commit merge: !741 fix(component):Fix the issue where the end component of the main workflow cannot obtain the response content. From: @weichenhao Reviewed-by: @yangzequ, @alan_cheng See merge request: openJiuwen/agent-core!7412 个月前
fix(comp): tool component compatible with restful api's return output Refs: #116 Co-authored-by: yangzequ<yangzequ1@huawei.com> # message auto-generated for no-merge-commit merge: !367 fix(comp): tool component compatible with restful api's return output From: @yangzequ Reviewed-by: @deyang, @alan_cheng See merge request: openJiuwen/agent-core!3673 个月前
fix(workflow): fixed the test failure in test_visualize_simple_workflow_intent Refs: #440 Co-authored-by: MapleKing<983563691@qq.com> # message auto-generated for no-merge-commit merge: !551 Fixed the test failure in test_visualize_simple_workflow_intent From: @MapleLiu Reviewed-by: @yangzequ, @deyang See merge request: openJiuwen/agent-core!5513 个月前