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.
- package/.env.example +21 -0
- package/.openclaw/completions/openclaw.bash +227 -0
- package/.openclaw/completions/openclaw.fish +1552 -0
- package/.openclaw/completions/openclaw.ps1 +1966 -0
- package/.openclaw/completions/openclaw.zsh +3571 -0
- package/.openclaw/gateway.cmd +10 -0
- package/.openclaw/identity/device.json +7 -0
- package/.openclaw/openclaw.json +40 -0
- package/.windsurf/workflows/vantuz-dev.md +31 -0
- package/DOCS_TR.md +80 -0
- package/LICENSE +45 -45
- package/README.md +52 -21
- package/cli.js +685 -585
- package/config.js +733 -733
- package/core/agent-loop.js +190 -190
- package/core/ai-provider.js +298 -261
- package/core/automation.js +523 -523
- package/core/brand-analyst.js +101 -0
- package/core/channels.js +167 -167
- package/core/dashboard.js +230 -230
- package/core/database.js +135 -37
- package/core/eia-monitor.js +3 -1
- package/core/engine.js +648 -636
- package/core/gateway.js +447 -447
- package/core/learning.js +214 -214
- package/core/license.js +113 -0
- package/core/marketplace-adapter.js +168 -168
- package/core/memory.js +190 -190
- package/core/migrations/001-initial-schema.sql +1 -1
- package/core/queue.js +120 -120
- package/core/self-healer.js +314 -314
- package/core/unified-product.js +214 -214
- package/core/vision-service.js +113 -113
- package/index.js +217 -174
- package/modules/crm/sentiment-crm.js +231 -231
- package/modules/healer/listing-healer.js +201 -201
- package/modules/oracle/predictor.js +214 -214
- package/modules/researcher/agent.js +169 -169
- package/modules/team/agents/base.js +92 -92
- package/modules/team/agents/dev.js +33 -33
- package/modules/team/agents/josh.js +40 -40
- package/modules/team/agents/marketing.js +33 -33
- package/modules/team/agents/milo.js +36 -36
- package/modules/team/index.js +78 -78
- package/modules/team/shared-memory.js +87 -87
- package/modules/war-room/competitor-tracker.js +250 -250
- package/modules/war-room/pricing-engine.js +308 -308
- package/n11docs.md +1680 -0
- package/nodes/warehouse.js +238 -238
- package/onboard.js +1 -1
- package/openclawdocs.md +3 -0
- package/package.json +7 -5
- package/platforms/pttavm.js +14 -14
- package/plugins/vantuz/index.js +528 -528
- package/plugins/vantuz/memory/hippocampus.js +465 -465
- package/plugins/vantuz/package.json +20 -20
- package/plugins/vantuz/platforms/_template.js +118 -118
- package/plugins/vantuz/platforms/amazon.js +236 -236
- package/plugins/vantuz/platforms/ciceksepeti.js +166 -166
- package/plugins/vantuz/platforms/hepsiburada.js +180 -180
- package/plugins/vantuz/platforms/index.js +165 -165
- package/plugins/vantuz/platforms/n11.js +229 -229
- package/plugins/vantuz/platforms/pazarama.js +154 -154
- package/plugins/vantuz/platforms/pttavm.js +127 -127
- package/plugins/vantuz/platforms/trendyol.js +326 -326
- package/plugins/vantuz/services/alerts.js +253 -253
- package/plugins/vantuz/services/license.js +34 -34
- package/plugins/vantuz/services/scheduler.js +232 -232
- package/plugins/vantuz/tools/analytics.js +152 -152
- package/plugins/vantuz/tools/crossborder.js +187 -187
- package/plugins/vantuz/tools/nl-parser.js +211 -211
- package/plugins/vantuz/tools/product.js +110 -110
- package/plugins/vantuz/tools/quick-report.js +175 -175
- package/plugins/vantuz/tools/repricer.js +314 -314
- package/plugins/vantuz/tools/sentiment.js +115 -115
- package/plugins/vantuz/tools/vision.js +257 -257
- package/public.pem +9 -0
- package/server/app.js +260 -260
- package/server/public/index.html +514 -514
- package/start.bat +33 -33
- package/vantuz.sqlite +0 -0
- package/workspace/AGENTS.md +73 -0
- package/workspace/BRAND.md +29 -0
- package/workspace/SOUL.md +72 -0
- package/workspace/team/DECISIONS.md +3 -0
- package/workspace/team/GOALS.md +3 -0
- package/workspace/team/PROJECT_STATUS.md +3 -0
- package/workspace/team/agents/dev/SOUL.md +12 -0
- package/workspace/team/agents/josh/SOUL.md +12 -0
- package/workspace/team/agents/marketing/SOUL.md +12 -0
- package/workspace/team/agents/milo/SOUL.md +12 -0
- package/vantuz-3.3.4.tgz +0 -0
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
@echo off
|
|
2
|
+
rem OpenClaw Gateway (v2026.2.9)
|
|
3
|
+
set PATH=C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\java8path;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Python27\python.exe;C:\Python27\Scripts;C:\Program Files (x86)\Nmap\;c:\Users\OSMBILISIM\AppData\Local\Programs\cursor\resources\app\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\CMake\bin;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\PostgreSQL\15\bin;C:\Users\Osmbilisimsatis\AppData\Roaming\npm;C:\Users\OSMBILISIM\scoop\shims;C:\Users\OSMBILISIM\AppData\Local\Programs\Python\Python310\Scripts\;C:\Users\OSMBILISIM\AppData\Local\Programs\Python\Python310\;C:\Users\OSMBILISIM\AppData\Local\Microsoft\WindowsApps;C:\Users\OSMBILISIM\AppData\Local\Programs\Git\cmd;C:\Users\OSMBILISIM\AppData\Roaming\npm;C:\Users\OSMBILISIM\AppData\Local\Programs\Windsurf\bin;C:\Users\OSMBILISIM\AppData\Local\Programs\cursor\resources\app\bin;c:\Users\OSMBILISIM\AppData\Local\Programs\cursor\resources\app\bin;C:\Program Files\GitHub CLI\;C:\Program Files\Void\bin;C:\Users\OSMBILISIM\Downloads\flutter\bin;C:\Users\OSMBILISIM\Downloads\php-8.4.11-nts-Win32-vs17-x64;C:\Users\OSMBILISIM\Downloads\flutter\bin;C:\xampp\php;C:\ProgramData\ComposerSetup\bin;C:\Ruby34-x64\msys64\ucrt64\bin;C:\Ruby34-x64\bin;C:\Users\OSMBILISIM\AppData\Local\Programs\Python\Python310\python.exe;C:\Users\OSMBILISIM\go\bin;C:\Program Files\Go\bin;C:\Strawberry\c\bin;C:\Strawberry\perl\site\bin;C:\Strawberry\perl\bin;C:\Program Files\nodejs\;C:\Program Files\dotnet\;C:\Program Files\cursor\resources\app\bin;C:\Program Files\Tailscale\;C:\Python27\python.exe;C:\Python27\Scripts;C:\Program Files (x86)\Nmap\;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\CMake\bin;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\PostgreSQL\15\bin;C:\Users\Osmbilisimsatis\AppData\Roaming\npm;C:\Users\OSMBILISIM\scoop\shims;C:\Users\OSMBILISIM\AppData\Local\Programs\Python\Python310\Scripts\;C:\Users\OSMBILISIM\AppData\Local\Programs\Python\Python310\;C:\Users\OSMBILISIM\AppData\Local\Microsoft\WindowsApps;C:\Users\OSMBILISIM\AppData\Local\Programs\Git\cmd;C:\Users\OSMBILISIM\AppData\Local\Programs\Windsurf\bin;C:\Program Files\GitHub CLI\;C:\Program Files;C:\Users\OSMBILISIM\go\bin;C:\Users\OSMBILISIM\AppData\Local\Programs\Qoder\bin;C:\Users\OSMBILISIM\AppData\Roaming\npm;C:\Users\OSMBILISIM\AppData\Local\Programs\Antigravity\bin;C:\Users\OSMBILISIM\AppData\Local\Programs\Ollama
|
|
4
|
+
set OPENCLAW_GATEWAY_PORT=18789
|
|
5
|
+
set OPENCLAW_GATEWAY_TOKEN=e432e1210dcfb65a16122ce44ccaabeb6fefac299759b841
|
|
6
|
+
set OPENCLAW_SYSTEMD_UNIT=openclaw-gateway.service
|
|
7
|
+
set OPENCLAW_SERVICE_MARKER=openclaw
|
|
8
|
+
set OPENCLAW_SERVICE_KIND=gateway
|
|
9
|
+
set OPENCLAW_SERVICE_VERSION=2026.2.9
|
|
10
|
+
call npx openclaw gateway --port 18789 --allow-unconfigured
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 1,
|
|
3
|
+
"deviceId": "b37c08a4ffb5fb274c735d5c4a9dafa001447d8ac18b05102129e2cafed4307c",
|
|
4
|
+
"publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMCowBQYDK2VwAyEA/WoKlAj3d+1nj3EEJaiCy+N4drHLu3/+q00EJeNDXtk=\n-----END PUBLIC KEY-----\n",
|
|
5
|
+
"privateKeyPem": "-----BEGIN PRIVATE KEY-----\nMC4CAQAwBQYDK2VwBCIEIGk9gpUGGch4gQg/ozBZf0R63/MXlTqQju9U6IuZQpaB\n-----END PRIVATE KEY-----\n",
|
|
6
|
+
"createdAtMs": 1770715930222
|
|
7
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
{
|
|
2
|
+
"messages": {
|
|
3
|
+
"ackReactionScope": "group-mentions"
|
|
4
|
+
},
|
|
5
|
+
"agents": {
|
|
6
|
+
"defaults": {
|
|
7
|
+
"maxConcurrent": 4,
|
|
8
|
+
"subagents": {
|
|
9
|
+
"maxConcurrent": 8
|
|
10
|
+
},
|
|
11
|
+
"compaction": {
|
|
12
|
+
"mode": "safeguard"
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
"gateway": {
|
|
17
|
+
"auth": {
|
|
18
|
+
"mode": "token",
|
|
19
|
+
"token": "e432e1210dcfb65a16122ce44ccaabeb6fefac299759b841"
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"wizard": {
|
|
23
|
+
"lastRunAt": "2026-02-10T09:32:30.166Z",
|
|
24
|
+
"lastRunVersion": "2026.2.9",
|
|
25
|
+
"lastRunCommand": "doctor",
|
|
26
|
+
"lastRunMode": "local"
|
|
27
|
+
},
|
|
28
|
+
"meta": {
|
|
29
|
+
"lastTouchedVersion": "2026.2.9",
|
|
30
|
+
"lastTouchedAt": "2026-02-10T09:32:30.181Z"
|
|
31
|
+
},
|
|
32
|
+
"channels": {
|
|
33
|
+
"whatsapp": {
|
|
34
|
+
"dmPolicy": "allowlist",
|
|
35
|
+
"allowFrom": [
|
|
36
|
+
"+905462608103"
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: Vantuz E-Ticaret Yönetim Sistemi Geliştirme ve Dağıtım İş Akışı
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
# 🐙 Vantuz İş Akışı (Workflow)
|
|
6
|
+
|
|
7
|
+
Bu doküman, Vantuz projesinde yeni özellik ekleme, hata giderme ve sistem optimizasyonu süreçlerini tanımlar.
|
|
8
|
+
|
|
9
|
+
## 1. Geliştirme Ortamı Hazırlığı
|
|
10
|
+
// turbo
|
|
11
|
+
1. Bağımlılıkları kontrol et: `npm install`
|
|
12
|
+
2. Yerel yapılandırmayı doğrula: `node onboard.js` (Eğer `.env` yoksa)
|
|
13
|
+
3. Geliştirici modunda başlat: `node cli.js tui`
|
|
14
|
+
|
|
15
|
+
## 2. Yeni Platform/Pazaryeri Ekleme
|
|
16
|
+
1. `platforms/` altında yeni bir dosya oluştur (örn: `yeni_pazar.js`)
|
|
17
|
+
2. `platforms/index.js` içerisinde register et.
|
|
18
|
+
3. `core/engine.js` içerisinde `_initPlatforms` metoduna ekle.
|
|
19
|
+
|
|
20
|
+
## 3. Tool (Araç) Geliştirme
|
|
21
|
+
1. `plugins/vantuz/tools/` altında yeni tool dosyasını oluştur.
|
|
22
|
+
2. `plugins/vantuz/index.js` içerisinde `api.registerTool` ile AI erişimine aç.
|
|
23
|
+
|
|
24
|
+
## 4. Test ve Kalite
|
|
25
|
+
1. Lint kontrolü: `npm run lint`
|
|
26
|
+
2. Testleri çalıştır: `npm test`
|
|
27
|
+
|
|
28
|
+
## 5. Dağıtım (Release)
|
|
29
|
+
1. `package.json` versiyonunu güncelle.
|
|
30
|
+
2. `CHANGELOG.md` (varsa) güncelle.
|
|
31
|
+
3. `git tag` ile yeni versiyonu işaretle.
|
package/DOCS_TR.md
ADDED
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
# 🐙 VANTUZ (Enterprise Edition)
|
|
2
|
+
|
|
3
|
+
**Yapay Zeka Destekli E-Ticaret Orkestrasyon Platformu**
|
|
4
|
+
|
|
5
|
+
Vantuz, işletmelerin tüm e-ticaret operasyonlarını (Trendyol, Hepsiburada, Amazon vb.) tek bir merkezden yönetmesini sağlayan, yapay zeka ile güçlendirilmiş profesyonel bir masaüstü yazılımıdır.
|
|
6
|
+
|
|
7
|
+
## 🚀 Özellikler
|
|
8
|
+
|
|
9
|
+
* **Merkezi Yönetim:** Sınırsız sayıda mağaza ve pazaryeri hesabı.
|
|
10
|
+
* **AI Vision (Görsel Zeka):** Ürün fotoğraflarını tanır; başlık, açıklama ve fiyatı otomatik oluşturur.
|
|
11
|
+
* **Akıllı Stok:** Stoklar tüm platformlarda anlık senkronize edilir.
|
|
12
|
+
* **Güvenli Lisanslama:** Yalnızca yetkili lisans anahtarıyla çalışır.
|
|
13
|
+
|
|
14
|
+
## 📦 Kurulum ve Çalıştırma
|
|
15
|
+
|
|
16
|
+
### Son Kullanıcı İçin (Windows/Mac/Linux)
|
|
17
|
+
|
|
18
|
+
1. Size iletilen `vantuz` (veya `vantuz.exe`) dosyasını indirin.
|
|
19
|
+
2. Çift tıklayarak veya terminalden çalıştırın.
|
|
20
|
+
3. Karşılama ekranında **Lisans Anahtarınızı** girin.
|
|
21
|
+
4. Kurulum sihirbazını takip ederek mağazalarınızı bağlayın.
|
|
22
|
+
|
|
23
|
+
### Geliştirici Kurulumu
|
|
24
|
+
|
|
25
|
+
```bash
|
|
26
|
+
git clone https://github.com/vantuz-ai/core.git
|
|
27
|
+
cd vantuz
|
|
28
|
+
npm install
|
|
29
|
+
npm link
|
|
30
|
+
vantuz
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
## 🔑 Lisanslama
|
|
34
|
+
|
|
35
|
+
Vantuz, ticari bir yazılımdır ve aktivasyon gerektirir.
|
|
36
|
+
Lisans anahtarı edinmek için satış temsilcinizle iletişime geçin.
|
|
37
|
+
|
|
38
|
+
**Lisans Türleri:**
|
|
39
|
+
* **Starter:** Tek Mağaza, Temel Özellikler
|
|
40
|
+
* **Pro:** 5 Mağaza, AI Vision
|
|
41
|
+
* **Enterprise:** Sınırsız Mağaza, Özel Entegrasyonlar
|
|
42
|
+
|
|
43
|
+
## 🤖 Yapay Zeka Takımı (Multi-Agent Team)
|
|
44
|
+
|
|
45
|
+
Vantuz, arkaplanda çalışan ve birbirleriyle iletişim kurabilen özelleşmiş yapay zeka ajanlarından oluşan bir takıma sahiptir.
|
|
46
|
+
|
|
47
|
+
### Takım Üyeleri
|
|
48
|
+
1. **Milo (@milo)**: Strateji Lideri. Takımı yönetir, hedefleri belirler.
|
|
49
|
+
2. **Josh (@josh)**: İş Analisti. Kar marjlarını, ciroyu ve rakipleri takip eder.
|
|
50
|
+
3. **Pazarlama (@marketing)**: Yaratıcı Ajan. Sosyal medya içerikleri ve SEO fikirleri üretir.
|
|
51
|
+
4. **Yazılım (@dev)**: Teknik Uzman. Sistem sağlığını ve hataları kontrol eder.
|
|
52
|
+
|
|
53
|
+
### Nasıl Kullanılır?
|
|
54
|
+
Terminal üzerinden `/team` komutuyla takıma erişebilirsiniz:
|
|
55
|
+
|
|
56
|
+
```bash
|
|
57
|
+
# Milo ile strateji konuşmak için:
|
|
58
|
+
vantuz team chat milo "Bu hafta ciroyu artırmak için ne yapalım?"
|
|
59
|
+
|
|
60
|
+
# Tüm takıma duyuru yapmak için:
|
|
61
|
+
vantuz team broadcast "Arkadaşlar, yeni iPhone kılıfları geldi!"
|
|
62
|
+
|
|
63
|
+
# Takım durumunu görmek için:
|
|
64
|
+
vantuz team status
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
Bu ajanlar `workspace/team/` klasöründeki dosyalar üzerinden birbirleriyle haberleşir ve projeyi yönetir.
|
|
68
|
+
|
|
69
|
+
## 🛠️ Desteklenen Platformlar
|
|
70
|
+
|
|
71
|
+
| Platform | Durum | Özellikler |
|
|
72
|
+
|----------|-------|------------|
|
|
73
|
+
| **Trendyol** | ✅ Aktif | Sipariş, Stok, Ürün Yükleme, Vision AI |
|
|
74
|
+
| **Hepsiburada**| ✅ Aktif | Sipariş, Stok, Fiyat Yönetimi |
|
|
75
|
+
| **Amazon** | ✅ Aktif | SP-API, Global Satış (Cross-Border) |
|
|
76
|
+
| **N11** | ✅ Aktif | Sipariş, Ürün, Stok Takibi |
|
|
77
|
+
|
|
78
|
+
---
|
|
79
|
+
**Geliştirici:** Nuri Can Avşar
|
|
80
|
+
**Versiyon:** 2.2 Enterprise
|
package/LICENSE
CHANGED
|
@@ -1,45 +1,45 @@
|
|
|
1
|
-
VANTUZ AI SOFTWARE LICENSE AGREEMENT
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2026 Nuri Can Avşar. All rights reserved.
|
|
4
|
-
|
|
5
|
-
This software and associated documentation files (the "Software") are licensed,
|
|
6
|
-
not sold. By installing, copying, or otherwise using the Software, you agree to
|
|
7
|
-
be bound by the terms of this agreement.
|
|
8
|
-
|
|
9
|
-
1. LICENSE GRANT
|
|
10
|
-
Subject to the terms of this agreement and payment of applicable license fees,
|
|
11
|
-
Licensor grants you a limited, non-exclusive, non-transferable license to use
|
|
12
|
-
the Software for your internal business purposes.
|
|
13
|
-
|
|
14
|
-
2. LICENSE KEY
|
|
15
|
-
A valid license key is required to use the Software. Each license key:
|
|
16
|
-
- Is valid for ONE (1) installation only
|
|
17
|
-
- Activates upon first use
|
|
18
|
-
- Expires 365 days after activation
|
|
19
|
-
- Cannot be shared, transferred, or resold
|
|
20
|
-
|
|
21
|
-
3. RESTRICTIONS
|
|
22
|
-
You may NOT:
|
|
23
|
-
- Copy, modify, or distribute the Software
|
|
24
|
-
- Reverse engineer, decompile, or disassemble the Software
|
|
25
|
-
- Remove or alter any proprietary notices
|
|
26
|
-
- Share your license key with others
|
|
27
|
-
- Use the Software for illegal purposes
|
|
28
|
-
|
|
29
|
-
4. INTELLECTUAL PROPERTY
|
|
30
|
-
The Software and all copies thereof are proprietary to Licensor and title
|
|
31
|
-
thereto remains exclusively with Licensor.
|
|
32
|
-
|
|
33
|
-
5. TERMINATION
|
|
34
|
-
This license is effective until terminated. It will terminate automatically
|
|
35
|
-
if you fail to comply with any term of this agreement.
|
|
36
|
-
|
|
37
|
-
6. WARRANTY DISCLAIMER
|
|
38
|
-
THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.
|
|
39
|
-
|
|
40
|
-
7. LIMITATION OF LIABILITY
|
|
41
|
-
IN NO EVENT SHALL LICENSOR BE LIABLE FOR ANY DAMAGES ARISING FROM USE
|
|
42
|
-
OF THE SOFTWARE.
|
|
43
|
-
|
|
44
|
-
For licensing inquiries: nuricanavsar2000@gmail.com
|
|
45
|
-
Website: https://nuricanavsar.com
|
|
1
|
+
VANTUZ AI SOFTWARE LICENSE AGREEMENT
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Nuri Can Avşar. All rights reserved.
|
|
4
|
+
|
|
5
|
+
This software and associated documentation files (the "Software") are licensed,
|
|
6
|
+
not sold. By installing, copying, or otherwise using the Software, you agree to
|
|
7
|
+
be bound by the terms of this agreement.
|
|
8
|
+
|
|
9
|
+
1. LICENSE GRANT
|
|
10
|
+
Subject to the terms of this agreement and payment of applicable license fees,
|
|
11
|
+
Licensor grants you a limited, non-exclusive, non-transferable license to use
|
|
12
|
+
the Software for your internal business purposes.
|
|
13
|
+
|
|
14
|
+
2. LICENSE KEY
|
|
15
|
+
A valid license key is required to use the Software. Each license key:
|
|
16
|
+
- Is valid for ONE (1) installation only
|
|
17
|
+
- Activates upon first use
|
|
18
|
+
- Expires 365 days after activation
|
|
19
|
+
- Cannot be shared, transferred, or resold
|
|
20
|
+
|
|
21
|
+
3. RESTRICTIONS
|
|
22
|
+
You may NOT:
|
|
23
|
+
- Copy, modify, or distribute the Software
|
|
24
|
+
- Reverse engineer, decompile, or disassemble the Software
|
|
25
|
+
- Remove or alter any proprietary notices
|
|
26
|
+
- Share your license key with others
|
|
27
|
+
- Use the Software for illegal purposes
|
|
28
|
+
|
|
29
|
+
4. INTELLECTUAL PROPERTY
|
|
30
|
+
The Software and all copies thereof are proprietary to Licensor and title
|
|
31
|
+
thereto remains exclusively with Licensor.
|
|
32
|
+
|
|
33
|
+
5. TERMINATION
|
|
34
|
+
This license is effective until terminated. It will terminate automatically
|
|
35
|
+
if you fail to comply with any term of this agreement.
|
|
36
|
+
|
|
37
|
+
6. WARRANTY DISCLAIMER
|
|
38
|
+
THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.
|
|
39
|
+
|
|
40
|
+
7. LIMITATION OF LIABILITY
|
|
41
|
+
IN NO EVENT SHALL LICENSOR BE LIABLE FOR ANY DAMAGES ARISING FROM USE
|
|
42
|
+
OF THE SOFTWARE.
|
|
43
|
+
|
|
44
|
+
For licensing inquiries: nuricanavsar2000@gmail.com
|
|
45
|
+
Website: https://nuricanavsar.com
|
package/README.md
CHANGED
|
@@ -1,38 +1,69 @@
|
|
|
1
1
|
# 🐙 VANTUZ (Enterprise Edition)
|
|
2
2
|
|
|
3
|
-
**
|
|
3
|
+
**Yapay Zeka Destekli E-Ticaret Orkestrasyon Platformu**
|
|
4
4
|
|
|
5
|
-
Vantuz
|
|
5
|
+
> 🚀 **Vantuz**, işletmelerin e-ticaret operasyonlarını (Trendyol, Hepsiburada, Amazon, N11) tek merkezden yönetmesini sağlayan, **Yapay Zeka Takımı** ile güçlendirilmiş yeni nesil bir ticari zekadır.
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+

|
|
8
|
+

|
|
9
|
+

|
|
8
10
|
|
|
9
|
-
|
|
10
|
-
2. **OpenClaw Entegrasyonu (Beyin):** Sistem arka planda çalışan OpenClaw Gateway ile konuşur. Web tarayıcısını kullanarak rakip fiyat analizi yapar, trendleri takip eder.
|
|
11
|
-
3. **Cross-Border (Kol):** Tek tuşla ürünlerinizi yurt dışı pazarlarına (Amazon DE, Etsy vb.) uyarlar.
|
|
11
|
+
## 🌟 Neden Vantuz?
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
Sıradan entegrasyon araçları sadece veri taşır. **Vantuz ise sizin için düşünür.**
|
|
14
|
+
|
|
15
|
+
* 🧠 **Yapay Zeka Takımı:** Arkaplanda çalışan 4 uzman ajan (Strateji, Finans, Pazarlama, Yazılım) işletmenizi 7/24 analiz eder.
|
|
16
|
+
* 👁️ **AI Vision:** Ürün fotoğraflarını tanır; başlık, açıklama ve fiyatı otomatik oluşturur.
|
|
17
|
+
* ⚡ **Akıllı Stok & Fiyat:** Rakipleri izler, fiyatı dinamik ayarlar (Repricer), stokları anlık senkronize eder.
|
|
18
|
+
* 🌍 **Cross-Border:** Tek tuşla ürünlerinizi yurt dışı pazarlarına uyarlar ve çevirir.
|
|
19
|
+
|
|
20
|
+
## 🤖 AI Takımıyla Tanışın
|
|
14
21
|
|
|
15
|
-
|
|
22
|
+
Terminalden `/team` komutuyla ekibinizle konuşabilirsiniz:
|
|
16
23
|
|
|
17
|
-
|
|
24
|
+
* **@milo (Strateji Lideri):** Büyük resmi görür, haftalık hedefler koyar.
|
|
25
|
+
* **@josh (Finans Analisti):** Kar marjlarını, ciroyu ve rakipleri takip eder.
|
|
26
|
+
* **@marketing (Pazarlama):** SEO uyumlu ürün açıklamaları ve sosyal medya içerikleri yazar.
|
|
27
|
+
* **@dev (Sistem Uzmanı):** Teknik sağlığı ve API bağlantılarını kontrol eder.
|
|
18
28
|
|
|
19
29
|
```bash
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
npm install
|
|
23
|
-
npm link
|
|
24
|
-
vantuz
|
|
30
|
+
# Örnek Kullanım:
|
|
31
|
+
vantuz team chat milo "Bu hafta ciroyu %10 artırmak için ne önerirsin?"
|
|
25
32
|
```
|
|
26
33
|
|
|
27
|
-
|
|
28
|
-
|
|
34
|
+
## 📦 Kurulum
|
|
35
|
+
|
|
36
|
+
Vantuz, **Lisanslı** bir yazılımdır. Kullanmak için lisans anahtarına sahip olmanız gerekir.
|
|
37
|
+
|
|
38
|
+
1. **Kurulum:**
|
|
39
|
+
```bash
|
|
40
|
+
npm install -g vantuz
|
|
41
|
+
```
|
|
42
|
+
2. **Başlatma:**
|
|
43
|
+
```bash
|
|
44
|
+
vantuz
|
|
45
|
+
```
|
|
46
|
+
3. **Aktivasyon:**
|
|
47
|
+
İlk açılışta size verilen **Lisans Anahtarını** girin.
|
|
29
48
|
|
|
30
49
|
## 🛠️ Desteklenen Platformlar
|
|
31
50
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
51
|
+
| Platform | Özellikler | Durum |
|
|
52
|
+
|----------|------------|-------|
|
|
53
|
+
| 🟠 **Trendyol** | Ürün, Sipariş, Stok, Soru Cevaplama | ✅ Aktif |
|
|
54
|
+
| 🟣 **Hepsiburada** | Ürün, Sipariş, Fiyat | ✅ Aktif |
|
|
55
|
+
| 🟡 **Amazon** | FBA Stok, Sipariş, Buybox Analizi | ✅ Aktif |
|
|
56
|
+
| 🔵 **N11** | Ürün, Sipariş | ✅ Aktif |
|
|
57
|
+
| 🌸 **Çiçeksepeti** | Sipariş, Stok | ✅ Aktif |
|
|
58
|
+
| 📮 **PTTAVM** | Sipariş, Stok | ✅ Aktif |
|
|
59
|
+
| 🛒 **Pazarama** | Sipariş, Stok | ✅ Aktif |
|
|
60
|
+
|
|
61
|
+
## 🔒 Lisanslama ve Güvenlik
|
|
62
|
+
|
|
63
|
+
* **RSA 2048-bit Şifreleme:** Lisanslarınız kriptografik olarak imzalanır ve kopyalanamaz.
|
|
64
|
+
* **Veri Gizliliği:** Tüm verileriniz **yerel makinenizde** (Local SQLite) saklanır. Buluta veri göndermez.
|
|
36
65
|
|
|
37
66
|
---
|
|
38
|
-
|
|
67
|
+
|
|
68
|
+
**Geliştirici:** Nuri Can Avşar
|
|
69
|
+
**İletişim & Satın Alma:** nuricanavsar2000@gmail.com
|