-
-
Notifications
You must be signed in to change notification settings - Fork 248
✨ feat(agent): ppt-2-svg @xingpingcn #1436
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 the new ppt-2-svg agent by adding its Chinese localization file, configures a shared Prettier setup, and updates the CHANGELOG to document the new feature while tidying up formatting. Class diagram for ppt-2-svg agent configuration structureclassDiagram
class AgentConfig {
+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
}
AgentConfig --> Config
AgentConfig --> 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 and they look great!
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
🤖 自动生成的 Agent 配置文件
@xingpingcn (resolve #1435)
Summary by Sourcery
Introduce the new ppt-2-svg agent for converting source documents into SVG slides, include Chinese localization, add shared Prettier configuration, and tidy up CHANGELOG formatting.
New Features:
Build:
Documentation:
Chores: