vantuz 3.4.2 → 3.5.0

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 (70) hide show
  1. package/LICENSE +45 -45
  2. package/admin-keygen.js +51 -0
  3. package/cli.js +685 -585
  4. package/config.js +733 -733
  5. package/core/agent-loop.js +190 -190
  6. package/core/ai-provider.js +298 -261
  7. package/core/automation.js +523 -523
  8. package/core/brand-analyst.js +101 -0
  9. package/core/channels.js +167 -167
  10. package/core/dashboard.js +230 -230
  11. package/core/database.js +135 -37
  12. package/core/eia-monitor.js +3 -1
  13. package/core/engine.js +648 -636
  14. package/core/gateway.js +447 -447
  15. package/core/learning.js +214 -214
  16. package/core/license.js +113 -0
  17. package/core/marketplace-adapter.js +168 -168
  18. package/core/memory.js +190 -190
  19. package/core/migrations/001-initial-schema.sql +1 -1
  20. package/core/queue.js +120 -120
  21. package/core/self-healer.js +314 -314
  22. package/core/unified-product.js +214 -214
  23. package/core/vision-service.js +113 -113
  24. package/index.js +217 -174
  25. package/modules/crm/sentiment-crm.js +231 -231
  26. package/modules/healer/listing-healer.js +201 -201
  27. package/modules/oracle/predictor.js +214 -214
  28. package/modules/researcher/agent.js +169 -169
  29. package/modules/team/agents/base.js +92 -92
  30. package/modules/team/agents/dev.js +33 -33
  31. package/modules/team/agents/josh.js +40 -40
  32. package/modules/team/agents/marketing.js +33 -33
  33. package/modules/team/agents/milo.js +36 -36
  34. package/modules/team/index.js +78 -78
  35. package/modules/team/shared-memory.js +87 -87
  36. package/modules/war-room/competitor-tracker.js +250 -250
  37. package/modules/war-room/pricing-engine.js +308 -308
  38. package/nodes/warehouse.js +238 -238
  39. package/onboard.js +1 -1
  40. package/package.json +7 -5
  41. package/platforms/pttavm.js +14 -14
  42. package/plugins/vantuz/index.js +528 -528
  43. package/plugins/vantuz/memory/hippocampus.js +465 -465
  44. package/plugins/vantuz/package.json +20 -20
  45. package/plugins/vantuz/platforms/_template.js +118 -118
  46. package/plugins/vantuz/platforms/amazon.js +236 -236
  47. package/plugins/vantuz/platforms/ciceksepeti.js +166 -166
  48. package/plugins/vantuz/platforms/hepsiburada.js +180 -180
  49. package/plugins/vantuz/platforms/index.js +165 -165
  50. package/plugins/vantuz/platforms/n11.js +229 -229
  51. package/plugins/vantuz/platforms/pazarama.js +154 -154
  52. package/plugins/vantuz/platforms/pttavm.js +127 -127
  53. package/plugins/vantuz/platforms/trendyol.js +326 -326
  54. package/plugins/vantuz/services/alerts.js +253 -253
  55. package/plugins/vantuz/services/license.js +34 -34
  56. package/plugins/vantuz/services/scheduler.js +232 -232
  57. package/plugins/vantuz/tools/analytics.js +152 -152
  58. package/plugins/vantuz/tools/crossborder.js +187 -187
  59. package/plugins/vantuz/tools/nl-parser.js +211 -211
  60. package/plugins/vantuz/tools/product.js +110 -110
  61. package/plugins/vantuz/tools/quick-report.js +175 -175
  62. package/plugins/vantuz/tools/repricer.js +314 -314
  63. package/plugins/vantuz/tools/sentiment.js +115 -115
  64. package/plugins/vantuz/tools/vision.js +257 -257
  65. package/private.pem +28 -0
  66. package/public.pem +9 -0
  67. package/server/app.js +260 -260
  68. package/server/public/index.html +514 -514
  69. package/start.bat +33 -33
  70. package/vantuz.sqlite +0 -0
package/start.bat CHANGED
@@ -1,33 +1,33 @@
1
- @echo off
2
- title Vantuz Gateway & Engine
3
- color 0b
4
-
5
- echo.
6
- echo V A N T U Z A I
7
- echo -----------------
8
- echo System Starting...
9
- echo.
10
-
11
- :: 1. Vantuz Gateway Başlat (Arka planda)
12
- if exist ".openclaw\gateway.cmd" (
13
- echo [INFO] Starting Vantuz Gateway...
14
- start /min "Vantuz Gateway" cmd /c ".openclaw\gateway.cmd"
15
- ) else (
16
- echo [WARN] Gateway logic not found. Skipping...
17
- )
18
-
19
- :: 2. Bekle (Gateway'in açılması için)
20
- timeout /t 3 >nul
21
-
22
- :: 3. Vantuz Sunucusunu Başlat (Arka planda)
23
- echo [INFO] Starting Vantuz API Server...
24
- start /min "Vantuz Server" node server/app.js
25
-
26
- :: 4. CLI Arayüzünü Başlat
27
- echo [INFO] Launching CLI...
28
- timeout /t 2 >nul
29
- node cli.js tui
30
-
31
- echo.
32
- echo [INFO] System shutdown.
33
- pause
1
+ @echo off
2
+ title Vantuz Gateway & Engine
3
+ color 0b
4
+
5
+ echo.
6
+ echo V A N T U Z A I
7
+ echo -----------------
8
+ echo System Starting...
9
+ echo.
10
+
11
+ :: 1. Vantuz Gateway Başlat (Arka planda)
12
+ if exist ".openclaw\gateway.cmd" (
13
+ echo [INFO] Starting Vantuz Gateway...
14
+ start /min "Vantuz Gateway" cmd /c ".openclaw\gateway.cmd"
15
+ ) else (
16
+ echo [WARN] Gateway logic not found. Skipping...
17
+ )
18
+
19
+ :: 2. Bekle (Gateway'in açılması için)
20
+ timeout /t 3 >nul
21
+
22
+ :: 3. Vantuz Sunucusunu Başlat (Arka planda)
23
+ echo [INFO] Starting Vantuz API Server...
24
+ start /min "Vantuz Server" node server/app.js
25
+
26
+ :: 4. CLI Arayüzünü Başlat
27
+ echo [INFO] Launching CLI...
28
+ timeout /t 2 >nul
29
+ node cli.js tui
30
+
31
+ echo.
32
+ echo [INFO] System shutdown.
33
+ pause
package/vantuz.sqlite ADDED
Binary file