-
-
Notifications
You must be signed in to change notification settings - Fork 252
✨ feat(agent): teaching-assitant @Lian9374 #1430
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Reviewer's GuideThis PR introduces a new Teaching Assistant agent by adding its localized configuration file, establishes a shared Prettier setup, and adjusts CHANGELOG formatting for consistency. Class diagram for the new Teaching Assistant agent configurationclassDiagram
class TeachingAssistantAgent {
+string author
+Config config
+string createdAt
+string homepage
+string identifier
+Meta meta
+int schemaVersion
+int pluginCount
+int knowledgeCount
+int tokenUsage
}
class Config {
+string systemRole
}
class Meta {
+string avatar
+string description
+string[] tags
+string title
}
TeachingAssistantAgent --> Config
TeachingAssistantAgent --> Meta
File-Level Changes
Assessment against linked issues
Possibly linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Thank you for raising your pull request and contributing to our Community |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @lobehubbot - I've reviewed your changes - here's some feedback:
- Spelling: update all occurrences of 'teaching-assitant' and 'Assitant' to 'teaching-assistant' and 'Assistant' in filenames, identifiers, and metadata.
- Remove or replace the empty strings in the tags array of the agent config with meaningful tags.
- Add a new feature entry for the teaching-assistant agent in CHANGELOG.md under the upcoming version section.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- Spelling: update all occurrences of 'teaching-assitant' and 'Assitant' to 'teaching-assistant' and 'Assistant' in filenames, identifiers, and metadata.
- Remove or replace the empty strings in the tags array of the agent config with meaningful tags.
- Add a new feature entry for the teaching-assistant agent in CHANGELOG.md under the upcoming version section.
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
|
🤖 自动生成的 Agent 配置文件
@Lian9374 (resolve #1429)
Summary by Sourcery
Add a new teaching-assistant agent with its Chinese configuration, include shared Prettier settings, and clean up CHANGELOG formatting.
New Features:
Build:
Chores: