refactor(fork): 移除三省六部专用编排协议 - #13
Merged
Merged
Conversation
Signed-off-by: hexin <372726039@qq.com>
Signed-off-by: hexin <372726039@qq.com>
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.
背景
父仓将完整移除“三省六部”及其专家团队产品功能。本 PR 对应收缩 CodeWhale fork 中仅服务于该产品编排的协议,避免底座继续背负已经没有调用方的专用语义。
变更
SpawnSubAgent恢复为只接收通用prompt,删除角色、工具、步骤、结构化产出与文件交付等产品专用字段。验证
cargo fmt --all -- --check./scripts/fork-guard.sh:23 passed,0 failed风险与边界
agent、workflow、会话级多智能体委派、Skills、MCP 与定时任务不受影响。No-Issue: 这是父仓 Pinvou/pinvou-agent#285 的配套 gitlink 变更,由同一项产品退役任务驱动。