feat: add agent marketplace - #93
Merged
Merged
Conversation
liuxy0551
force-pushed
the
feat_agent_market
branch
from
August 11, 2026 14:55
66db5bc to
0f0b092
Compare
…essage file_path varchar(1000) with utf8mb4 exceeds 3072 byte InnoDB index limit. Reduced to varchar(512), matching skills_files pattern. Also fixed delete-then-reupload incorrectly showing "update" success message. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Fix local IP showing ::1 instead of 127.0.0.1 - Add agent marketplace help documentation and screenshots - Add favicon to docsify and optimize doc images - Update agent list layout styles and Codex quick use hints Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Add file size check against maxZipSize in importAgentFile - Fix test 9: CSS selector targets span:first-child, not parent - Fix test 12: onClick spans multiple lines in JSX; remove over-broad negative background assertion Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.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.
背景
Doraemon 新增 Agent 市场,用于统一展示、搜索、导入和管理 Agent。平台负责 Agent 元数据、完整文件快照及展示资源的持久化,不负责在线运行 Agent。
主要改动
后端
agents、agent_files、agent_skills数据模型及初始化 SQLagent.yaml解析 Agent 元数据、能力、开场问题、Demo 图片及关联 Skills前端
文档
验证
npm run check-types通过已知问题
执行全量
node --test test/*.test.js时结果为 162/163,其中既有persistSkillsForSource - TDD scenarios for web upload测试存在描述字段断言失败,与本次 Agent 市场改动无关。