✨ feat(agent): add ai-job-transition-resume and learn-anything agents#1508
Open
bob798 wants to merge 1 commit intolobehub:mainfrom
Open
✨ feat(agent): add ai-job-transition-resume and learn-anything agents#1508bob798 wants to merge 1 commit intolobehub:mainfrom
bob798 wants to merge 1 commit intolobehub:mainfrom
Conversation
- ai-job-transition-resume: AI 岗位转型简历优化助手,帮助用户把现有经历转化为符合 AI 工程师/售前等岗位要求的竞争力叙述 - learn-anything: 结构化学习策略专家,帮助用户用最短路径掌握任何新技术或技能 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Reviewer's guide (collapsed on small PRs)Reviewer's GuideAdds two new Chinese-language agents, one for AI job-transition resume optimization and one for structured learning planning, by introducing their agent JSON definitions without modifying shared templates or metadata. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Member
|
👍 @bob798 Thank you for raising your pull request and contributing to our Community |
There was a problem hiding this comment.
Hey - I've left some high level feedback:
- The new agent JSON files are added under
src/, but the project checklist specifies that entries should live in theagentsdirectory, so please move them to match the existing structure. - Compare the structure and key naming in these new agent JSON files with existing
*.zh-CN.jsonagents to ensure consistent fields (e.g., role, style, and prompt sections) and avoid diverging schema conventions.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- The new agent JSON files are added under `src/`, but the project checklist specifies that entries should live in the `agents` directory, so please move them to match the existing structure.
- Compare the structure and key naming in these new agent JSON files with existing `*.zh-CN.json` agents to ensure consistent fields (e.g., role, style, and prompt sections) and avoid diverging schema conventions.Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
Member
|
现在这个仓库已经draft了,请直接在 app.lobehub.com 或者自部署上,上传你的 agent 直接到市场中即可 @bob798 |
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.
📝 信息 | Information
✅ 检查列表 | Checklist:
Readme.mdmeta.json和agent_template.json没有被修改过。entry放置在agents目录中,并且使用.json文件扩展名。Readme.mdmeta.jsonandagent_template.jsonhave not been modified.entryis placed in theagentsdirectory with the.jsonfile extension.Summary by Sourcery
Add two new Chinese-language agents for AI job transition resume optimization and structured learning planning.
New Features: