✨ Feature: add skill repository lifecycle and management UI#3393
Open
Summer-Si wants to merge 16 commits into
Open
✨ Feature: add skill repository lifecycle and management UI#3393Summer-Si wants to merge 16 commits into
Summer-Si wants to merge 16 commits into
Conversation
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
| os.makedirs(config_dir, exist_ok=True) | ||
| path = _local_skill_config_yaml_path(skill_name, local_skills_dir) | ||
| config_dir = os.path.dirname(path) | ||
| os.makedirs(config_dir, exist_ok=True) |
Contributor
Author
| raise SkillException(f"Skill '{skill_name}' already exists locally") | ||
| if resolved: | ||
| local_skill_dir = _resolve_local_skill_path(resolved, skill_name) | ||
| if os.path.exists(local_skill_dir): |
Contributor
Author
# Conflicts: # frontend/app/[locale]/agents/components/agentConfig/SkillBuildModal.tsx
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.


普通用户视图+仓库页

管理员视图+仓库页, admin有审核tab页:

仓库卡片

复制功能:从仓库复制到我的
详情弹窗:

admin下架skill:

我的tab页:

创建skill:

编辑skill:

申请发布skill:

admin审核tab页:

智能体配置,skill详情弹窗:
