feat(agents): complete in-app multi-agent management flow#302
Open
slicenferqin wants to merge 2 commits intoValueCell-ai:mainfrom
Open
feat(agents): complete in-app multi-agent management flow#302slicenferqin wants to merge 2 commits intoValueCell-ai:mainfrom
slicenferqin wants to merge 2 commits intoValueCell-ai:mainfrom
Conversation
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.
Linked Issues
Summary
AGENTS.md、SOUL.md、IDENTITY.md等)Why
Issue #255 明确提出“多agent创建希望有图形化表单,CLI 太麻烦”。
这版将该诉求扩展为可用的 UI 管理流,不再是“创建后再回 CLI 配置”的割裂体验。
What Changed
1) Agent 管理能力(UI + Store + Types)
src/pages/Agents/index.tsxsrc/stores/agents.tsagents.update/agents.delete/agents.files.list/agents.files.get/agents.files.set/models.listsrc/types/agent.ts2) Review 反馈修复
listAgentFiles失败时,进入显式错误态并阻止保存,不再回退到推导路径Validation
pnpm run lintpnpm run typecheckpnpm run testNotes