foliko 1.1.26 → 1.1.28

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 (168) hide show
  1. package/.agent/data/default.json +1 -420
  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 +0 -22
  13. package/.agent/package.json +8 -0
  14. package/.agent/plugins/__pycache__/file_writer.cpython-312.pyc +0 -0
  15. package/.agent/plugins/daytona/README.md +89 -0
  16. package/.agent/plugins/daytona/index.js +377 -0
  17. package/.agent/plugins/daytona/package.json +12 -0
  18. package/.agent/plugins/marknative/README.md +134 -0
  19. package/.agent/plugins/marknative/fonts/SegoeUI Emoji.ttf +0 -0
  20. package/.agent/plugins/marknative/fonts.zip +0 -0
  21. package/.agent/plugins/marknative/index.js +256 -0
  22. package/.agent/plugins/marknative/package.json +12 -0
  23. package/.agent/plugins/system-info/index.js +387 -0
  24. package/.agent/plugins/system-info/package.json +4 -0
  25. package/.agent/plugins/system-info/test.js +40 -0
  26. package/.agent/plugins/test-plugin.py +123 -0
  27. package/.agent/plugins/test_nested_plugin.py +85 -0
  28. package/.agent/plugins.json +11 -5
  29. package/.agent/python-scripts/test_sample.py +24 -0
  30. package/.agent/sessions/cli_default.json +35 -1432
  31. package/.agent/skills/agent-browser/SKILL.md +311 -0
  32. package/.agent/skills/agent-browser/TEST_PLAN.md +200 -0
  33. package/.agent/skills/sysinfo/SKILL.md +38 -0
  34. package/.agent/skills/sysinfo/system-info.sh +130 -0
  35. package/.agent/skills/workflow/SKILL.md +324 -0
  36. package/.agent/test-agent.js +35 -0
  37. package/.agent/weixin.json +6 -0
  38. package/.agent/workflows/email-digest.json +50 -0
  39. package/.agent/workflows/file-backup.json +21 -0
  40. package/.agent/workflows/get-ip-notify.json +32 -0
  41. package/.agent/workflows/news-aggregator.json +93 -0
  42. package/.agent/workflows/news-dashboard-v2.json +94 -0
  43. package/.agent/workflows/notification-batch.json +32 -0
  44. package/.claude/settings.local.json +3 -22
  45. package/.env.example +56 -56
  46. package/README.md +441 -441
  47. package/examples/test-think-continuous.js +88 -0
  48. package/package.json +1 -1
  49. package/plugins/think-plugin.js +73 -9
  50. package/plugins/web-plugin.js +5 -0
  51. package/skills/find-skills/AGENTS.md +162 -162
  52. package/skills/find-skills/SKILL.md +133 -133
  53. package/src/core/agent-chat.js +83 -16
  54. package/src/core/chat-session.js +13 -0
  55. package/src/core/subagent.js +2 -0
  56. package/src/utils/chat-queue.js +6 -2
  57. package/system.md +231 -643
  58. package/test-api.js +34 -0
  59. package/website_v2/index.html +174 -2
  60. package/website_v2/styles/animations.css +7 -7
  61. package/website_v2/styles/main.css +195 -0
  62. package/.agent/.shared/ui-ux-pro-max/data/charts.csv +0 -26
  63. package/.agent/.shared/ui-ux-pro-max/data/colors.csv +0 -97
  64. package/.agent/.shared/ui-ux-pro-max/data/icons.csv +0 -101
  65. package/.agent/.shared/ui-ux-pro-max/data/landing.csv +0 -31
  66. package/.agent/.shared/ui-ux-pro-max/data/products.csv +0 -97
  67. package/.agent/.shared/ui-ux-pro-max/data/prompts.csv +0 -24
  68. package/.agent/.shared/ui-ux-pro-max/data/react-performance.csv +0 -45
  69. package/.agent/.shared/ui-ux-pro-max/data/stacks/flutter.csv +0 -53
  70. package/.agent/.shared/ui-ux-pro-max/data/stacks/html-tailwind.csv +0 -56
  71. package/.agent/.shared/ui-ux-pro-max/data/stacks/jetpack-compose.csv +0 -53
  72. package/.agent/.shared/ui-ux-pro-max/data/stacks/nextjs.csv +0 -53
  73. package/.agent/.shared/ui-ux-pro-max/data/stacks/nuxt-ui.csv +0 -51
  74. package/.agent/.shared/ui-ux-pro-max/data/stacks/nuxtjs.csv +0 -59
  75. package/.agent/.shared/ui-ux-pro-max/data/stacks/react-native.csv +0 -52
  76. package/.agent/.shared/ui-ux-pro-max/data/stacks/react.csv +0 -54
  77. package/.agent/.shared/ui-ux-pro-max/data/stacks/shadcn.csv +0 -61
  78. package/.agent/.shared/ui-ux-pro-max/data/stacks/svelte.csv +0 -54
  79. package/.agent/.shared/ui-ux-pro-max/data/stacks/swiftui.csv +0 -51
  80. package/.agent/.shared/ui-ux-pro-max/data/stacks/vue.csv +0 -50
  81. package/.agent/.shared/ui-ux-pro-max/data/styles.csv +0 -59
  82. package/.agent/.shared/ui-ux-pro-max/data/typography.csv +0 -58
  83. package/.agent/.shared/ui-ux-pro-max/data/ui-reasoning.csv +0 -101
  84. package/.agent/.shared/ui-ux-pro-max/data/ux-guidelines.csv +0 -100
  85. package/.agent/.shared/ui-ux-pro-max/data/web-interface.csv +0 -31
  86. package/.agent/.shared/ui-ux-pro-max/scripts/__pycache__/core.cpython-313.pyc +0 -0
  87. package/.agent/.shared/ui-ux-pro-max/scripts/__pycache__/design_system.cpython-313.pyc +0 -0
  88. package/.agent/.shared/ui-ux-pro-max/scripts/core.py +0 -258
  89. package/.agent/.shared/ui-ux-pro-max/scripts/design_system.py +0 -1067
  90. package/.agent/.shared/ui-ux-pro-max/scripts/search.py +0 -106
  91. package/.agent/ARCHITECTURE.md +0 -288
  92. package/.agent/agents/backend-dev.md +0 -102
  93. package/.agent/agents/data-analyst.md +0 -117
  94. package/.agent/agents/devops.md +0 -115
  95. package/.agent/agents/frontend-dev.md +0 -94
  96. package/.agent/agents/product-manager.md +0 -85
  97. package/.agent/agents/qa-engineer.md +0 -100
  98. package/.agent/agents/security-engineer.md +0 -99
  99. package/.agent/agents/team-lead.md +0 -137
  100. package/.agent/agents/ui-designer.md +0 -116
  101. package/.agent/data/ambient/goals.json +0 -1
  102. package/.agent/data/puppeteer-sessions/undefined.json +0 -6
  103. package/.agent/data/weixin-media/2026-04-08/img_1775618677512.jpg +0 -0
  104. package/.agent/data/weixin-media/2026-04-08/img_1775619073340.jpg +0 -0
  105. package/.agent/data/weixin-media/2026-04-08/img_1775619097536.jpg +0 -0
  106. package/.agent/data/weixin-media/2026-04-08/img_1775619209388.jpg +0 -0
  107. package/.agent/memory/feedback/mnygjgox-ualjip.md +0 -11
  108. package/.agent/memory/feedback/mnzugpej-esdwsr.md +0 -9
  109. package/.agent/memory/feedback/mo2quxke-saxs56.md +0 -9
  110. package/.agent/memory/project/mnqx54u5-loqtoe.md +0 -9
  111. package/.agent/memory/project/mnqx84cv-mx6dmd.md +0 -9
  112. package/.agent/memory/project/mnsacuyr-hgtk5n.md +0 -20
  113. package/.agent/memory/project/mnu5hy2x-bjsg7u.md +0 -9
  114. package/.agent/memory/project/mny28ot4-8qe9au.md +0 -9
  115. package/.agent/memory/project/mnztftxj-af82rh.md +0 -9
  116. package/.agent/memory/project/mo0y04d0-bmaefl.md +0 -9
  117. package/.agent/memory/project/mo2iztxb-3c7v81.md +0 -9
  118. package/.agent/memory/reference/mnre3cww-penbo1.md +0 -9
  119. package/.agent/memory/reference/mns9wn48-luerua.md +0 -14
  120. package/.agent/memory/reference/mns9yz5c-thc2s0.md +0 -16
  121. package/.agent/memory/reference/mnsfy4um-910f1o.md +0 -23
  122. package/.agent/memory/reference/mnsg37dp-lmfj18.md +0 -32
  123. package/.agent/memory/reference/mnsll60q-0j911u.md +0 -36
  124. package/.agent/memory/reference/mnsmlb5y-nej31u.md +0 -16
  125. package/.agent/memory/reference/mnssle72-yrot96.md +0 -9
  126. package/.agent/memory/reference/mnygj8nb-bjthmc.md +0 -20
  127. package/.agent/memory/reference/mnzfvs4m-ufyg9a.md +0 -12
  128. package/.agent/memory/user/mnsfuon6-l416q1.md +0 -21
  129. package/.agent/memory/user/mnsg9kut-95m7rf.md +0 -20
  130. package/.agent/memory/user/mnu2eo1v-yy6fhe.md +0 -9
  131. package/.agent/memory/user/mnu2etuo-8u8jk8.md +0 -9
  132. package/.agent/memory/user/mnx0rk6g-gsznjj.md +0 -9
  133. package/.agent/memory/user/mnyf1riz-4yo5yz.md +0 -9
  134. package/.agent/memory/user/mnzuh4cw-zvee8w.md +0 -13
  135. package/.agent/memory/user/mnzvewyj-jl67cq.md +0 -9
  136. package/.agent/memory/user/mnzwh9xo-43ys3f.md +0 -9
  137. package/.agent/memory/user/mo0ycvpn-eebsxc.md +0 -9
  138. package/.agent/memory/user/mo2k8c8n-132r2u.md +0 -9
  139. package/.agent/plugins/puppeteer-plugin/README.md +0 -147
  140. package/.agent/plugins/puppeteer-plugin/index.js +0 -1422
  141. package/.agent/plugins/puppeteer-plugin/package.json +0 -9
  142. package/.agent/rules/GEMINI.md +0 -273
  143. package/.agent/rules/allow-rule.md +0 -77
  144. package/.agent/rules/log-rule.md +0 -83
  145. package/.agent/rules/security-rule.md +0 -93
  146. package/.agent/scripts/auto_preview.py +0 -148
  147. package/.agent/scripts/checklist.py +0 -217
  148. package/.agent/scripts/session_manager.py +0 -120
  149. package/.agent/scripts/verify_all.py +0 -327
  150. package/.agent/sessions/weixin_o9cq80zgZqKPA2-s59PN43GdDy1w@im.wechat.json +0 -1150
  151. package/.agent/skills/doc.md +0 -177
  152. package/.agent/skills/mmx-cli/SKILL.md +0 -431
  153. package/.agent/workflows/brainstorm.md +0 -113
  154. package/.agent/workflows/create.md +0 -59
  155. package/.agent/workflows/debug.md +0 -103
  156. package/.agent/workflows/deploy.md +0 -176
  157. package/.agent/workflows/enhance.md +0 -63
  158. package/.agent/workflows/orchestrate.md +0 -237
  159. package/.agent/workflows/plan.md +0 -89
  160. package/.agent/workflows/preview.md +0 -81
  161. package/.agent/workflows/simple-test.md +0 -42
  162. package/.agent/workflows/status.md +0 -86
  163. package/.agent/workflows/structured-orchestrate.md +0 -180
  164. package/.agent/workflows/test.md +0 -144
  165. package/.agent/workflows/ui-ux-pro-max.md +0 -296
  166. package/.claude/settings.json +0 -5
  167. package/skills-lock.json +0 -10
  168. 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": {
224
+ "tools": {
103
225
  "enabled": true,
104
226
  "config": {}
105
227
  },
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": {
228
+ "web": {
126
229
  "enabled": true,
127
230
  "config": {}
128
231
  },
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
- "web": {
232
+ "plugin_manager": {
202
233
  "enabled": true,
203
234
  "config": {}
204
235
  },
205
- "feishu": {
236
+ "weixin": {
206
237
  "enabled": false,
207
238
  "config": {
239
+ "forceLogin": false,
240
+ "qrcodeTerminal": true,
208
241
  "allowedUsers": []
209
242
  }
210
243
  },
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": {
233
- "enabled": true,
234
- "config": {}
235
- },
236
- "ambient": {
244
+ "daytona": {
237
245
  "enabled": true,
238
246
  "config": {
239
- "enabled": true,
240
- "tickInterval": 5000,
241
- "cooldownPeriod": 3000,
242
- "persistencePath": ".agent/data/ambient",
243
- "defaultGoals": [],
244
- "llmCallTimeout": 30000,
245
- "actionTimeout": 20000
247
+ "apiKey": "dtn_0312a20cad24464cdc31cff0184eb7dfe7f8791bd9b2719798357a6251946a39",
248
+ "apiUrl": "https://app.daytona.io/api"
246
249
  }
247
250
  },
248
- "puppeteer": {
249
- "enabled": false,
250
- "config": {}
251
- },
252
- "subagents": {
253
- "enabled": true,
254
- "config": {
255
- "agentsDir": "D:\\code\\vb-agent\\.agent\\agents",
256
- "agents": []
257
- }
258
- },
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,26 +1,4 @@
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
- "designmd": {
18
- "enabled": false,
19
- "command": "npx",
20
- "args": ["designmd-mcp"],
21
- "env": {
22
- "DESIGNMD_API_KEY": "dk_00a999b238a66600625b17535aa78b158d4a0c2c"
23
- }
24
- }
25
3
  }
26
4
  }
@@ -0,0 +1,8 @@
1
+ {
2
+ "dependencies": {
3
+ "imap": "^0.8.19",
4
+ "mailparser": "^3.9.4",
5
+ "node-telegram-bot-api": "^0.67.0",
6
+ "nodemailer": "^8.0.3"
7
+ }
8
+ }
@@ -0,0 +1,89 @@
1
+ # Daytona Plugin
2
+
3
+ Daytona 云开发环境管理插件,用于在 Foliko 中创建和管理云开发环境(Sandbox)。
4
+
5
+ ## 功能特性
6
+
7
+ - **沙箱管理**: 创建、启动、停止、删除沙箱环境
8
+ - **代码执行**: 在沙箱中执行 JavaScript/TypeScript 代码
9
+ - **文件操作**: 在沙箱中读写文件
10
+ - **临时沙箱**: 支持创建临时沙箱(自动清理)
11
+ - **多语言支持**: JavaScript、TypeScript、Python 等
12
+
13
+ ## 安装
14
+
15
+ ```bash
16
+ cd .agent/plugins/daytona
17
+ npm install
18
+ ```
19
+
20
+ ## 配置
21
+
22
+ 首次使用需要配置 API 密钥:
23
+
24
+ ```javascript
25
+ daytona_configure({
26
+ apiKey: "your-daytona-api-key",
27
+ apiUrl: "https://app.daytona.io/api",
28
+ target: "default"
29
+ })
30
+ ```
31
+
32
+ ## 工具列表
33
+
34
+ ### daytona_configure
35
+ 配置 Daytona API 密钥和连接信息。
36
+
37
+ ### daytona_create_sandbox
38
+ 创建新的沙箱环境。
39
+
40
+ ### daytona_get_sandbox
41
+ 获取指定沙箱信息。
42
+
43
+ ### daytona_list_sandboxes
44
+ 列出所有沙箱。
45
+
46
+ ### daytona_start_sandbox
47
+ 启动沙箱。
48
+
49
+ ### daytona_stop_sandbox
50
+ 停止沙箱。
51
+
52
+ ### daytona_delete_sandbox
53
+ 删除沙箱。
54
+
55
+ ### daytona_execute_code
56
+ 在沙箱中执行代码。
57
+
58
+ ### daytona_write_file
59
+ 在沙箱中写入文件。
60
+
61
+ ### daytona_read_file
62
+ 在沙箱中读取文件。
63
+
64
+ ### daytona_create_ephemeral_sandbox
65
+ 创建临时沙箱(5分钟后自动删除)。
66
+
67
+ ## 使用示例
68
+
69
+ ```javascript
70
+ // 1. 配置 API
71
+ daytona_configure({ apiKey: "your-key" })
72
+
73
+ // 2. 创建沙箱
74
+ daytona_create_sandbox({ language: "javascript" })
75
+
76
+ // 3. 执行代码
77
+ daytona_execute_code({ code: "console.log('Hello!')" })
78
+
79
+ // 4. 读写文件
80
+ daytona_write_file({ path: "/tmp/test.js", content: "..." })
81
+ daytona_read_file({ path: "/tmp/test.js" })
82
+
83
+ // 5. 清理
84
+ daytona_delete_sandbox({ sandboxId: "sandbox-id" })
85
+ ```
86
+
87
+ ## 许可证
88
+
89
+ Apache-2.0