vantuz 3.4.2 → 3.5.1

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 (92) hide show
  1. package/.env.example +21 -0
  2. package/.openclaw/completions/openclaw.bash +227 -0
  3. package/.openclaw/completions/openclaw.fish +1552 -0
  4. package/.openclaw/completions/openclaw.ps1 +1966 -0
  5. package/.openclaw/completions/openclaw.zsh +3571 -0
  6. package/.openclaw/gateway.cmd +10 -0
  7. package/.openclaw/identity/device.json +7 -0
  8. package/.openclaw/openclaw.json +40 -0
  9. package/.windsurf/workflows/vantuz-dev.md +31 -0
  10. package/DOCS_TR.md +80 -0
  11. package/LICENSE +45 -45
  12. package/README.md +52 -21
  13. package/cli.js +685 -585
  14. package/config.js +733 -733
  15. package/core/agent-loop.js +190 -190
  16. package/core/ai-provider.js +298 -261
  17. package/core/automation.js +523 -523
  18. package/core/brand-analyst.js +101 -0
  19. package/core/channels.js +167 -167
  20. package/core/dashboard.js +230 -230
  21. package/core/database.js +135 -37
  22. package/core/eia-monitor.js +3 -1
  23. package/core/engine.js +648 -636
  24. package/core/gateway.js +447 -447
  25. package/core/learning.js +214 -214
  26. package/core/license.js +113 -0
  27. package/core/marketplace-adapter.js +168 -168
  28. package/core/memory.js +190 -190
  29. package/core/migrations/001-initial-schema.sql +1 -1
  30. package/core/queue.js +120 -120
  31. package/core/self-healer.js +314 -314
  32. package/core/unified-product.js +214 -214
  33. package/core/vision-service.js +113 -113
  34. package/index.js +217 -174
  35. package/modules/crm/sentiment-crm.js +231 -231
  36. package/modules/healer/listing-healer.js +201 -201
  37. package/modules/oracle/predictor.js +214 -214
  38. package/modules/researcher/agent.js +169 -169
  39. package/modules/team/agents/base.js +92 -92
  40. package/modules/team/agents/dev.js +33 -33
  41. package/modules/team/agents/josh.js +40 -40
  42. package/modules/team/agents/marketing.js +33 -33
  43. package/modules/team/agents/milo.js +36 -36
  44. package/modules/team/index.js +78 -78
  45. package/modules/team/shared-memory.js +87 -87
  46. package/modules/war-room/competitor-tracker.js +250 -250
  47. package/modules/war-room/pricing-engine.js +308 -308
  48. package/n11docs.md +1680 -0
  49. package/nodes/warehouse.js +238 -238
  50. package/onboard.js +1 -1
  51. package/openclawdocs.md +3 -0
  52. package/package.json +7 -5
  53. package/platforms/pttavm.js +14 -14
  54. package/plugins/vantuz/index.js +528 -528
  55. package/plugins/vantuz/memory/hippocampus.js +465 -465
  56. package/plugins/vantuz/package.json +20 -20
  57. package/plugins/vantuz/platforms/_template.js +118 -118
  58. package/plugins/vantuz/platforms/amazon.js +236 -236
  59. package/plugins/vantuz/platforms/ciceksepeti.js +166 -166
  60. package/plugins/vantuz/platforms/hepsiburada.js +180 -180
  61. package/plugins/vantuz/platforms/index.js +165 -165
  62. package/plugins/vantuz/platforms/n11.js +229 -229
  63. package/plugins/vantuz/platforms/pazarama.js +154 -154
  64. package/plugins/vantuz/platforms/pttavm.js +127 -127
  65. package/plugins/vantuz/platforms/trendyol.js +326 -326
  66. package/plugins/vantuz/services/alerts.js +253 -253
  67. package/plugins/vantuz/services/license.js +34 -34
  68. package/plugins/vantuz/services/scheduler.js +232 -232
  69. package/plugins/vantuz/tools/analytics.js +152 -152
  70. package/plugins/vantuz/tools/crossborder.js +187 -187
  71. package/plugins/vantuz/tools/nl-parser.js +211 -211
  72. package/plugins/vantuz/tools/product.js +110 -110
  73. package/plugins/vantuz/tools/quick-report.js +175 -175
  74. package/plugins/vantuz/tools/repricer.js +314 -314
  75. package/plugins/vantuz/tools/sentiment.js +115 -115
  76. package/plugins/vantuz/tools/vision.js +257 -257
  77. package/public.pem +9 -0
  78. package/server/app.js +260 -260
  79. package/server/public/index.html +514 -514
  80. package/start.bat +33 -33
  81. package/vantuz.sqlite +0 -0
  82. package/workspace/AGENTS.md +73 -0
  83. package/workspace/BRAND.md +29 -0
  84. package/workspace/SOUL.md +72 -0
  85. package/workspace/team/DECISIONS.md +3 -0
  86. package/workspace/team/GOALS.md +3 -0
  87. package/workspace/team/PROJECT_STATUS.md +3 -0
  88. package/workspace/team/agents/dev/SOUL.md +12 -0
  89. package/workspace/team/agents/josh/SOUL.md +12 -0
  90. package/workspace/team/agents/marketing/SOUL.md +12 -0
  91. package/workspace/team/agents/milo/SOUL.md +12 -0
  92. package/vantuz-3.3.4.tgz +0 -0
package/.env.example ADDED
@@ -0,0 +1,21 @@
1
+ # OmniMarket AI Configuration
2
+ # Bu dosya kullanıcı tarafından doldurulacaktır.
3
+ # Kurulum sihirbazı bu değerleri otomatik olarak ayarlar.
4
+
5
+ # --- TRENDYOL ---
6
+ # TRENDYOL_SUPPLIER_ID=
7
+ # TRENDYOL_API_KEY=
8
+ # TRENDYOL_API_SECRET=
9
+
10
+ # --- HEPSIBURADA ---
11
+ # HEPSIBURADA_MERCHANT_ID=
12
+ # HEPSIBURADA_USERNAME=
13
+ # HEPSIBURADA_PASSWORD=
14
+
15
+ # --- N11 ---
16
+ # N11_API_KEY=
17
+ # N11_API_SECRET=
18
+
19
+ # --- AMAZON ---
20
+ # AMAZON_SELLER_ID=
21
+ # AMAZON_AUTH_TOKEN=
@@ -0,0 +1,227 @@
1
+
2
+ _openclaw_completion() {
3
+ local cur prev opts
4
+ COMPREPLY=()
5
+ cur="${COMP_WORDS[COMP_CWORD]}"
6
+ prev="${COMP_WORDS[COMP_CWORD-1]}"
7
+
8
+ # Simple top-level completion for now
9
+ opts="setup onboard configure config doctor dashboard reset uninstall message memory agent agents status health sessions browser completion acp gateway daemon logs system models approvals nodes devices node sandbox tui cron dns docs hooks webhooks pairing plugins channels directory security skills update -V, --dev --profile --no-color"
10
+
11
+ case "${prev}" in
12
+ setup)
13
+ opts=" --workspace --wizard --non-interactive --mode --remote-url --remote-token"
14
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
15
+ return 0
16
+ ;;
17
+ onboard)
18
+ opts=" --workspace --reset --non-interactive --accept-risk --flow --mode --auth-choice --token-provider --token --token-profile-id --token-expires-in --anthropic-api-key --openai-api-key --openrouter-api-key --ai-gateway-api-key --cloudflare-ai-gateway-account-id --cloudflare-ai-gateway-gateway-id --cloudflare-ai-gateway-api-key --moonshot-api-key --kimi-code-api-key --gemini-api-key --zai-api-key --xiaomi-api-key --minimax-api-key --synthetic-api-key --venice-api-key --opencode-zen-api-key --xai-api-key --qianfan-api-key --gateway-port --gateway-bind --gateway-auth --gateway-token --gateway-password --remote-url --remote-token --tailscale --tailscale-reset-on-exit --install-daemon --no-install-daemon --skip-daemon --daemon-runtime --skip-channels --skip-skills --skip-health --skip-ui --node-manager --json"
19
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
20
+ return 0
21
+ ;;
22
+ configure)
23
+ opts=" --section"
24
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
25
+ return 0
26
+ ;;
27
+ config)
28
+ opts="get set unset --section"
29
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
30
+ return 0
31
+ ;;
32
+ doctor)
33
+ opts=" --no-workspace-suggestions --yes --repair --fix --force --non-interactive --generate-gateway-token --deep"
34
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
35
+ return 0
36
+ ;;
37
+ dashboard)
38
+ opts=" --no-open"
39
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
40
+ return 0
41
+ ;;
42
+ reset)
43
+ opts=" --scope --yes --non-interactive --dry-run"
44
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
45
+ return 0
46
+ ;;
47
+ uninstall)
48
+ opts=" --service --state --workspace --app --all --yes --non-interactive --dry-run"
49
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
50
+ return 0
51
+ ;;
52
+ message)
53
+ opts="send broadcast poll react reactions read edit delete pin unpin pins permissions search thread emoji sticker role channel member voice event timeout kick ban "
54
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
55
+ return 0
56
+ ;;
57
+ memory)
58
+ opts="status index search "
59
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
60
+ return 0
61
+ ;;
62
+ agent)
63
+ opts=" -m, -t, --session-id --agent --thinking --verbose --channel --reply-to --reply-channel --reply-account --local --deliver --json --timeout"
64
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
65
+ return 0
66
+ ;;
67
+ agents)
68
+ opts="list add set-identity delete "
69
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
70
+ return 0
71
+ ;;
72
+ status)
73
+ opts=" --json --all --usage --deep --timeout --verbose --debug"
74
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
75
+ return 0
76
+ ;;
77
+ health)
78
+ opts=" --json --timeout --verbose --debug"
79
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
80
+ return 0
81
+ ;;
82
+ sessions)
83
+ opts=" --json --verbose --store --active"
84
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
85
+ return 0
86
+ ;;
87
+ browser)
88
+ opts="status start stop reset-profile tabs tab open focus close profiles create-profile delete-profile extension screenshot snapshot navigate resize click type press hover scrollintoview drag select upload waitfordownload download dialog fill wait evaluate console pdf responsebody highlight errors requests trace cookies storage set --browser-profile --json --url --token --timeout --expect-final"
89
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
90
+ return 0
91
+ ;;
92
+ completion)
93
+ opts=" -s, -i, --write-state -y,"
94
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
95
+ return 0
96
+ ;;
97
+ acp)
98
+ opts="client --url --token --password --session --session-label --require-existing --reset-session --no-prefix-cwd --verbose,"
99
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
100
+ return 0
101
+ ;;
102
+ gateway)
103
+ opts="run status install uninstall start stop restart call usage-cost health probe discover --port --bind --token --auth --password --tailscale --tailscale-reset-on-exit --allow-unconfigured --dev --reset --force --verbose --claude-cli-logs --ws-log --compact --raw-stream --raw-stream-path"
104
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
105
+ return 0
106
+ ;;
107
+ daemon)
108
+ opts="status install uninstall start stop restart "
109
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
110
+ return 0
111
+ ;;
112
+ logs)
113
+ opts=" --limit --max-bytes --follow --interval --json --plain --no-color --url --token --timeout --expect-final"
114
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
115
+ return 0
116
+ ;;
117
+ system)
118
+ opts="event heartbeat presence "
119
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
120
+ return 0
121
+ ;;
122
+ models)
123
+ opts="list status set set-image aliases fallbacks image-fallbacks scan auth --status-json --status-plain --agent"
124
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
125
+ return 0
126
+ ;;
127
+ approvals)
128
+ opts="get set allowlist "
129
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
130
+ return 0
131
+ ;;
132
+ nodes)
133
+ opts="status describe list pending approve reject rename invoke run notify canvas camera screen location "
134
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
135
+ return 0
136
+ ;;
137
+ devices)
138
+ opts="list approve reject rotate revoke "
139
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
140
+ return 0
141
+ ;;
142
+ node)
143
+ opts="run status install uninstall stop restart "
144
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
145
+ return 0
146
+ ;;
147
+ sandbox)
148
+ opts="list recreate explain "
149
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
150
+ return 0
151
+ ;;
152
+ tui)
153
+ opts=" --url --token --password --session --deliver --thinking --message --timeout-ms --history-limit"
154
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
155
+ return 0
156
+ ;;
157
+ cron)
158
+ opts="status list add rm enable disable runs run edit "
159
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
160
+ return 0
161
+ ;;
162
+ dns)
163
+ opts="setup "
164
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
165
+ return 0
166
+ ;;
167
+ docs)
168
+ opts=" "
169
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
170
+ return 0
171
+ ;;
172
+ hooks)
173
+ opts="list info check enable disable install update "
174
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
175
+ return 0
176
+ ;;
177
+ webhooks)
178
+ opts="gmail "
179
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
180
+ return 0
181
+ ;;
182
+ pairing)
183
+ opts="list approve "
184
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
185
+ return 0
186
+ ;;
187
+ plugins)
188
+ opts="list info enable disable install update doctor "
189
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
190
+ return 0
191
+ ;;
192
+ channels)
193
+ opts="list status capabilities resolve logs add remove login logout "
194
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
195
+ return 0
196
+ ;;
197
+ directory)
198
+ opts="self peers groups "
199
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
200
+ return 0
201
+ ;;
202
+ security)
203
+ opts="audit "
204
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
205
+ return 0
206
+ ;;
207
+ skills)
208
+ opts="list info check "
209
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
210
+ return 0
211
+ ;;
212
+ update)
213
+ opts="wizard status --json --no-restart --channel --tag --timeout --yes"
214
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
215
+ return 0
216
+ ;;
217
+ esac
218
+
219
+ if [[ ${cur} == -* ]] ; then
220
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
221
+ return 0
222
+ fi
223
+
224
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
225
+ }
226
+
227
+ complete -F _openclaw_completion openclaw