feat(qwenpaw): adapt worker runtime to QwenPaw 2.0 - #1077
Draft
shiyiyue1102 wants to merge 35 commits into
Draft
Conversation
Change-Id: I9ad741de07f4b7bfbbe3721030df8749546a0def
shiyiyue1102
force-pushed
the
codex/qwenpaw-2-startup
branch
from
July 25, 2026 14:02
6e3cd41 to
912cfd3
Compare
Contributor
📊 CI Metrics ReportSummary
By Role
Per-Test Breakdown
Trends✅ 2 test(s) improved (fewer LLM calls) Generated by AgentTeams CI on 2026-07-27 18:47:58 UTC |
Change-Id: I7d7930c2391217d2c1887eb4d7e20449b4b16ce8
Change-Id: I3073b27f43f0ecde4e6fa2164fd49d2659d50dcf
Collaborator
Author
|
@maplefeng-a CI 中发现的问题正在处理中。麻烦有空帮忙 review 一下这次整体改动逻辑是否有问题,重点可以看下 QwenPaw 2.0 的 runtime.yaml desired-state、Worker 启动和热更新链路。谢谢! |
Change-Id: I31687da14f2d40bfb50dade36a8d7467e9aa8ddd
Change-Id: Ieeed7e69bf3b23e3f03aaa5168e4fe807040c1fe
Change-Id: I9b2094e39e7dfc12437aedf347199ace79de1f5b
Change-Id: I04a62daf94efad6d0445dce93a56cf897530c25e
Change-Id: I7af2aece15ab2c733754beee59e31d377ca1d810
Change-Id: I55ac99d6d22041bc7e0d229449fd0333f6ca8a29
Change-Id: I961ed24fb022cbe8ac01fab81dfe018a00c14a5d
Change-Id: Ic437642f20426d03f585442fb06867ede35e6151
Change-Id: I352dc6fa16715f0ce03ce00931e61a0abadc4efc
Change-Id: I03e49cd512911c176c9a8cb3d407877fdf8b2363
Change-Id: I50577926a078ed50232e3eb6af6583d1162be7df
Change-Id: I88060c8e6c49862205ec602de2ae3e72a4f2c879
Change-Id: I37fe3a251d02b74e1a8ef6b5c35b39c811b11914
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
qwenpaw==2.0.0.post3and adopt its native startup and schema contractsruntime/runtime.yamlbefore starting local QwenPaw workersWhy
QwenPaw 2.0 changes its Python/runtime contracts and no longer needs the QwenPaw 1.x source patch used for deferred MCP startup. The existing GitHub integration matrix also covered CoPaw and Hermes workers but did not build or exercise QwenPaw workers.
Validation
qwenpaw/.venv/bin/pytest -q qwenpaw/tests— 182 passed, 1 skippedgit diff --check— passedReal model and full Matrix end-to-end behavior are intentionally left to the GitHub Actions integration run, which has the required LLM secret.