feat(template): 完善 AI 员工模板部署与外部服务验收#267
Merged
Merged
Conversation
Collaborator
Author
|
第三层 P4 鉴权引用验收已补充并在测试 K8s 环境通过。 范围:
本地验证:
服务器验收:
|
Collaborator
Author
|
补充完整测试结果(2026-05-26): 后端单测:
前端验证:
服务器功能验收:
UI 验收:
未覆盖:
|
# Conflicts: # nodeskclaw-backend/app/services/deploy_service.py
Contributor
|
维护者补充(2026-05-28): 当前 P4
前面评论中“通过后端环境变量物化同 namespace K8s Secret”的描述已经过时,后续验收和运维准备请按上面口径执行。 |
Xy718
approved these changes
May 28, 2026
Contributor
Xy718
left a comment
There was a problem hiding this comment.
Approved. 当前 head CI 通过,未发现 P0/P1 blocker;剩余 env_vars 与 secret_env_refs 同名冲突按 follow-up issue 跟进。
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
本 PR 同步 AI 员工模板部署链路的阶段性修复,并补充 P2A 外部服务调用验收包。
主要包含:
p2a_external_service_agent测试包,用于验证 Agent Bundle 内 skill 脚本调用外部 HTTP 服务。Why
我们正在分层落地 AI 员工能力包:
当前 PR 固化前两层中已经在测试服务器跑通的部分。
Validation
10.4.182.163的 K8s 环境。/api/v1/health => ok。sync-553041e。external-service-probe脚本并调用https://api.github.com/zen,随后将 JSON 结果回复黑板。79 passed, 6 skipped。Notes
ruff check .仍会命中历史 Alembic 迁移里的旧Union[...]写法,本 PR 未改这些无关历史文件。