mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-06-17 23:09:35 +00:00
Security Curator (4 modules) — جدار الحماية الأول
- secret_redactor: 11 patterns (GitHub PAT, OpenAI/Anthropic/Supabase/WhatsApp/Moyasar/Sentry/Google/AWS/private keys); never returns raw secret
- patch_firewall: blocks .env / credentials.json / RSA keys; scans added lines for secret patterns
- trace_redactor: masks phones (+966...) and emails for PII safety
- tool_output_sanitizer: cleans tool outputs before they hit ledger/Proof Pack/UI/observability
Growth Curator (5 modules) — التحسين الذاتي
- message_curator: grades Arabic messages (0..100), detects 8 risky phrases, suggests Saudi-tone skeleton
- playbook_curator: scores playbooks by outcome (accept/reply/meeting/deal); winner/promising/needs_work/archive
- mission_curator: scores completed missions; ship_it_widely/iterate/rework_or_retire
- skill_inventory: deterministic 23-skill catalog across 5 layers
- curator_report: weekly Arabic summary "ماذا تعلمنا هذا الأسبوع"
Meeting Intelligence (5 modules) — ذكاء الاجتماعات
- transcript_parser: accepts Google Meet entries OR plain "Speaker: text" format
- meeting_brief: 6-section pre-meeting brief in Arabic (objective/questions/objections/offer/next-step)
- objection_extractor: 8 categories (price/timing/authority/trust/integration/competitor/results/complexity)
- followup_builder: email + WhatsApp drafts; live_send_allowed=False always
- deal_risk: 0..100 score from objections + missing next-step + decision-maker absence + days-since-touch
Model Router (5 modules) — موجّه النماذج
- provider_registry: 7 providers (Claude Sonnet/Haiku, GPT-4-class, GPT-4o-mini, Gemini Pro, Azure OAI KSA-region, Local Qwen Arabic-tuned)
- task_router: 10 task types × routing decisions with reasons_ar
- cost_policy: bulk → low; output > 1500 tokens → high
- fallback_policy: high-sensitivity workloads prefer KSA-region/self-hosted FIRST
- usage_dashboard: deterministic demo of all task routes
Connector Catalog (3 modules) — كتالوج التكاملات
- 14 connectors (WhatsApp Cloud, Gmail, Calendar, Google Meet, Moyasar, LinkedIn Lead Forms, Google Business Profile, X API, Instagram, Sheets, CRM, Website Forms, Composio, MCP Gateway)
- Each has launch_phase (1-4), risk_level, allowed_actions, blocked_actions, Arabic risk dossier
- WhatsApp blocks cold_send_without_consent; Moyasar blocks store_card_number; MCP requires allowlist
Agent Observability (5 modules) — مراقبة الوكلاء + التقييمات
- trace_events: SHA256-hashes user/company IDs; sanitizes payload/output before logging
- safety_eval: 7 rules (guarantee, scarcity_fake, medical_claim, financial, regulatory, personal_data, urgency); 0..100 → safe/needs_review/blocked
- saudi_tone_eval: positive markers (هلا, لاحظت, يناسبك) vs negative (تحية طيبة وبعد, synergy, leverage); arabic_ratio bonus
- eval_pack: 5 curated cases with expected verdicts
- cost_tracker: per workflow/provider/task_type aggregation
Routers (6 new) — 30 endpoints
- /api/v1/security-curator/{demo, redact, inspect-diff, sanitize-output}
- /api/v1/growth-curator/{skills/inventory, messages/grade, messages/improve, messages/duplicates, missions/next, report/weekly, report/demo}
- /api/v1/meeting-intelligence/{brief, brief/demo, transcript/summarize, followup/draft, deal-risk}
- /api/v1/model-router/{providers, tasks, route, cost-class, usage/demo}
- /api/v1/connector-catalog/{catalog, summary, status, risks, {key}}
- /api/v1/agent-observability/{trace/build, safety/eval, tone/eval, evals/run}
Tests (6 new files, 76 tests)
- test_security_curator: 16 tests (PAT detect, key redact, env diff block, payload scan, trace mask)
- test_growth_curator: 16 tests (Arabic grade, risky phrases, dup detect, playbook scoring, mission recommend, weekly report)
- test_meeting_intelligence: 13 tests (transcript parse, brief sections, objection extract, followup drafts, deal risk)
- test_dealix_model_router: 11 tests (every task → ≥1 provider, KSA-region for high sensitivity, cost class, primary override)
- test_agent_observability: 12 tests (trace hashing, safety verdicts, tone scoring, eval pack)
- test_connector_catalog: 11 tests (≥12 connectors, every has risk/blocked actions, WA cold-send blocked, Moyasar card-storage blocked)
Docs (8 new + 1 updated)
- AGENT_SECURITY_CURATOR.md (Arabic)
- GROWTH_CURATOR_STRATEGY.md (Arabic)
- MEETING_INTELLIGENCE.md (Arabic)
- MODEL_PROVIDER_ROUTER.md (Arabic)
- CONNECTOR_CATALOG.md (Arabic)
- AGENT_OBSERVABILITY_EVALS.md (Arabic)
- PRIVATE_BETA_LAUNCH_TODAY.md (Arabic) — go-checklist + offer + risks
- DEMO_SCRIPT_12_MINUTES.md (Arabic) — minute-by-minute demo flow
- FIRST_20_OUTREACH_MESSAGES.md (Arabic) — 7 personas + 3 follow-ups, all under safety/tone evals
- DEALIX_100_PERCENT_LAUNCH_PLAN.md — added §34 Self-Improving Agent Platform + §35 Private Beta Launch
Landing
- landing/private-beta.html — Arabic RTL, dark theme, pricing, 11 demo endpoints, safety banner
Test results
- 76/76 new tests pass
- Full suite: 663 passed, 2 skipped (missing API keys, unrelated)
- 0 existing tests broken
Safety
- All 6 layers honor approval-first, draft-only, no-live-send
- Hash user/company IDs before any trace
- No secrets in logs/embeddings/traces (3-layer defense: redactor + sanitizer + firewall)
- Saudi tone eval rejects "تحية طيبة وبعد" + "synergy" auto-corporate language
- Safety eval blocks "ضمان 100%" + medical claims + fake urgency
- Connector Catalog: WhatsApp blocks cold-send, Moyasar blocks card storage, MCP requires allowlist
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
259 lines
9.0 KiB
HTML
259 lines
9.0 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="ar" dir="rtl">
|
||
<head>
|
||
<meta charset="UTF-8" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
<title>Dealix — Private Beta</title>
|
||
<meta name="description" content="Dealix Private Beta — مدير نمو عربي للشركات السعودية. 10 فرص في 10 دقائق + رسائل + متابعة + Proof Pack." />
|
||
<style>
|
||
:root {
|
||
--bg: #0f1115;
|
||
--panel: #181b22;
|
||
--text: #f5f5f7;
|
||
--muted: #a8aab2;
|
||
--brand: #ffd166;
|
||
--brand-2: #ef476f;
|
||
--good: #06d6a0;
|
||
--warn: #ff9f1c;
|
||
}
|
||
* { box-sizing: border-box; margin: 0; padding: 0; }
|
||
body {
|
||
font-family: 'Tajawal', 'Segoe UI', Tahoma, sans-serif;
|
||
background: var(--bg);
|
||
color: var(--text);
|
||
line-height: 1.7;
|
||
padding: 0;
|
||
}
|
||
header {
|
||
padding: 48px 24px 24px;
|
||
text-align: center;
|
||
background: linear-gradient(135deg, #1a1d27 0%, #0f1115 100%);
|
||
}
|
||
header .badge {
|
||
display: inline-block;
|
||
padding: 6px 14px;
|
||
background: rgba(255, 209, 102, 0.15);
|
||
color: var(--brand);
|
||
border-radius: 20px;
|
||
font-size: 14px;
|
||
margin-bottom: 18px;
|
||
border: 1px solid rgba(255, 209, 102, 0.3);
|
||
}
|
||
header h1 {
|
||
font-size: 44px;
|
||
line-height: 1.2;
|
||
margin-bottom: 18px;
|
||
color: var(--text);
|
||
}
|
||
header h1 span { color: var(--brand); }
|
||
header p.subtitle {
|
||
font-size: 19px;
|
||
color: var(--muted);
|
||
max-width: 720px;
|
||
margin: 0 auto 32px;
|
||
}
|
||
.cta {
|
||
display: inline-block;
|
||
padding: 14px 28px;
|
||
background: var(--brand);
|
||
color: #0f1115;
|
||
border-radius: 10px;
|
||
font-weight: 700;
|
||
text-decoration: none;
|
||
font-size: 17px;
|
||
margin: 6px;
|
||
border: none;
|
||
cursor: pointer;
|
||
}
|
||
.cta.secondary {
|
||
background: transparent;
|
||
color: var(--text);
|
||
border: 1px solid #383b44;
|
||
}
|
||
main { max-width: 920px; margin: 0 auto; padding: 24px; }
|
||
section {
|
||
background: var(--panel);
|
||
padding: 28px;
|
||
border-radius: 14px;
|
||
margin: 18px 0;
|
||
border: 1px solid #232631;
|
||
}
|
||
section h2 { font-size: 24px; margin-bottom: 14px; color: var(--brand); }
|
||
section h3 { font-size: 18px; margin: 18px 0 8px; color: var(--text); }
|
||
ul { list-style: none; padding-right: 0; }
|
||
ul li {
|
||
padding: 8px 0;
|
||
padding-right: 26px;
|
||
position: relative;
|
||
color: var(--text);
|
||
}
|
||
ul li:before {
|
||
content: "✓";
|
||
color: var(--good);
|
||
position: absolute;
|
||
right: 0;
|
||
font-weight: 700;
|
||
}
|
||
.pricing-grid {
|
||
display: grid;
|
||
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
|
||
gap: 14px;
|
||
margin-top: 14px;
|
||
}
|
||
.price-card {
|
||
padding: 18px;
|
||
background: #1f232c;
|
||
border-radius: 10px;
|
||
border: 1px solid #2a2e39;
|
||
}
|
||
.price-card .label { color: var(--muted); font-size: 14px; }
|
||
.price-card .price { font-size: 26px; font-weight: 700; color: var(--brand); margin: 6px 0; }
|
||
.safe-banner {
|
||
background: rgba(6, 214, 160, 0.1);
|
||
color: var(--good);
|
||
padding: 14px 18px;
|
||
border-radius: 10px;
|
||
border: 1px solid rgba(6, 214, 160, 0.3);
|
||
margin: 18px 0;
|
||
}
|
||
footer {
|
||
text-align: center;
|
||
padding: 28px;
|
||
color: var(--muted);
|
||
font-size: 14px;
|
||
border-top: 1px solid #232631;
|
||
margin-top: 32px;
|
||
}
|
||
.endpoint {
|
||
background: #11141a;
|
||
padding: 6px 10px;
|
||
border-radius: 6px;
|
||
font-family: monospace;
|
||
font-size: 14px;
|
||
color: var(--brand);
|
||
display: inline-block;
|
||
margin: 2px 0;
|
||
border: 1px solid #232631;
|
||
}
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<header>
|
||
<span class="badge">Private Beta — متاح اليوم</span>
|
||
<h1>مدير نمو عربي <span>للشركات السعودية</span></h1>
|
||
<p class="subtitle">
|
||
Dealix يعطيك 10 فرص B2B خلال 10 دقائق، يكتب الرسائل بالعربي،
|
||
ويطلع لك Proof Pack — وأنت توافق قبل أي تواصل.
|
||
</p>
|
||
<a href="mailto:bassam.m.assiri@gmail.com?subject=Dealix%20Private%20Beta" class="cta">احجز Pilot الآن</a>
|
||
<a href="#demo" class="cta secondary">شاهد ديمو 12 دقيقة</a>
|
||
</header>
|
||
|
||
<main>
|
||
<section>
|
||
<h2>وعد المنتج</h2>
|
||
<p>خلال 7 أيام، نطلع لك:</p>
|
||
<ul>
|
||
<li>10 فرص B2B مناسبة لقطاعك ومدينتك</li>
|
||
<li>سبب "لماذا الآن" لكل فرصة</li>
|
||
<li>رسائل عربية جاهزة (تحت 80 كلمة، نبرة طبيعية سعودية)</li>
|
||
<li>تصنيف الأرقام: آمن / يحتاج مراجعة / محظور</li>
|
||
<li>متابعة 7 أيام بعد القرار</li>
|
||
<li>Proof Pack: leads، رسائل معتمدة، اجتماعات، إيراد متأثر، مخاطر تم منعها</li>
|
||
</ul>
|
||
</section>
|
||
|
||
<section>
|
||
<h2>الأسعار</h2>
|
||
<div class="pricing-grid">
|
||
<div class="price-card">
|
||
<div class="label">Pilot 7 أيام</div>
|
||
<div class="price">499 ريال</div>
|
||
<div>أو مجاني مقابل case study</div>
|
||
</div>
|
||
<div class="price-card">
|
||
<div class="label">Paid Pilot 30 يوم</div>
|
||
<div class="price">1,500–3,000 ريال</div>
|
||
<div>إعداد + Pilot موسّع</div>
|
||
</div>
|
||
<div class="price-card">
|
||
<div class="label">Growth OS شهري</div>
|
||
<div class="price">2,999 ريال</div>
|
||
<div>اشتراك مستمر</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<section>
|
||
<h2>الفرق عن المنافسين</h2>
|
||
<ul>
|
||
<li><strong>عربي طبيعي سعودي</strong> — لا تحية طيبة وبعد، لا synergy.</li>
|
||
<li><strong>Approval-first</strong> — لا إرسال واتساب/إيميل بدون موافقتك.</li>
|
||
<li><strong>PDPL-aware</strong> — لا cold WhatsApp بدون opt-in.</li>
|
||
<li><strong>Multi-channel</strong> — واتساب + إيميل + تقويم + SOCIAL + مدفوعات تحت سقف واحد.</li>
|
||
<li><strong>Self-improving</strong> — يتعلم من Accept/Skip/Edit ويحسّن الرسائل.</li>
|
||
<li><strong>Proof Pack</strong> — تقرير شهري بكل ما عمله Dealix.</li>
|
||
</ul>
|
||
</section>
|
||
|
||
<section id="demo">
|
||
<h2>ماذا يعمل اليوم؟</h2>
|
||
<p>كل هذه الـendpoints تعمل في staging الآن — يمكنك تجربتها مباشرة:</p>
|
||
<p>
|
||
<span class="endpoint">GET /api/v1/personal-operator/daily-brief</span><br/>
|
||
<span class="endpoint">GET /api/v1/intelligence/command-feed/demo</span><br/>
|
||
<span class="endpoint">GET /api/v1/intelligence/missions</span><br/>
|
||
<span class="endpoint">POST /api/v1/intelligence/simulate-opportunity</span><br/>
|
||
<span class="endpoint">GET /api/v1/intelligence/board-brief/demo</span><br/>
|
||
<span class="endpoint">GET /api/v1/growth-operator/proof-pack/demo</span><br/>
|
||
<span class="endpoint">GET /api/v1/platform/proof-ledger/demo</span><br/>
|
||
<span class="endpoint">GET /api/v1/connector-catalog/catalog</span><br/>
|
||
<span class="endpoint">GET /api/v1/security-curator/demo</span><br/>
|
||
<span class="endpoint">GET /api/v1/growth-curator/report/demo</span><br/>
|
||
<span class="endpoint">GET /api/v1/meeting-intelligence/brief/demo</span><br/>
|
||
</p>
|
||
</section>
|
||
|
||
<section>
|
||
<h2>الأمان والامتثال</h2>
|
||
<div class="safe-banner">
|
||
<strong>القاعدة الذهبية:</strong> لا إرسال خارجي بدون موافقتك.
|
||
لا cold WhatsApp. لا charge بدون تأكيد. لا تخزّن بياناتك خارج المملكة بدون اتفاقية.
|
||
</div>
|
||
<ul>
|
||
<li>Tool Gateway: كل أداة (Gmail/Calendar/WhatsApp/Moyasar) تمر من سياسة قبل التنفيذ.</li>
|
||
<li>Patch Firewall: ما من سر يدخل الكود.</li>
|
||
<li>Trace Redactor: ما من رقم/إيميل يدخل الـlogs.</li>
|
||
<li>Saudi Tone Eval: كل رسالة تُقيّم قبل الإرسال.</li>
|
||
<li>Safety Eval: عبارات مثل "ضمان 100%" محظورة تلقائياً.</li>
|
||
</ul>
|
||
</section>
|
||
|
||
<section>
|
||
<h2>للوكالات</h2>
|
||
<p>
|
||
إذا أنت وكالة تسويق B2B، Dealix يشتغل خلفك:
|
||
أنت تختار العميل، Dealix يطلع له 10 فرص + رسائل + متابعة،
|
||
وأنت تحصل على case study + revenue share.
|
||
ابحث عن "Partner Sprint" في Pilot المجاني.
|
||
</p>
|
||
</section>
|
||
|
||
<section>
|
||
<h2>جاهز نبدأ؟</h2>
|
||
<p>
|
||
Pilot يبدأ يوم الأحد التالي.
|
||
أرسل لي اسمك + اسم شركتك + قطاعك + مدينتك،
|
||
وأرتّب لك ديمو 12 دقيقة هذا الأسبوع.
|
||
</p>
|
||
<a href="mailto:bassam.m.assiri@gmail.com?subject=Dealix%20Private%20Beta%20Pilot" class="cta">احجز Pilot الآن</a>
|
||
</section>
|
||
</main>
|
||
|
||
<footer>
|
||
Dealix — Saudi Autonomous Revenue Platform · Private Beta · 2026<br/>
|
||
bassam.m.assiri@gmail.com
|
||
</footer>
|
||
</body>
|
||
</html>
|