foliko 1.1.26 → 1.1.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (192) hide show
  1. package/.agent/data/default.json +9 -404
  2. package/.agent/data/email/processed-emails.json +1 -0
  3. package/.agent/data/plugins-state.json +173 -172
  4. package/.agent/data/scheduler/tasks.json +1 -86
  5. package/.agent/data/web/web-config.json +5 -0
  6. package/.agent/data/weixin/images/file_1776188148383jpg +0 -0
  7. package/.agent/data/weixin/images/file_1776188458326.jpg +0 -0
  8. package/.agent/data/weixin/images/file_1776188689423.jpg +0 -0
  9. package/.agent/data/weixin/images/file_1776188813604.jpg +0 -0
  10. package/.agent/data/weixin/images/file_1776189097450.jpg +0 -0
  11. package/.agent/data/weixin/videos/file_1776188318431.mp4 +0 -0
  12. package/.agent/mcp_config.json +1 -16
  13. package/.agent/memory/feedback/mnxe0cxc-14l6q5.md +17 -0
  14. package/.agent/memory/feedback/mnxe11pa-nxf577.md +9 -0
  15. package/.agent/memory/feedback/mnxe1an2-84faff.md +9 -0
  16. package/.agent/memory/feedback/mnxgcfj0-qg3wjc.md +9 -0
  17. package/.agent/memory/feedback/mnxgcn3y-40mqss.md +9 -0
  18. package/.agent/memory/feedback/mnxgcxq9-jm7ydl.md +9 -0
  19. package/.agent/memory/feedback/mnxgdyfj-pzjvkb.md +9 -0
  20. package/.agent/memory/feedback/mnxge3z1-7vyit1.md +9 -0
  21. package/.agent/memory/feedback/mnxhrg28-41hhjr.md +9 -0
  22. package/.agent/memory/feedback/mnxhrx0e-yth94k.md +9 -0
  23. package/.agent/memory/feedback/mnxhs3jd-rvx8aq.md +9 -0
  24. package/.agent/memory/feedback/mnxhs7p7-g5rtn9.md +9 -0
  25. package/.agent/memory/feedback/mnxhslx5-oqwuhr.md +9 -0
  26. package/.agent/memory/feedback/mnxhsvd6-nuyvvc.md +9 -0
  27. package/.agent/memory/project/mnxegq6z-5fc64w.md +22 -0
  28. package/.agent/memory/project/mnxh2w4r-le9hur.md +17 -0
  29. package/.agent/memory/project/mnxhq2yv-9qa8ay.md +31 -0
  30. package/.agent/memory/project/mnxhql11-iaun2o.md +34 -0
  31. package/.agent/memory/project/mnxhr78p-jpg7eq.md +23 -0
  32. package/.agent/memory/reference/mnxe0oa9-p6wzk6.md +27 -0
  33. package/.agent/memory/reference/mnxehcll-kcrmpf.md +29 -0
  34. package/.agent/memory/reference/mnxei0ts-jw091y.md +18 -0
  35. package/.agent/memory/reference/mnxfnrr4-rski36.md +40 -0
  36. package/.agent/memory/reference/mnxfo6n5-af9zls.md +18 -0
  37. package/.agent/memory/reference/mnxh2ady-u6cmvk.md +61 -0
  38. package/.agent/memory/reference/mnxhqdqh-ucsbsk.md +31 -0
  39. package/.agent/memory/reference/mnxiixyp-rz2gvw.md +34 -0
  40. package/.agent/memory/user/mnxhqxk3-vjjhlf.md +23 -0
  41. package/.agent/package.json +8 -0
  42. package/.agent/plugins/__pycache__/file_writer.cpython-312.pyc +0 -0
  43. package/.agent/plugins/daytona/README.md +89 -0
  44. package/.agent/plugins/daytona/index.js +377 -0
  45. package/.agent/plugins/daytona/package.json +12 -0
  46. package/.agent/plugins/marknative/README.md +134 -0
  47. package/.agent/plugins/marknative/fonts/SegoeUI Emoji.ttf +0 -0
  48. package/.agent/plugins/marknative/fonts.zip +0 -0
  49. package/.agent/plugins/marknative/index.js +256 -0
  50. package/.agent/plugins/marknative/package.json +12 -0
  51. package/.agent/plugins/system-info/index.js +387 -0
  52. package/.agent/plugins/system-info/package.json +4 -0
  53. package/.agent/plugins/system-info/test.js +40 -0
  54. package/.agent/plugins/test-plugin.py +123 -0
  55. package/.agent/plugins/test_nested_plugin.py +85 -0
  56. package/.agent/plugins.json +11 -5
  57. package/.agent/python-scripts/test_sample.py +24 -0
  58. package/.agent/sessions/cli_default.json +27 -1447
  59. package/.agent/sessions/weixin_o9cq80zgZqKPA2-s59PN43GdDy1w@im.wechat.json +146 -904
  60. package/.agent/skills/agent-browser/SKILL.md +311 -0
  61. package/.agent/skills/agent-browser/TEST_PLAN.md +200 -0
  62. package/.agent/skills/sysinfo/SKILL.md +38 -0
  63. package/.agent/skills/sysinfo/system-info.sh +130 -0
  64. package/.agent/skills/workflow/SKILL.md +324 -0
  65. package/.agent/test-agent.js +35 -0
  66. package/.agent/weixin.json +6 -0
  67. package/.agent/workflows/email-digest.json +50 -0
  68. package/.agent/workflows/file-backup.json +21 -0
  69. package/.agent/workflows/get-ip-notify.json +32 -0
  70. package/.agent/workflows/news-aggregator.json +93 -0
  71. package/.agent/workflows/news-dashboard-v2.json +94 -0
  72. package/.agent/workflows/notification-batch.json +32 -0
  73. package/.claude/settings.local.json +1 -23
  74. package/.env.example +56 -56
  75. package/README.md +441 -441
  76. package/package.json +1 -1
  77. package/skills/find-skills/AGENTS.md +162 -162
  78. package/skills/find-skills/SKILL.md +133 -133
  79. package/src/core/agent-chat.js +41 -7
  80. package/src/utils/chat-queue.js +6 -2
  81. package/system.md +231 -643
  82. package/system1.md +4042 -0
  83. package/test_poster.png +0 -0
  84. package/website_v2/index.html +174 -2
  85. package/website_v2/styles/animations.css +7 -7
  86. package/website_v2/styles/main.css +195 -0
  87. package/.agent/.shared/ui-ux-pro-max/data/charts.csv +0 -26
  88. package/.agent/.shared/ui-ux-pro-max/data/colors.csv +0 -97
  89. package/.agent/.shared/ui-ux-pro-max/data/icons.csv +0 -101
  90. package/.agent/.shared/ui-ux-pro-max/data/landing.csv +0 -31
  91. package/.agent/.shared/ui-ux-pro-max/data/products.csv +0 -97
  92. package/.agent/.shared/ui-ux-pro-max/data/prompts.csv +0 -24
  93. package/.agent/.shared/ui-ux-pro-max/data/react-performance.csv +0 -45
  94. package/.agent/.shared/ui-ux-pro-max/data/stacks/flutter.csv +0 -53
  95. package/.agent/.shared/ui-ux-pro-max/data/stacks/html-tailwind.csv +0 -56
  96. package/.agent/.shared/ui-ux-pro-max/data/stacks/jetpack-compose.csv +0 -53
  97. package/.agent/.shared/ui-ux-pro-max/data/stacks/nextjs.csv +0 -53
  98. package/.agent/.shared/ui-ux-pro-max/data/stacks/nuxt-ui.csv +0 -51
  99. package/.agent/.shared/ui-ux-pro-max/data/stacks/nuxtjs.csv +0 -59
  100. package/.agent/.shared/ui-ux-pro-max/data/stacks/react-native.csv +0 -52
  101. package/.agent/.shared/ui-ux-pro-max/data/stacks/react.csv +0 -54
  102. package/.agent/.shared/ui-ux-pro-max/data/stacks/shadcn.csv +0 -61
  103. package/.agent/.shared/ui-ux-pro-max/data/stacks/svelte.csv +0 -54
  104. package/.agent/.shared/ui-ux-pro-max/data/stacks/swiftui.csv +0 -51
  105. package/.agent/.shared/ui-ux-pro-max/data/stacks/vue.csv +0 -50
  106. package/.agent/.shared/ui-ux-pro-max/data/styles.csv +0 -59
  107. package/.agent/.shared/ui-ux-pro-max/data/typography.csv +0 -58
  108. package/.agent/.shared/ui-ux-pro-max/data/ui-reasoning.csv +0 -101
  109. package/.agent/.shared/ui-ux-pro-max/data/ux-guidelines.csv +0 -100
  110. package/.agent/.shared/ui-ux-pro-max/data/web-interface.csv +0 -31
  111. package/.agent/.shared/ui-ux-pro-max/scripts/__pycache__/core.cpython-313.pyc +0 -0
  112. package/.agent/.shared/ui-ux-pro-max/scripts/__pycache__/design_system.cpython-313.pyc +0 -0
  113. package/.agent/.shared/ui-ux-pro-max/scripts/core.py +0 -258
  114. package/.agent/.shared/ui-ux-pro-max/scripts/design_system.py +0 -1067
  115. package/.agent/.shared/ui-ux-pro-max/scripts/search.py +0 -106
  116. package/.agent/ARCHITECTURE.md +0 -288
  117. package/.agent/agents/backend-dev.md +0 -102
  118. package/.agent/agents/data-analyst.md +0 -117
  119. package/.agent/agents/devops.md +0 -115
  120. package/.agent/agents/frontend-dev.md +0 -94
  121. package/.agent/agents/product-manager.md +0 -85
  122. package/.agent/agents/qa-engineer.md +0 -100
  123. package/.agent/agents/security-engineer.md +0 -99
  124. package/.agent/agents/team-lead.md +0 -137
  125. package/.agent/agents/ui-designer.md +0 -116
  126. package/.agent/data/ambient/goals.json +0 -1
  127. package/.agent/data/puppeteer-sessions/undefined.json +0 -6
  128. package/.agent/data/weixin-media/2026-04-08/img_1775618677512.jpg +0 -0
  129. package/.agent/data/weixin-media/2026-04-08/img_1775619073340.jpg +0 -0
  130. package/.agent/data/weixin-media/2026-04-08/img_1775619097536.jpg +0 -0
  131. package/.agent/data/weixin-media/2026-04-08/img_1775619209388.jpg +0 -0
  132. package/.agent/memory/feedback/mnygjgox-ualjip.md +0 -11
  133. package/.agent/memory/feedback/mnzugpej-esdwsr.md +0 -9
  134. package/.agent/memory/feedback/mo2quxke-saxs56.md +0 -9
  135. package/.agent/memory/project/mnqx54u5-loqtoe.md +0 -9
  136. package/.agent/memory/project/mnqx84cv-mx6dmd.md +0 -9
  137. package/.agent/memory/project/mnsacuyr-hgtk5n.md +0 -20
  138. package/.agent/memory/project/mnu5hy2x-bjsg7u.md +0 -9
  139. package/.agent/memory/project/mny28ot4-8qe9au.md +0 -9
  140. package/.agent/memory/project/mnztftxj-af82rh.md +0 -9
  141. package/.agent/memory/project/mo0y04d0-bmaefl.md +0 -9
  142. package/.agent/memory/project/mo2iztxb-3c7v81.md +0 -9
  143. package/.agent/memory/reference/mnre3cww-penbo1.md +0 -9
  144. package/.agent/memory/reference/mns9wn48-luerua.md +0 -14
  145. package/.agent/memory/reference/mns9yz5c-thc2s0.md +0 -16
  146. package/.agent/memory/reference/mnsfy4um-910f1o.md +0 -23
  147. package/.agent/memory/reference/mnsg37dp-lmfj18.md +0 -32
  148. package/.agent/memory/reference/mnsll60q-0j911u.md +0 -36
  149. package/.agent/memory/reference/mnsmlb5y-nej31u.md +0 -16
  150. package/.agent/memory/reference/mnssle72-yrot96.md +0 -9
  151. package/.agent/memory/reference/mnygj8nb-bjthmc.md +0 -20
  152. package/.agent/memory/reference/mnzfvs4m-ufyg9a.md +0 -12
  153. package/.agent/memory/user/mnsfuon6-l416q1.md +0 -21
  154. package/.agent/memory/user/mnsg9kut-95m7rf.md +0 -20
  155. package/.agent/memory/user/mnu2eo1v-yy6fhe.md +0 -9
  156. package/.agent/memory/user/mnu2etuo-8u8jk8.md +0 -9
  157. package/.agent/memory/user/mnx0rk6g-gsznjj.md +0 -9
  158. package/.agent/memory/user/mnyf1riz-4yo5yz.md +0 -9
  159. package/.agent/memory/user/mnzuh4cw-zvee8w.md +0 -13
  160. package/.agent/memory/user/mnzvewyj-jl67cq.md +0 -9
  161. package/.agent/memory/user/mnzwh9xo-43ys3f.md +0 -9
  162. package/.agent/memory/user/mo0ycvpn-eebsxc.md +0 -9
  163. package/.agent/memory/user/mo2k8c8n-132r2u.md +0 -9
  164. package/.agent/plugins/puppeteer-plugin/README.md +0 -147
  165. package/.agent/plugins/puppeteer-plugin/index.js +0 -1422
  166. package/.agent/plugins/puppeteer-plugin/package.json +0 -9
  167. package/.agent/rules/GEMINI.md +0 -273
  168. package/.agent/rules/allow-rule.md +0 -77
  169. package/.agent/rules/log-rule.md +0 -83
  170. package/.agent/rules/security-rule.md +0 -93
  171. package/.agent/scripts/auto_preview.py +0 -148
  172. package/.agent/scripts/checklist.py +0 -217
  173. package/.agent/scripts/session_manager.py +0 -120
  174. package/.agent/scripts/verify_all.py +0 -327
  175. package/.agent/skills/doc.md +0 -177
  176. package/.agent/skills/mmx-cli/SKILL.md +0 -431
  177. package/.agent/workflows/brainstorm.md +0 -113
  178. package/.agent/workflows/create.md +0 -59
  179. package/.agent/workflows/debug.md +0 -103
  180. package/.agent/workflows/deploy.md +0 -176
  181. package/.agent/workflows/enhance.md +0 -63
  182. package/.agent/workflows/orchestrate.md +0 -237
  183. package/.agent/workflows/plan.md +0 -89
  184. package/.agent/workflows/preview.md +0 -81
  185. package/.agent/workflows/simple-test.md +0 -42
  186. package/.agent/workflows/status.md +0 -86
  187. package/.agent/workflows/structured-orchestrate.md +0 -180
  188. package/.agent/workflows/test.md +0 -144
  189. package/.agent/workflows/ui-ux-pro-max.md +0 -296
  190. package/.claude/settings.json +0 -5
  191. package/skills-lock.json +0 -10
  192. package/system.md.bak +0 -1978
@@ -7,39 +7,149 @@
7
7
  "enabled": true,
8
8
  "config": {}
9
9
  },
10
+ "skill-manager": {
11
+ "enabled": true,
12
+ "config": {}
13
+ },
14
+ "mcp-executor": {
15
+ "enabled": true,
16
+ "config": {}
17
+ },
18
+ "python-plugin-loader": {
19
+ "enabled": true,
20
+ "config": {}
21
+ },
22
+ "subagent-manager": {
23
+ "enabled": true,
24
+ "config": {
25
+ "agentsDir": ".agent/agents",
26
+ "agents": [
27
+ {
28
+ "name": "code-assistant",
29
+ "description": "代码助手 - 专业的编程和代码分析助手",
30
+ "instructions": "你是一个专业的代码助手,精通多种编程语言和开发技术。\n\n【核心能力】\n- 代码编写、调试和优化\n- 代码审查和重构建议\n- 多种编程语言支持(Python、JavaScript、TypeScript、Java等)\n- 代码问题诊断和解决\n- 解释复杂代码逻辑\n\n【工作原则】\n- 提供清晰、规范的代码\n- 包含必要的注释说明\n- 考虑代码性能和安全性\n- 遵循最佳实践",
31
+ "tools": [
32
+ "read_file",
33
+ "write_file",
34
+ "modify_file",
35
+ "search_file",
36
+ "python-execute",
37
+ "execute_command",
38
+ "shell"
39
+ ],
40
+ "_fromDir": true
41
+ },
42
+ {
43
+ "name": "email-assistant",
44
+ "description": "邮件助手 - 专业的邮件管理助手",
45
+ "instructions": "你是一个专业的邮件助手,擅长邮件的读写、筛选和管理。\n\n【核心能力】\n- 读取和回复邮件\n- 发送新邮件(支持附件)\n- 邮件搜索和筛选\n- 邮件摘要生成\n- 批量邮件处理\n\n【工作原则】\n- 保持邮件格式规范\n- 回复内容专业得体\n- 保护隐私信息\n- 及时处理重要邮件",
46
+ "tools": [
47
+ "email_read",
48
+ "email_send",
49
+ "email_mark_read",
50
+ "email_delete",
51
+ "email_unread_count",
52
+ "email_configure",
53
+ "notification_send"
54
+ ],
55
+ "_fromDir": true
56
+ },
57
+ {
58
+ "name": "file-assistant",
59
+ "description": "文件助手 - 专业的文件管理和操作助手",
60
+ "instructions": "你是一个专业的文件助手,擅长文件操作、目录管理、文件搜索和内容编辑。\n\n【核心能力】\n- 读取、创建、编辑、删除文件和目录\n- 搜索文件内容和文件名称\n- 批量文件操作\n- 文件内容分析和提取\n\n【工作原则】\n- 执行操作前确认路径正确\n- 危险操作(如删除)需要谨慎\n- 保持文件编码一致性\n- 重要文件操作前可创建备份",
61
+ "tools": [
62
+ "read_file",
63
+ "write_file",
64
+ "delete_file",
65
+ "modify_file",
66
+ "search_file",
67
+ "read_directory",
68
+ "create_directory",
69
+ "execute_command"
70
+ ],
71
+ "_fromDir": true
72
+ },
73
+ {
74
+ "name": "system-assistant",
75
+ "description": "系统助手 - 专业的系统信息监控和管理助手",
76
+ "instructions": "你是一个专业的系统助手,精通系统信息监控和基础管理。\n\n【核心能力】\n- CPU、内存、磁盘使用情况监控\n- 网络接口信息查询\n- 系统运行状态分析\n- 性能问题诊断\n- 定时监控和报告\n\n【工作原则】\n- 提供清晰的数据展示\n- 发现异常及时提醒\n- 给出合理的优化建议\n- 保护系统安全",
77
+ "tools": [
78
+ "get_basic_info",
79
+ "get_cpu_info",
80
+ "get_memory_info",
81
+ "get_disk_info",
82
+ "get_network_info",
83
+ "get_full_system_info",
84
+ "notification_send",
85
+ "schedule_task"
86
+ ],
87
+ "_fromDir": true
88
+ },
89
+ {
90
+ "name": "web-assistant",
91
+ "description": "网络助手 - 专业的网络数据获取和处理助手",
92
+ "instructions": "你是一个专业的网络助手,精通网络数据获取和处理。\n\n【核心能力】\n- HTTP请求发送(GET/POST/PUT/DELETE等)\n- 网页内容抓取和解析\n- API调用和数据处理\n- JSON/XML数据解析\n- 网络问题诊断\n\n【工作原则】\n- 遵守网站使用协议\n- 合理控制请求频率\n- 数据处理规范\n- 异常情况妥善处理",
93
+ "tools": [
94
+ "fetch",
95
+ "web_request",
96
+ "execute_command",
97
+ "python-execute",
98
+ "notification_send"
99
+ ],
100
+ "_fromDir": true
101
+ }
102
+ ]
103
+ }
104
+ },
105
+ "system-info": {
106
+ "enabled": true,
107
+ "config": {}
108
+ },
10
109
  "ai": {
11
110
  "enabled": true
12
111
  },
13
- "storage": {
112
+ "ambient": {
14
113
  "enabled": true,
15
114
  "config": {
16
- "type": "json",
17
- "path": ".agent/data",
18
- "namespace": "default"
115
+ "enabled": true,
116
+ "tickInterval": 5000,
117
+ "cooldownPeriod": 3000,
118
+ "persistencePath": ".agent/data/ambient",
119
+ "defaultGoals": []
19
120
  }
20
121
  },
21
- "tools": {
122
+ "audit": {
22
123
  "enabled": true,
23
- "config": {}
124
+ "config": {
125
+ "maxLogs": 1000,
126
+ "retentionDays": 30,
127
+ "logDir": ".agent/logs"
128
+ }
24
129
  },
25
- "workflow": {
130
+ "email": {
26
131
  "enabled": true,
27
132
  "config": {}
28
133
  },
29
- "skill-manager": {
134
+ "extension-executor": {
30
135
  "enabled": true,
31
136
  "config": {}
32
137
  },
33
- "mcp-executor": {
138
+ "feishu": {
139
+ "enabled": false,
140
+ "config": {
141
+ "appId": "cli_a90e8b47db235bdb",
142
+ "appSecret": "Vmfy9gXWtYQtec36uY3B8ecr1QEZO2N8",
143
+ "allowedUsers": []
144
+ }
145
+ },
146
+ "file-system": {
34
147
  "enabled": true,
35
148
  "config": {}
36
149
  },
37
- "shell-executor": {
150
+ "gate-trading": {
38
151
  "enabled": true,
39
- "config": {
40
- "timeout": 60000,
41
- "workingDir": "D:\\code\\vb-agent"
42
- }
152
+ "config": {}
43
153
  },
44
154
  "python-executor": {
45
155
  "enabled": true,
@@ -50,6 +160,20 @@
50
160
  "pipPath": null
51
161
  }
52
162
  },
163
+ "rules": {
164
+ "enabled": true,
165
+ "config": {
166
+ "rulesDir": ".agent/rules",
167
+ "autoLoad": true
168
+ }
169
+ },
170
+ "scheduler": {
171
+ "enabled": true,
172
+ "config": {
173
+ "checkInterval": 1000,
174
+ "persistencePath": ".agent/data/scheduler"
175
+ }
176
+ },
53
177
  "session": {
54
178
  "enabled": true,
55
179
  "config": {
@@ -64,32 +188,30 @@
64
188
  "onSessionCreated": null
65
189
  }
66
190
  },
67
- "audit": {
191
+ "shell-executor": {
68
192
  "enabled": true,
69
193
  "config": {
70
- "maxLogs": 1000,
71
- "retentionDays": 30,
72
- "logDir": ".agent/logs"
194
+ "timeout": 60000,
195
+ "workingDir": "D:\\Code\\vb-agent"
73
196
  }
74
197
  },
75
- "rules": {
198
+ "storage": {
76
199
  "enabled": true,
77
200
  "config": {
78
- "rulesDir": ".agent/rules",
79
- "autoLoad": true
201
+ "type": "json",
202
+ "path": ".agent/data",
203
+ "namespace": "default"
80
204
  }
81
205
  },
82
- "scheduler": {
83
- "enabled": true,
206
+ "telegram": {
207
+ "enabled": false,
84
208
  "config": {
85
- "checkInterval": 1000,
86
- "persistencePath": ".agent/data/scheduler"
209
+ "botToken": "\"1980700161:AAHQQxKRAyg6-MuOTZDIj7x9WjEdIaGhK5I\"",
210
+ "allowedChats": [],
211
+ "groupMode": false,
212
+ "prefix": "/"
87
213
  }
88
214
  },
89
- "file-system": {
90
- "enabled": true,
91
- "config": {}
92
- },
93
215
  "think": {
94
216
  "enabled": true,
95
217
  "config": {
@@ -99,172 +221,42 @@
99
221
  "enableContinuous": false
100
222
  }
101
223
  },
102
- "python-plugin-loader": {
103
- "enabled": true,
104
- "config": {}
105
- },
106
- "telegram": {
107
- "enabled": false,
108
- "config": {
109
- "botToken": "1980700161:AAHQQxKRAyg6-MuOTZDIj7x9WjEdIaGhK5I",
110
- "allowedChats": [],
111
- "groupMode": false,
112
- "prefix": "/",
113
- "systemPrompt": "你是一个有帮助的AI助手。"
114
- }
115
- },
116
- "weixin": {
117
- "enabled": false,
118
- "config": {
119
- "forceLogin": false,
120
- "qrcodeTerminal": true,
121
- "allowedUsers": [],
122
- "systemPrompt": "你是一个有帮助的AI助手。回复内容不要使用markdown格式文本"
123
- }
124
- },
125
- "email": {
224
+ "tools": {
126
225
  "enabled": true,
127
226
  "config": {}
128
227
  },
129
- "subagent-manager": {
130
- "enabled": true,
131
- "config": {
132
- "agentsDir": "D:\\code\\vb-agent\\.agent\\agents",
133
- "agents": [
134
- {
135
- "name": "code-archaeologist",
136
- "description": "Expert in legacy code, refactoring, and understanding undocumented systems. Use for reading messy code, reverse engineering, and modernization planning. Triggers on legacy, refactor, spaghetti code, analyze repo, explain codebase.",
137
- "tools": "Read, Grep, Glob, Edit, Write",
138
- "model": "inherit",
139
- "skills": "clean-code, refactoring-patterns, code-review-checklist",
140
- "_fromDir": true
141
- },
142
- {
143
- "name": "data-analyst",
144
- "description": "Expert in data analysis, visualization, statistics, and Python data processing. Use for pandas, matplotlib, CSV analysis, statistical tests, and generating charts. Triggers on analyze data, chart, plot, statistics, csv, excel, pandas, matplotlib, correlation, trend.",
145
- "tools": "Read, Write, Glob, Grep, PythonExecute, PythonScript, PipInstall, Bash",
146
- "model": "inherit",
147
- "skills": "python-data, statistics-basics, visualization-patterns",
148
- "_fromDir": true
149
- },
150
- {
151
- "name": "devops-engineer",
152
- "description": "Expert in deployment, server management, CI/CD, and production operations. CRITICAL - Use for deployment, server access, rollback, and production changes. HIGH RISK operations. Triggers on deploy, production, server, pm2, ssh, release, rollback, ci/cd.",
153
- "tools": "Read, Grep, Glob, Bash, Edit, Write",
154
- "model": "inherit",
155
- "skills": "clean-code, deployment-procedures, server-management, powershell-windows, bash-linux",
156
- "_fromDir": true
157
- },
158
- {
159
- "name": "email-admin",
160
- "description": "Email management expert for sending, reading, configuring emails, and monitoring inbox. Use for composing emails, checking unread messages, setting up email watches, configuring SMTP/IMAP, and email automation. Triggers on email, mail, inbox, smtp, imap, send email, read email, unread.",
161
- "tools": "Read, Write, Edit, Glob, Grep, Bash, Shell, ExecuteCommand, EmailSend, EmailRead, EmailConfigure, EmailWatch, EmailUnreadCount, EmailMarkRead, EmailDelete, EmailAutoReply, Fetch",
162
- "model": "inherit",
163
- "skills": "clean-code",
164
- "_fromDir": true
165
- },
166
- {
167
- "name": "frontend-specialist",
168
- "description": "Senior Frontend Architect who builds maintainable React/Next.js systems with performance-first mindset. Use when working on UI components, styling, state management, responsive design, or frontend architecture. Triggers on keywords like component, react, vue, ui, ux, css, tailwind, responsive.",
169
- "tools": "Read, Grep, Glob, Bash, Edit, Write",
170
- "model": "inherit",
171
- "skills": "clean-code, nextjs-react-expert, web-design-guidelines, tailwind-patterns, frontend-design, lint-and-validate",
172
- "_fromDir": true
173
- },
174
- {
175
- "name": "product-manager",
176
- "description": "Expert in product requirements, user stories, and acceptance criteria. Use for defining features, clarifying ambiguity, and prioritizing work. Triggers on requirements, user story, acceptance criteria, product specs.",
177
- "tools": "Read, Grep, Glob, Bash",
178
- "model": "inherit",
179
- "skills": "plan-writing, brainstorming, clean-code",
180
- "_fromDir": true
181
- },
182
- {
183
- "name": "python-developer",
184
- "description": "Expert in Python development including web frameworks (FastAPI, Flask, Django), data processing (pandas, numpy), automation scripts, and API development. Triggers on python, fastapi, flask, django, pandas, numpy, pip, virtualenv, pytest, script, automation.",
185
- "tools": "Read, Write, Glob, Grep, SearchFile, PythonExecute, PythonScript, PipInstall, Bash",
186
- "model": "inherit",
187
- "skills": "python-patterns, fastapi-guide, pandas-cookbook",
188
- "_fromDir": true
189
- },
190
- {
191
- "name": "security-auditor",
192
- "description": "Elite cybersecurity expert. Think like an attacker, defend like an expert. OWASP 2025, supply chain security, zero trust architecture. Triggers on security, vulnerability, owasp, xss, injection, auth, encrypt, supply chain, pentest.",
193
- "tools": "Read, Grep, Glob, Bash, Edit, Write",
194
- "model": "inherit",
195
- "skills": "clean-code, vulnerability-scanner, red-team-tactics, api-patterns",
196
- "_fromDir": true
197
- }
198
- ]
199
- }
200
- },
201
228
  "web": {
202
229
  "enabled": true,
203
230
  "config": {}
204
231
  },
205
- "feishu": {
206
- "enabled": false,
207
- "config": {
208
- "allowedUsers": []
209
- }
210
- },
211
- "test-subagent": {
212
- "enabled": true,
213
- "config": {}
214
- },
215
- "system-info": {
216
- "enabled": true,
217
- "config": {}
218
- },
219
- "proactive-agent": {
220
- "enabled": true,
221
- "config": {
222
- "autoStart": false,
223
- "exploreInterval": 30000,
224
- "maxNoProgress": 5,
225
- "maxIterations": 20,
226
- "enableReflection": true,
227
- "maxConcurrentGoals": 3,
228
- "quiet": false,
229
- "reflectionThreshold": 2
230
- }
231
- },
232
- "test-plugin": {
232
+ "plugin_manager": {
233
233
  "enabled": true,
234
234
  "config": {}
235
235
  },
236
- "ambient": {
236
+ "weixin": {
237
237
  "enabled": true,
238
238
  "config": {
239
- "enabled": true,
240
- "tickInterval": 5000,
241
- "cooldownPeriod": 3000,
242
- "persistencePath": ".agent/data/ambient",
243
- "defaultGoals": [],
244
- "llmCallTimeout": 30000,
245
- "actionTimeout": 20000
239
+ "forceLogin": false,
240
+ "qrcodeTerminal": true,
241
+ "allowedUsers": []
246
242
  }
247
243
  },
248
- "puppeteer": {
249
- "enabled": false,
250
- "config": {}
251
- },
252
- "subagents": {
244
+ "daytona": {
253
245
  "enabled": true,
254
246
  "config": {
255
- "agentsDir": "D:\\code\\vb-agent\\.agent\\agents",
256
- "agents": []
247
+ "apiKey": "dtn_0312a20cad24464cdc31cff0184eb7dfe7f8791bd9b2719798357a6251946a39",
248
+ "apiUrl": "https://app.daytona.io/api"
257
249
  }
258
250
  },
259
- "extension-executor": {
251
+ "test": {
260
252
  "enabled": true,
261
253
  "config": {}
262
254
  },
263
- "gate-trading": {
255
+ "marknative": {
264
256
  "enabled": true,
265
257
  "config": {}
266
258
  },
267
- "plugin_manager": {
259
+ "poster-designer": {
268
260
  "enabled": true,
269
261
  "config": {}
270
262
  },
@@ -278,7 +270,16 @@
278
270
  "preference",
279
271
  "setting",
280
272
  "user"
281
- ]
273
+ ],
274
+ "maxCoreMemory": 4000
275
+ }
276
+ },
277
+ "session-memory": {
278
+ "enabled": true,
279
+ "config": {
280
+ "memoryDir": ".agent/memory",
281
+ "maxCoreMemory": 4000,
282
+ "maxRecallResults": 5
282
283
  }
283
284
  },
284
285
  "poster": {
@@ -1,86 +1 @@
1
- [
2
- {
3
- "id": "task_1776247937913_s7cji07zc",
4
- "name": "比特币价格检查",
5
- "type": "cron",
6
- "message": "触发比特币价格监控目标",
7
- "enabled": false,
8
- "createdAt": "2026-04-15T10:12:17.913Z",
9
- "lastRun": "2026-04-15T10:16:00.022Z",
10
- "runCount": 2,
11
- "cronExpression": "*/2 * * * *",
12
- "sessionId": "cli_default",
13
- "llm": false,
14
- "notify": true
15
- },
16
- {
17
- "id": "task_1776248745245_sas6qyl74",
18
- "name": "BTC价格检查V2",
19
- "type": "cron",
20
- "message": "触发比特币价格监控V2目标",
21
- "enabled": false,
22
- "createdAt": "2026-04-15T10:25:45.245Z",
23
- "lastRun": "2026-04-15T10:28:00.028Z",
24
- "runCount": 2,
25
- "cronExpression": "*/2 * * * *",
26
- "sessionId": "cli_default",
27
- "llm": false,
28
- "notify": true
29
- },
30
- {
31
- "id": "task_1776248889631_e4ksf553t",
32
- "name": "BTC价格测试",
33
- "type": "cron",
34
- "message": "触发比特币价格监控测试",
35
- "enabled": false,
36
- "createdAt": "2026-04-15T10:28:09.631Z",
37
- "lastRun": null,
38
- "runCount": 0,
39
- "cronExpression": "* * * * *",
40
- "sessionId": "cli_default",
41
- "llm": false,
42
- "notify": true
43
- },
44
- {
45
- "id": "task_1776248948304_3lvaf4gvu",
46
- "name": "BTC价格监控V3",
47
- "type": "cron",
48
- "message": "触发BTC价格监控V3",
49
- "enabled": false,
50
- "createdAt": "2026-04-15T10:29:08.304Z",
51
- "lastRun": "2026-04-15T10:32:00.025Z",
52
- "runCount": 3,
53
- "cronExpression": "* * * * *",
54
- "sessionId": "cli_default",
55
- "llm": false,
56
- "notify": true
57
- },
58
- {
59
- "id": "task_1776249148016_pe51kdbd7",
60
- "name": "BTC价格监控V4",
61
- "type": "cron",
62
- "message": "触发BTC价格监控V4",
63
- "enabled": false,
64
- "createdAt": "2026-04-15T10:32:28.016Z",
65
- "lastRun": "2026-04-15T10:36:00.019Z",
66
- "runCount": 2,
67
- "cronExpression": "*/2 * * * *",
68
- "sessionId": "cli_default",
69
- "llm": false,
70
- "notify": true
71
- },
72
- {
73
- "id": "task_1776249256126_dd3yp6bhd",
74
- "name": "手动测试",
75
- "type": "cron",
76
- "message": "手动测试触发",
77
- "enabled": false,
78
- "createdAt": "2026-04-15T10:34:16.126Z",
79
- "lastRun": "2026-04-15T10:37:00.021Z",
80
- "runCount": 3,
81
- "cronExpression": "*/1 * * * *",
82
- "sessionId": "cli_default",
83
- "llm": false,
84
- "notify": true
85
- }
86
- ]
1
+ []
@@ -0,0 +1,5 @@
1
+ {
2
+ "routes": [],
3
+ "webhooks": [],
4
+ "statics": []
5
+ }
@@ -1,25 +1,10 @@
1
1
  {
2
2
  "mcpServers": {
3
- "MiniMax": {
4
- "enabled": false,
5
- "command": "uvx",
6
- "args": [
7
- "minimax-coding-plan-mcp",
8
- "--native-tls"
9
- ],
10
- "env": {
11
- "MINIMAX_API_KEY": "sk-cp-k4JUC_eWvysnX4pbEYQxOFfcbPvLBijQMMhaGhgUt39MKlJ0M_-dUwLX1M799LgPx3h_QoliFpFcAdUICv9uCsmx9RWvAknNHLsHAs5napDs_5IhFJPUE24",
12
- "MINIMAX_API_HOST": "https://api.minimaxi.com",
13
- "UV_NATIVE_TLS": "1",
14
- "PIP_TRUSTED_HOST": "pypi.org"
15
- }
16
- },
17
3
  "designmd": {
18
- "enabled": false,
19
4
  "command": "npx",
20
5
  "args": ["designmd-mcp"],
21
6
  "env": {
22
- "DESIGNMD_API_KEY": "dk_00a999b238a66600625b17535aa78b158d4a0c2c"
7
+ "DESIGNMD_API_KEY": "dk_a8df8439b0b7de2b55a059814bc1e085b66fc0ee"
23
8
  }
24
9
  }
25
10
  }
@@ -0,0 +1,17 @@
1
+ ---
2
+ id: "mnxe0cxc-14l6q5"
3
+ name: "布局文本溢出问题"
4
+ type: "feedback"
5
+ project: "null"
6
+ tags: [布局, UI, 文本溢出, 边框]
7
+ created: "2026-04-13"
8
+ ---
9
+ 用户反馈当前布局存在文本溢出问题:文本没有完全显示,且超出了边框边界。
10
+
11
+ Why(为什么重要):布局设计需要确保内容在指定区域内正确显示,避免信息丢失或界面错乱。
12
+
13
+ How to apply(如何使用):
14
+ 1. 在设计布局时,使用 overflow:hidden 或 text-overflow:ellipsis 处理溢出文本
15
+ 2. 考虑文本内容的最大长度,设置合适的宽度和换行规则
16
+ 3. 使用 flexbox 或 grid 布局时,注意 min-width 和 max-width 的设置
17
+ 4. 确保边框能容纳内部内容,或使用 box-sizing:border-box 计算真实尺寸
@@ -0,0 +1,9 @@
1
+ ---
2
+ id: "mnxe11pa-nxf577"
3
+ name: "避免使用不存在的 poster preset 值"
4
+ type: "feedback"
5
+ project: "null"
6
+ tags: [error, avoid, poster:create_poster_canvas, preset]
7
+ created: "2026-04-13"
8
+ ---
9
+ 【下次这样做】调用 poster:create_poster_canvas 时,preset 参数必须使用预定义的有效值之一。错误原因:使用了 "custom" 作为 preset,但系统不支持自定义 preset。有效值包括:poster_a4, poster_square, poster_16_9, poster_4_3, poster_9_16, banner_1920x500, banner_1200x400, banner_750x300, banner_468x60, banner_twitter, social_instagram, social_story, social_facebook, social_linkedin, social_youtube, promo_900x500, promo_500x500, promo_300x250, card_standard。如果需要自定义尺寸,应通过 width 和 height 参数直接指定,而不传 preset 参数或使用 preset 的标准值后用自定义宽高覆盖。
@@ -0,0 +1,9 @@
1
+ ---
2
+ id: "mnxe1an2-84faff"
3
+ name: "【避免指南】避免使用无效的 poster preset 值"
4
+ type: "feedback"
5
+ project: "null"
6
+ tags: [error, avoid, poster:create_poster_canvas]
7
+ created: "2026-04-13"
8
+ ---
9
+ 【下次这样做】调用 create_poster_canvas 时,如果需要自定义尺寸(width/height),不要设置 preset 参数(或设为 null),只传 width、height、background 参数。如果要使用预设尺寸,则必须从可用列表中选择:poster_a4, poster_square, poster_16_9, poster_4_3, poster_9_16, banner_1920x500, banner_1200x400, banner_750x300, banner_468x60, banner_twitter, social_instagram, social_story, social_facebook, social_linkedin, social_youtube, promo_900x500, promo_500x500, promo_300x250, card_standard。错误原因:传入 preset: "custom" 不是有效值,系统仅支持上述预设列表中的尺寸标识。
@@ -0,0 +1,9 @@
1
+ ---
2
+ id: "mnxgcfj0-qg3wjc"
3
+ name: "【避免指南】避免海报组件调用时出现 path.arc is not a function 错误"
4
+ type: "feedback"
5
+ project: "null"
6
+ tags: [error, avoid, poster:compose_poster, svg-render]
7
+ created: "2026-04-13"
8
+ ---
9
+ 【下次这样做】在调用 poster:compose_poster 时,需确保组件参数与画布尺寸匹配、渐变颜色数组有效、组件坐标在可见范围内。错误原因:path.arc is not a function 通常由以下情况导致:1)渐变色 colors 数组格式不正确或为空;2)某些组件的 arc 方法在给定参数下无法正常执行;3)坐标或尺寸参数导致 SVG 路径计算异常。【具体检查点】:确保 gradient.colors 是至少包含2个颜色值的数组;检查所有组件的 x/y/cx/cy 坐标在画布范围内;避免在同一位置叠加过多复杂组件;对于圆形/环形组件,确保 rx/ry/radius 参数有效。
@@ -0,0 +1,9 @@
1
+ ---
2
+ id: "mnxgcn3y-40mqss"
3
+ name: "【避免指南】避免图表组件参数错误导致海报生成失败"
4
+ type: "feedback"
5
+ project: "null"
6
+ tags: [error, avoid, poster, compose_poster, chart]
7
+ created: "2026-04-13"
8
+ ---
9
+ 【下次这样做】使用 compose_poster 的 chart 组件时,确保数据类型正确:1) data 数组中每项必须包含 label(string)、value(number) 和 color(string) 三个字段;2) 避免使用小数作为评分值(如 2.5),应使用整数;3) pie 图表建议不超过 6 个数据项;4) 确保图表尺寸(width/height)与数据量匹配,避免过小导致渲染失败。错误原因:chart 组件内部调用 SVG path.arc 方法时,参数类型不匹配或数据异常导致函数调用失败。建议先使用单个图表测试,确认参数正确后再组合多个组件。
@@ -0,0 +1,9 @@
1
+ ---
2
+ id: "mnxgcxq9-jm7ydl"
3
+ name: "【避免指南】避免饼图绘制时出现 path.arc 错误"
4
+ type: "feedback"
5
+ project: "null"
6
+ tags: [error, avoid, poster:add_poster_chart, pie-chart, path-arc]
7
+ created: "2026-04-13"
8
+ ---
9
+ 【下次这样做】在使用 poster:add_poster_chart 绘制饼图前,先检查插件版本和功能可用性。当前错误 path.arc is not a function 表明该版本的 poster 插件可能存在饼图渲染缺陷或未完整实现饼图功能。避免方法:1)使用 bar 类型替代 pie 类型进行测试,验证是否为插件通用问题;2)如果必须使用饼图,考虑使用 add_poster_circle 和 add_poster_arc 或其他组件手动组合实现;3)更新 poster 插件到最新版本;4)在调用 chart 组件前,先使用 list_poster_components 确认组件支持该类型。错误原因:插件内部 pie chart 实现中调用了不存在的 arc 方法,可能是版本兼容性或功能未完成问题。
@@ -0,0 +1,9 @@
1
+ ---
2
+ id: "mnxgdyfj-pzjvkb"
3
+ name: "避免使用 poster compose_poster 的图表组件渲染失败"
4
+ type: "feedback"
5
+ project: "null"
6
+ tags: [error, avoid, poster, chart, path.arc]
7
+ created: "2026-04-13"
8
+ ---
9
+ 【下次这样做】使用 poster compose_poster 的图表组件(chart)时,避免传入不完整的图表配置。错误原因:path.arc is not a function 表示在渲染饼图或弧形元素时,SVG path 对象调用了不存在的 arc 方法,可能是图表组件内部实现问题或参数配置不完整导致的。解决方法:(1) 确保 chart 组件的 data 数组每个对象都包含 label、value 和 color 字段;(2) pie 图表的 data 建议不超过 6 个数据项;(3) 如遇渲染错误,可改用 bar 图表替代 pie 图表,或分步使用 add_poster_chart 而非 compose_poster 一次性渲染;(4) 检查 poster 插件版本是否为最新。
@@ -0,0 +1,9 @@
1
+ ---
2
+ id: "mnxge3z1-7vyit1"
3
+ name: "避免 poster:compose_poster 饼图组件参数错误"
4
+ type: "feedback"
5
+ project: "null"
6
+ tags: [error, avoid, poster, chart]
7
+ created: "2026-04-13"
8
+ ---
9
+ 【下次这样做】使用 poster:compose_poster 的 chart 组件时,应确认参数配置是否与组件类型兼容。当前错误 path.arc is not a function 通常发生在饼图(pie)组件参数不完整或格式错误时。检查要点:1)确保 data 数据格式正确;2)确认 width/height 数值合理;3)检查 chartType 是否与数据兼容。如遇此错误,可尝试简化 chart 配置或分步创建图表组件。