# myagent-plugin-template **Repository Path**: MyRPA/myagent-plugin-template ## Basic Information - **Project Name**: myagent-plugin-template - **Description**: MyAgent插件开发模板 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: https://myagent.im/myagent-plugin-template - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2025-02-17 - **Last Updated**: 2025-12-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MyAgent插件开发模板 ## 插件开发好之后测试环境下载 https://myagent.im/doc.html?course_id=10001&id=39 ## 插件开发详细教程 https://myagent.im/doc.html?course_id=10001 ## 实现技术: ### 前端: Html、JavaScript、CSS ### 后端: Python ### 数据库: SQLite ## 设计模式 ### MVC #### M(Model:操作数据库) #### V(View:页面承载) #### C(Controller:逻辑控制) ## 代码结构 ### controllers 用于逻辑控制,介于view和modoel之间 ### models 用来存储操作数据库 ### utils 用于和三方的调用 ### views 用于展示页面,包括html、js、css等前端相关内容