feat(tools): add LegionControl tool for multi-agent legion orchestration - #5
Closed
1688mengdie wants to merge 1 commit into
Closed
feat(tools): add LegionControl tool for multi-agent legion orchestration#51688mengdie wants to merge 1 commit into
1688mengdie wants to merge 1 commit into
Conversation
Load legion JSON templates from <user-config>/legions/<id>.json, topologically sort nodes by edges, create agent sessions via SessionControl, support rollback on failure, and optionally send initial task messages to first-layer nodes. AI-assisted, build verified. References GCWing#1674
1688mengdie
force-pushed
the
pr/legion-control-tool
branch
from
July 22, 2026 20:05
550aa91 to
fa67f1e
Compare
1688mengdie
added a commit
that referenced
this pull request
Aug 5, 2026
仅新增 docs/features/agent-hot-reload.md:文档化 agents/*.md 加载机制(无缓存全量重读 + 进程级 ensure 标志)、各字段生效时机、AgentListing 快照刷新触发条件与已知限制,全部结论附源码实测文件:行号。
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.
概述
新增 LegionControl 工具,用于多智能体 Legion 编排。
功能
变更
验证
AI-assisted, build verified.
References GCWing#1674
@wsp1911 PTAL