luna-agents 2.0.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/.claude-plugin/LICENSE +21 -0
- package/.claude-plugin/README.md +285 -0
- package/.claude-plugin/claude-plugin.json +106 -0
- package/.claude-plugin/index.js +318 -0
- package/.claude-plugin/lib/api-client.js +504 -0
- package/.claude-plugin/lib/rag-utils.js +442 -0
- package/.claude-plugin/package.json +418 -0
- package/LICENSE +21 -0
- package/README.md +350 -0
- package/agents/json/design-architect.json +57 -0
- package/agents/json/luna-auth.json +71 -0
- package/agents/json/luna-brand.json +66 -0
- package/agents/json/luna-cloudflare.json +261 -0
- package/agents/json/luna-code-review.json +63 -0
- package/agents/json/luna-deployment.json +68 -0
- package/agents/json/luna-documentation.json +85 -0
- package/agents/json/luna-hig.json +128 -0
- package/agents/json/luna-layout-designer.json +178 -0
- package/agents/json/luna-monitoring-observability.json +64 -0
- package/agents/json/luna-post-launch-review.json +68 -0
- package/agents/json/luna-requirements-analyzer.json +53 -0
- package/agents/json/luna-task-executor.json +63 -0
- package/agents/json/luna-task-planner.json +62 -0
- package/agents/json/luna-testing-validation.json +66 -0
- package/agents/luna-365-security.md +96 -0
- package/agents/luna-analytics.md +318 -0
- package/agents/luna-api-generator.md +654 -0
- package/agents/luna-auth.md +396 -0
- package/agents/luna-brand.md +248 -0
- package/agents/luna-cloudflare.md +728 -0
- package/agents/luna-code-review.md +487 -0
- package/agents/luna-database.md +453 -0
- package/agents/luna-deployment.md +202 -0
- package/agents/luna-design-architect.md +353 -0
- package/agents/luna-docker.md +615 -0
- package/agents/luna-documentation.md +177 -0
- package/agents/luna-full-test.md +910 -0
- package/agents/luna-glm-vision.md +211 -0
- package/agents/luna-hig.md +430 -0
- package/agents/luna-lemonsqueezy.md +441 -0
- package/agents/luna-monitoring-observability.md +199 -0
- package/agents/luna-openai-app.md +499 -0
- package/agents/luna-post-launch-review.md +191 -0
- package/agents/luna-rag-enhanced.md +1619 -0
- package/agents/luna-rag.md +1733 -0
- package/agents/luna-requirements-analyzer.md +189 -0
- package/agents/luna-run.md +620 -0
- package/agents/luna-seo.md +338 -0
- package/agents/luna-task-executor.md +371 -0
- package/agents/luna-task-planner.md +275 -0
- package/agents/luna-testing-validation.md +681 -0
- package/agents/luna-ui-fix.md +591 -0
- package/agents/luna-ui-test.md +600 -0
- package/agents/luna-user-guide.md +409 -0
- package/agents/site-auditor.md +83 -0
- package/commands/3d-mesh.md +12 -0
- package/commands/3d.md +12 -0
- package/commands/agent-boost.md +13 -0
- package/commands/ai-index.md +16 -0
- package/commands/api.md +12 -0
- package/commands/assert.md +17 -0
- package/commands/audience.md +12 -0
- package/commands/auth.md +17 -0
- package/commands/autopilot.md +12 -0
- package/commands/boost-finsavvy.md +10 -0
- package/commands/boost-org.md +10 -0
- package/commands/boost-project.md +12 -0
- package/commands/brand.md +17 -0
- package/commands/browser-test.md +18 -0
- package/commands/cf.md +26 -0
- package/commands/cfg.md +33 -0
- package/commands/chain.md +12 -0
- package/commands/challenge.md +13 -0
- package/commands/clone.md +12 -0
- package/commands/cmds.md +243 -0
- package/commands/collab.md +12 -0
- package/commands/compete.md +12 -0
- package/commands/config-rules.md +21 -0
- package/commands/connect-infra.md +10 -0
- package/commands/context-pack.md +13 -0
- package/commands/curb.md +12 -0
- package/commands/des.md +38 -0
- package/commands/devto.md +20 -0
- package/commands/dock.md +26 -0
- package/commands/docs.md +33 -0
- package/commands/e2e-flow.md +18 -0
- package/commands/email-routing.md +10 -0
- package/commands/feature.md +12 -0
- package/commands/figma.md +12 -0
- package/commands/fix.md +12 -0
- package/commands/flaky.md +12 -0
- package/commands/flow-record.md +12 -0
- package/commands/gamify.md +12 -0
- package/commands/ghost.md +12 -0
- package/commands/git-insights.md +12 -0
- package/commands/go-viral.md +16 -0
- package/commands/go.md +42 -0
- package/commands/graph-rag.md +13 -0
- package/commands/guard.md +12 -0
- package/commands/heal.md +17 -0
- package/commands/heygen.md +12 -0
- package/commands/hig.md +33 -0
- package/commands/idea.md +12 -0
- package/commands/imagine.md +12 -0
- package/commands/inbox.md +12 -0
- package/commands/lam.md +12 -0
- package/commands/landing.md +12 -0
- package/commands/launch.md +12 -0
- package/commands/learn.md +12 -0
- package/commands/leverage.md +12 -0
- package/commands/ll-365-secure.md +179 -0
- package/commands/ll-3d-mesh.md +94 -0
- package/commands/ll-3d.md +123 -0
- package/commands/ll-a11y-scan.md +143 -0
- package/commands/ll-a11y.md +71 -0
- package/commands/ll-agent-boost.md +92 -0
- package/commands/ll-agent-chain.md +104 -0
- package/commands/ll-ai-index.md +120 -0
- package/commands/ll-api-client.md +77 -0
- package/commands/ll-api.md +99 -0
- package/commands/ll-assert.md +73 -0
- package/commands/ll-audience.md +308 -0
- package/commands/ll-auth.md +145 -0
- package/commands/ll-autopilot.md +113 -0
- package/commands/ll-boost-finsavvy.md +106 -0
- package/commands/ll-boost-org.md +161 -0
- package/commands/ll-boost-project.md +118 -0
- package/commands/ll-brand.md +150 -0
- package/commands/ll-browser-test.md +203 -0
- package/commands/ll-challenge.md +124 -0
- package/commands/ll-changelog.md +80 -0
- package/commands/ll-ci.md +78 -0
- package/commands/ll-claude-instructions.md +80 -0
- package/commands/ll-clone.md +82 -0
- package/commands/ll-cloudflare.md +580 -0
- package/commands/ll-codemap.md +78 -0
- package/commands/ll-collab.md +87 -0
- package/commands/ll-compete.md +67 -0
- package/commands/ll-config-rules.md +255 -0
- package/commands/ll-config.md +434 -0
- package/commands/ll-connect-infra.md +123 -0
- package/commands/ll-context-pack.md +100 -0
- package/commands/ll-curb.md +164 -0
- package/commands/ll-debug.md +76 -0
- package/commands/ll-deploy.md +101 -0
- package/commands/ll-deps.md +70 -0
- package/commands/ll-design.md +86 -0
- package/commands/ll-devto-publish.md +172 -0
- package/commands/ll-dockerize.md +273 -0
- package/commands/ll-docs.md +123 -0
- package/commands/ll-e2e-flow.md +132 -0
- package/commands/ll-e2e-test.md +231 -0
- package/commands/ll-email-routing.md +130 -0
- package/commands/ll-env.md +70 -0
- package/commands/ll-execute.md +98 -0
- package/commands/ll-feature.md +80 -0
- package/commands/ll-figma.md +82 -0
- package/commands/ll-fix.md +76 -0
- package/commands/ll-flaky.md +151 -0
- package/commands/ll-flow-record.md +180 -0
- package/commands/ll-flowdocs.md +83 -0
- package/commands/ll-gamify.md +131 -0
- package/commands/ll-gemma4.md +84 -0
- package/commands/ll-ghost.md +79 -0
- package/commands/ll-git-insights.md +152 -0
- package/commands/ll-go-viral.md +171 -0
- package/commands/ll-graph-rag.md +113 -0
- package/commands/ll-guard.md +92 -0
- package/commands/ll-heal.md +135 -0
- package/commands/ll-heygen.md +203 -0
- package/commands/ll-hig.md +578 -0
- package/commands/ll-hld.md +84 -0
- package/commands/ll-i18n.md +74 -0
- package/commands/ll-idea.md +101 -0
- package/commands/ll-imagine.md +72 -0
- package/commands/ll-inbox.md +116 -0
- package/commands/ll-lam.md +93 -0
- package/commands/ll-landing.md +171 -0
- package/commands/ll-launch.md +100 -0
- package/commands/ll-learn.md +87 -0
- package/commands/ll-leverage.md +137 -0
- package/commands/ll-local-llm.md +131 -0
- package/commands/ll-ls-products.md +160 -0
- package/commands/ll-marketplace.md +130 -0
- package/commands/ll-mcp-publish.md +104 -0
- package/commands/ll-migrate.md +68 -0
- package/commands/ll-mock.md +79 -0
- package/commands/ll-money.md +87 -0
- package/commands/ll-monitor.md +120 -0
- package/commands/ll-morph.md +117 -0
- package/commands/ll-multi-agent.md +170 -0
- package/commands/ll-native.md +93 -0
- package/commands/ll-nexa.md +79 -0
- package/commands/ll-onboarding.md +84 -0
- package/commands/ll-openhands.md +78 -0
- package/commands/ll-organic-promote.md +260 -0
- package/commands/ll-parallel.md +74 -0
- package/commands/ll-payments.md +83 -0
- package/commands/ll-perf-trace.md +147 -0
- package/commands/ll-perf.md +65 -0
- package/commands/ll-persona.md +280 -0
- package/commands/ll-pipe.md +296 -0
- package/commands/ll-plan-impl.js +570 -0
- package/commands/ll-plan-v2.md +297 -0
- package/commands/ll-plan.md +87 -0
- package/commands/ll-postlaunch.md +109 -0
- package/commands/ll-pr.md +84 -0
- package/commands/ll-present.md +110 -0
- package/commands/ll-product-map.md +152 -0
- package/commands/ll-promote.md +352 -0
- package/commands/ll-publish.md +124 -0
- package/commands/ll-pulse.md +96 -0
- package/commands/ll-rag-guided.md +345 -0
- package/commands/ll-rag-upgrade.md +504 -0
- package/commands/ll-rag.md +343 -0
- package/commands/ll-record.md +114 -0
- package/commands/ll-refactor.md +71 -0
- package/commands/ll-requirements.md +71 -0
- package/commands/ll-review.md +92 -0
- package/commands/ll-rollback.md +66 -0
- package/commands/ll-routemap.md +79 -0
- package/commands/ll-rules.md +90 -0
- package/commands/ll-shortcuts.md +229 -0
- package/commands/ll-sing.md +99 -0
- package/commands/ll-site-audit.md +228 -0
- package/commands/ll-smart-route.md +92 -0
- package/commands/ll-smart-search.md +58 -0
- package/commands/ll-storybook.md +86 -0
- package/commands/ll-swarm.md +101 -0
- package/commands/ll-test.md +97 -0
- package/commands/ll-time-machine.md +72 -0
- package/commands/ll-ui-convert.md +433 -0
- package/commands/ll-video.md +108 -0
- package/commands/ll-vision-pipeline.md +247 -0
- package/commands/ll-vision.md +74 -0
- package/commands/ll-visual-diff.md +118 -0
- package/commands/ll-visual-qa.md +204 -0
- package/commands/ll-visual-regression.md +96 -0
- package/commands/ll-voice.md +138 -0
- package/commands/ll-watch.md +65 -0
- package/commands/ll-workflow.md +108 -0
- package/commands/ll-zen.md +98 -0
- package/commands/local-llm.md +12 -0
- package/commands/marketplace.md +13 -0
- package/commands/mcp-publish.md +16 -0
- package/commands/migrate.md +12 -0
- package/commands/money.md +12 -0
- package/commands/morph.md +12 -0
- package/commands/multi-agent.md +12 -0
- package/commands/native.md +12 -0
- package/commands/nexa.md +12 -0
- package/commands/oh.md +12 -0
- package/commands/organic-promote.md +16 -0
- package/commands/perf-trace.md +12 -0
- package/commands/perf.md +12 -0
- package/commands/persona.md +12 -0
- package/commands/pipe.md +21 -0
- package/commands/plan.md +38 -0
- package/commands/pr.md +12 -0
- package/commands/present.md +12 -0
- package/commands/product-map.md +13 -0
- package/commands/promote.md +16 -0
- package/commands/publish.md +12 -0
- package/commands/pulse.md +12 -0
- package/commands/q.md +35 -0
- package/commands/record.md +12 -0
- package/commands/refactor.md +12 -0
- package/commands/req.md +40 -0
- package/commands/retro.md +33 -0
- package/commands/rev.md +39 -0
- package/commands/rules.md +19 -0
- package/commands/search.md +12 -0
- package/commands/sec.md +34 -0
- package/commands/ship.md +39 -0
- package/commands/sing.md +12 -0
- package/commands/site-audit.md +12 -0
- package/commands/smart-route.md +13 -0
- package/commands/swarm.md +12 -0
- package/commands/test.md +39 -0
- package/commands/time-machine.md +12 -0
- package/commands/ui.md +33 -0
- package/commands/video.md +12 -0
- package/commands/vision.md +12 -0
- package/commands/voice.md +12 -0
- package/commands/vr.md +18 -0
- package/commands/watch.md +39 -0
- package/commands/workflow.md +19 -0
- package/commands/zen.md +12 -0
- package/package.json +76 -0
- package/setup.sh +382 -0
|
@@ -0,0 +1,504 @@
|
|
|
1
|
+
# luna-rag-upgrade - Premium Registration & Commands
|
|
2
|
+
|
|
3
|
+
## Upgrade Commands
|
|
4
|
+
|
|
5
|
+
### `/luna-rag upgrade`
|
|
6
|
+
Start the upgrade process to Luna RAG Pro.
|
|
7
|
+
|
|
8
|
+
**Usage:**
|
|
9
|
+
```bash
|
|
10
|
+
/luna-rag upgrade
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
**Response:**
|
|
14
|
+
```
|
|
15
|
+
π Upgrade to Luna RAG Pro
|
|
16
|
+
|
|
17
|
+
π― Unlock Everything:
|
|
18
|
+
β
Unlimited semantic searches (no daily limits)
|
|
19
|
+
β
Unlimited file indexing (no size limits)
|
|
20
|
+
β
Luna Vision RAGβ’ - Screenshot analysis with code context
|
|
21
|
+
β
GLM Vision - Advanced visual AI testing
|
|
22
|
+
β
Priority support (24hr response time)
|
|
23
|
+
β
Advanced analytics dashboard
|
|
24
|
+
β
API access for integrations
|
|
25
|
+
|
|
26
|
+
π³ Pricing: $29/month
|
|
27
|
+
π 14-day FREE trial - Cancel anytime
|
|
28
|
+
|
|
29
|
+
π§ Quick Setup:
|
|
30
|
+
1. Enter your email
|
|
31
|
+
2. Choose payment method (Card/PayPal)
|
|
32
|
+
3. Get instant API key
|
|
33
|
+
|
|
34
|
+
Ready to upgrade? /luna-rag upgrade-start
|
|
35
|
+
|
|
36
|
+
Questions? /luna-rag pricing
|
|
37
|
+
Compare plans: /luna-rag plans
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
### `/luna-rag upgrade-start`
|
|
41
|
+
Begin the secure checkout process.
|
|
42
|
+
|
|
43
|
+
**Usage:**
|
|
44
|
+
```bash
|
|
45
|
+
/luna-rag upgrade-start
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
**Response:**
|
|
49
|
+
```
|
|
50
|
+
π Secure Luna RAG Pro Setup
|
|
51
|
+
|
|
52
|
+
π§ Email Address:
|
|
53
|
+
Please enter your email for account creation:
|
|
54
|
+
[Your email will be used for API key delivery and support]
|
|
55
|
+
|
|
56
|
+
π³ Payment Methods Accepted:
|
|
57
|
+
β’ Credit/Debit Card (Visa, Mastercard, Amex)
|
|
58
|
+
β’ PayPal
|
|
59
|
+
β’ Google Pay
|
|
60
|
+
β’ Apple Pay
|
|
61
|
+
β’ Crypto (USDT, ETH)
|
|
62
|
+
|
|
63
|
+
π Security: All payments processed by LemonSqueezy (PCI compliant)
|
|
64
|
+
|
|
65
|
+
π Next Steps:
|
|
66
|
+
1. Enter email: /luna-rag email your@email.com
|
|
67
|
+
2. Start secure checkout: /luna-rag checkout
|
|
68
|
+
3. Receive API key instantly
|
|
69
|
+
|
|
70
|
+
Need help? /luna-rag support
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
### `/luna-rag email <email>`
|
|
74
|
+
Set email for the upgrade process.
|
|
75
|
+
|
|
76
|
+
**Usage:**
|
|
77
|
+
```bash
|
|
78
|
+
/luna-rag email john@example.com
|
|
79
|
+
/luna-rag email team@company.com
|
|
80
|
+
```
|
|
81
|
+
|
|
82
|
+
**Response:**
|
|
83
|
+
```
|
|
84
|
+
β
Email Set: john@example.com
|
|
85
|
+
|
|
86
|
+
π Account Setup Progress:
|
|
87
|
+
β
Email: john@example.com
|
|
88
|
+
β³ Payment: Pending
|
|
89
|
+
β³ API Key: Will be generated after payment
|
|
90
|
+
|
|
91
|
+
π Ready for checkout?
|
|
92
|
+
/luna-rag checkout
|
|
93
|
+
|
|
94
|
+
π‘ You can change your email anytime:
|
|
95
|
+
/luna-rag email new-email@example.com
|
|
96
|
+
```
|
|
97
|
+
|
|
98
|
+
### `/luna-rag checkout`
|
|
99
|
+
Start the secure payment checkout.
|
|
100
|
+
|
|
101
|
+
**Usage:**
|
|
102
|
+
```bash
|
|
103
|
+
/luna-rag checkout
|
|
104
|
+
```
|
|
105
|
+
|
|
106
|
+
**Response:**
|
|
107
|
+
```
|
|
108
|
+
π Luna RAG Pro Checkout
|
|
109
|
+
|
|
110
|
+
π§ Account: john@example.com
|
|
111
|
+
π° Plan: Pro ($29/month)
|
|
112
|
+
π Trial: 14 days free
|
|
113
|
+
π³ Total: $0.00 today, then $29/month
|
|
114
|
+
|
|
115
|
+
π Opening secure checkout...
|
|
116
|
+
[Opens LemonSqueezy checkout in new window]
|
|
117
|
+
|
|
118
|
+
π Checkout Steps:
|
|
119
|
+
1. Select payment method
|
|
120
|
+
2. Enter billing information
|
|
121
|
+
3. Confirm subscription
|
|
122
|
+
4. Receive API key instantly
|
|
123
|
+
|
|
124
|
+
β³ Waiting for payment completion...
|
|
125
|
+
Checking payment status every 5 seconds...
|
|
126
|
+
|
|
127
|
+
π‘ Need help with checkout?
|
|
128
|
+
/luna-rag support
|
|
129
|
+
Compare plans: /luna-rag plans
|
|
130
|
+
```
|
|
131
|
+
|
|
132
|
+
### `/luna-rag status`
|
|
133
|
+
Check your current subscription status and usage.
|
|
134
|
+
|
|
135
|
+
**Usage:**
|
|
136
|
+
```bash
|
|
137
|
+
/luna-rag status
|
|
138
|
+
```
|
|
139
|
+
|
|
140
|
+
**Response (Free User):**
|
|
141
|
+
```
|
|
142
|
+
π Luna RAG Account Status
|
|
143
|
+
|
|
144
|
+
π€ User: john@example.com
|
|
145
|
+
π Plan: Free Tier
|
|
146
|
+
π API Key: Not configured
|
|
147
|
+
|
|
148
|
+
π Usage Today:
|
|
149
|
+
β’ Searches: 45/100
|
|
150
|
+
β’ Files Indexed: 234/1,000
|
|
151
|
+
β’ Vision AI: Not available
|
|
152
|
+
|
|
153
|
+
β° Resets in: 6 hours, 23 minutes
|
|
154
|
+
|
|
155
|
+
π‘ Upgrade for unlimited usage:
|
|
156
|
+
/luna-rag upgrade
|
|
157
|
+
```
|
|
158
|
+
|
|
159
|
+
**Response (Pro User):**
|
|
160
|
+
```
|
|
161
|
+
π Luna RAG Account Status
|
|
162
|
+
|
|
163
|
+
π€ User: john@example.com
|
|
164
|
+
π Plan: Pro Tier
|
|
165
|
+
π API Key: luna_AbCdEfGh1234567890IjKlMnOpQrSt
|
|
166
|
+
π
Member Since: Nov 1, 2024
|
|
167
|
+
π° Billing: $29/month (Next: Dec 1, 2024)
|
|
168
|
+
|
|
169
|
+
π Usage This Month:
|
|
170
|
+
β’ Searches: 1,842 (unlimited)
|
|
171
|
+
β’ Files Indexed: 5,231 (unlimited)
|
|
172
|
+
β’ Vision AI: 124 analyses
|
|
173
|
+
β’ GLM Vision: 43 analyses
|
|
174
|
+
|
|
175
|
+
π Premium Features Active:
|
|
176
|
+
β
Luna Vision RAGβ’
|
|
177
|
+
β
GLM Vision
|
|
178
|
+
β
Priority Support
|
|
179
|
+
β
Advanced Analytics
|
|
180
|
+
|
|
181
|
+
π§ Support: /luna-rag support
|
|
182
|
+
```
|
|
183
|
+
|
|
184
|
+
### `/luna-rag plans`
|
|
185
|
+
Compare all available plans and features.
|
|
186
|
+
|
|
187
|
+
**Usage:**
|
|
188
|
+
```bash
|
|
189
|
+
/luna-rag plans
|
|
190
|
+
```
|
|
191
|
+
|
|
192
|
+
**Response:**
|
|
193
|
+
```
|
|
194
|
+
π― Luna RAG Pricing Plans
|
|
195
|
+
|
|
196
|
+
π FREE TIER - $0/month
|
|
197
|
+
β
100 searches per day
|
|
198
|
+
β
1,000 files indexed
|
|
199
|
+
β
Basic semantic search
|
|
200
|
+
β
Community support
|
|
201
|
+
β
Local development
|
|
202
|
+
|
|
203
|
+
π PRO TIER - $29/month
|
|
204
|
+
π Everything in Free, plus:
|
|
205
|
+
β
Unlimited searches
|
|
206
|
+
β
Unlimited indexing
|
|
207
|
+
β
Luna Vision RAGβ’ (screenshot analysis)
|
|
208
|
+
β
GLM Vision (advanced visual AI)
|
|
209
|
+
β
Priority support (24hr response)
|
|
210
|
+
β
Advanced analytics dashboard
|
|
211
|
+
β
API access for integrations
|
|
212
|
+
π 14-day FREE trial
|
|
213
|
+
|
|
214
|
+
π’ ENTERPRISE - Custom Pricing
|
|
215
|
+
π Everything in Pro, plus:
|
|
216
|
+
β
Team collaboration (10+ seats)
|
|
217
|
+
β
SSO integration (SAML, LDAP)
|
|
218
|
+
β
Dedicated support (SLA)
|
|
219
|
+
β
Custom AI model training
|
|
220
|
+
β
On-premise deployment
|
|
221
|
+
β
White-label options
|
|
222
|
+
|
|
223
|
+
π Get Started:
|
|
224
|
+
/luna-rag upgrade # Start Pro trial
|
|
225
|
+
/luna-rag enterprise # Get enterprise quote
|
|
226
|
+
```
|
|
227
|
+
|
|
228
|
+
### `/luna-rag enterprise`
|
|
229
|
+
Get information about enterprise plans.
|
|
230
|
+
|
|
231
|
+
**Usage:**
|
|
232
|
+
```bash
|
|
233
|
+
/luna-rag enterprise
|
|
234
|
+
```
|
|
235
|
+
|
|
236
|
+
**Response:**
|
|
237
|
+
```
|
|
238
|
+
π’ Luna RAG Enterprise
|
|
239
|
+
|
|
240
|
+
Perfect for teams and organizations who need:
|
|
241
|
+
β’ Multiple user seats (10+)
|
|
242
|
+
β’ Centralized billing and management
|
|
243
|
+
β’ Advanced security and compliance
|
|
244
|
+
β’ Custom integrations and training
|
|
245
|
+
|
|
246
|
+
π― Enterprise Features:
|
|
247
|
+
π₯ Team Management - Add/remove users, track usage
|
|
248
|
+
π Security - SSO, audit logs, data retention policies
|
|
249
|
+
π Training - Custom AI model training on your codebase
|
|
250
|
+
π§ Integration - Connect to your existing tools and workflows
|
|
251
|
+
π Support - Dedicated account manager and 24/7 support
|
|
252
|
+
π’ Deployment - On-premise or private cloud options
|
|
253
|
+
|
|
254
|
+
π¬ Custom Quote Required:
|
|
255
|
+
β’ Teams: 10-49 users: $49/user/month
|
|
256
|
+
β’ Teams: 50+ users: $39/user/month
|
|
257
|
+
β’ Custom features: Tailored pricing
|
|
258
|
+
|
|
259
|
+
π Talk to Sales:
|
|
260
|
+
β’ Schedule demo: /luna-rag demo
|
|
261
|
+
β’ Email: enterprise@lunaos.ai
|
|
262
|
+
β’ Phone: +1 (555) LUNA-RAG
|
|
263
|
+
|
|
264
|
+
π Ready to discuss your needs?
|
|
265
|
+
/luna-rag sales-contact
|
|
266
|
+
```
|
|
267
|
+
|
|
268
|
+
### `/luna-rag demo <team-size>`
|
|
269
|
+
Schedule a personalized demo.
|
|
270
|
+
|
|
271
|
+
**Usage:**
|
|
272
|
+
```bash
|
|
273
|
+
/luna-rag demo 25
|
|
274
|
+
/luna-rag demo enterprise
|
|
275
|
+
```
|
|
276
|
+
|
|
277
|
+
**Response:**
|
|
278
|
+
```
|
|
279
|
+
π
Luna RAG Enterprise Demo
|
|
280
|
+
|
|
281
|
+
π
Schedule Your Personalized Demo
|
|
282
|
+
|
|
283
|
+
Perfect for your team of 25 users!
|
|
284
|
+
|
|
285
|
+
π― Demo Highlights:
|
|
286
|
+
β’ Live code search across complex projects
|
|
287
|
+
β’ Vision AI analyzing real UI screenshots
|
|
288
|
+
β’ Team collaboration features
|
|
289
|
+
β’ Custom integration possibilities
|
|
290
|
+
β’ Q&A with our solutions architect
|
|
291
|
+
|
|
292
|
+
β° Duration: 45 minutes
|
|
293
|
+
π Format: Video call (Zoom/Teams/Meet)
|
|
294
|
+
π₯ Attendees: Your technical team + our solutions expert
|
|
295
|
+
|
|
296
|
+
π
Available Times:
|
|
297
|
+
β’ Today: 2:00 PM, 4:00 PM EST
|
|
298
|
+
β’ Tomorrow: 10:00 AM, 2:00 PM, 4:00 PM EST
|
|
299
|
+
β’ This week: Flexible scheduling
|
|
300
|
+
|
|
301
|
+
π Book Your Demo:
|
|
302
|
+
/luna-rag book-demo "Tomorrow 2:00 PM"
|
|
303
|
+
/luna-rag book-demo "flexible"
|
|
304
|
+
|
|
305
|
+
π Or Request Specific Time:
|
|
306
|
+
/luna-rag schedule "Dec 15, 2:00 PM EST"
|
|
307
|
+
```
|
|
308
|
+
|
|
309
|
+
### `/luna-rag billing`
|
|
310
|
+
Manage billing and subscription.
|
|
311
|
+
|
|
312
|
+
**Usage:**
|
|
313
|
+
```bash
|
|
314
|
+
/luna-rag billing
|
|
315
|
+
```
|
|
316
|
+
|
|
317
|
+
**Response:**
|
|
318
|
+
```
|
|
319
|
+
π³ Luna RAG Billing Management
|
|
320
|
+
|
|
321
|
+
π€ Account: john@example.com
|
|
322
|
+
π Plan: Pro ($29/month)
|
|
323
|
+
π
Next Billing: December 1, 2024
|
|
324
|
+
π³ Payment Method: β’β’β’β’ β’β’β’β’ β’β’β’β’ 4242 (Visa)
|
|
325
|
+
|
|
326
|
+
π Payment History:
|
|
327
|
+
β’ Nov 1, 2024 - $29.00 (Paid)
|
|
328
|
+
β’ Oct 1, 2024 - $29.00 (Paid)
|
|
329
|
+
β’ Sep 1, 2024 - $29.00 (Paid)
|
|
330
|
+
|
|
331
|
+
π§ Management Options:
|
|
332
|
+
/luna-rag update-payment # Update payment method
|
|
333
|
+
/luna-rag cancel # Cancel subscription
|
|
334
|
+
/luna-rag pause # Pause subscription
|
|
335
|
+
/luna-rag receipt <month> # Get receipt
|
|
336
|
+
|
|
337
|
+
π‘ Need to change plans?
|
|
338
|
+
/luna-rag plans # Compare all plans
|
|
339
|
+
/luna-rag upgrade # Upgrade to higher tier
|
|
340
|
+
```
|
|
341
|
+
|
|
342
|
+
### `/luna-rag support`
|
|
343
|
+
Get help and support.
|
|
344
|
+
|
|
345
|
+
**Usage:**
|
|
346
|
+
```bash
|
|
347
|
+
/luna-rag support
|
|
348
|
+
/luna-rag support "billing issue"
|
|
349
|
+
```
|
|
350
|
+
|
|
351
|
+
**Response:**
|
|
352
|
+
```
|
|
353
|
+
π― Luna RAG Support
|
|
354
|
+
|
|
355
|
+
π€ Your Account: john@example.com
|
|
356
|
+
π Plan: Pro (Priority Support)
|
|
357
|
+
β‘ Average Response: 2 hours
|
|
358
|
+
|
|
359
|
+
π Quick Help:
|
|
360
|
+
π Documentation: https://agent.lunaos.ai/docs/rag
|
|
361
|
+
π₯ Video Tutorials: https://agent.lunaos.ai/tutorials
|
|
362
|
+
β FAQ: https://agent.lunaos.ai/faq
|
|
363
|
+
|
|
364
|
+
π¬ Contact Support:
|
|
365
|
+
π§ Email: support@lunaos.ai (mention your API key)
|
|
366
|
+
π¬ Chat: https://agent.lunaos.ai/chat
|
|
367
|
+
π Hours: Mon-Fri, 9AM-6PM EST
|
|
368
|
+
|
|
369
|
+
π― Common Topics:
|
|
370
|
+
/luna-rag support billing # Billing and payments
|
|
371
|
+
/luna-rag support technical # Technical issues
|
|
372
|
+
/luna-rag support features # Feature questions
|
|
373
|
+
/luna-rag support account # Account management
|
|
374
|
+
|
|
375
|
+
π Emergency? Mention "urgent" in your message.
|
|
376
|
+
```
|
|
377
|
+
|
|
378
|
+
## Integration with Core RAG Commands
|
|
379
|
+
|
|
380
|
+
### Usage Limit Enforcement
|
|
381
|
+
|
|
382
|
+
When free users hit limits:
|
|
383
|
+
```bash
|
|
384
|
+
/luna-rag "complex authentication pattern analysis"
|
|
385
|
+
```
|
|
386
|
+
|
|
387
|
+
**Response (Free User Limit Reached):**
|
|
388
|
+
```
|
|
389
|
+
β οΈ Daily Limit Reached
|
|
390
|
+
|
|
391
|
+
You've used all 100 free searches for today! π―
|
|
392
|
+
|
|
393
|
+
π Upgrade to Luna RAG Pro for:
|
|
394
|
+
β’ Unlimited searches (no limits!)
|
|
395
|
+
β’ Luna Vision RAGβ’ (screenshot analysis)
|
|
396
|
+
β’ GLM Vision (advanced visual AI)
|
|
397
|
+
β’ Priority support
|
|
398
|
+
|
|
399
|
+
π Limited Time: 14-day FREE trial
|
|
400
|
+
/luna-rag upgrade
|
|
401
|
+
|
|
402
|
+
β° Resets in: 6 hours, 23 minutes
|
|
403
|
+
```
|
|
404
|
+
|
|
405
|
+
### Premium Feature Promotion
|
|
406
|
+
|
|
407
|
+
When free users try premium features:
|
|
408
|
+
```bash
|
|
409
|
+
/luna-rag vision "analyze this login screenshot"
|
|
410
|
+
```
|
|
411
|
+
|
|
412
|
+
**Response:**
|
|
413
|
+
```
|
|
414
|
+
πΌοΈ Luna Vision RAGβ’ - Premium Feature
|
|
415
|
+
|
|
416
|
+
Wow! That's a beautiful login interface you want to analyze!
|
|
417
|
+
|
|
418
|
+
π Try Vision RAGβ’ FREE (with sample):
|
|
419
|
+
β
Screenshot analysis (watermarked preview)
|
|
420
|
+
β
Code pattern recognition (limited)
|
|
421
|
+
β
Design compliance checking (basic)
|
|
422
|
+
|
|
423
|
+
π Unlock FULL Vision RAGβ’ Pro:
|
|
424
|
+
β
Complete screenshot analysis
|
|
425
|
+
β
Precise code-to-visual mapping
|
|
426
|
+
β
Advanced UI testing with GLM Vision
|
|
427
|
+
β
Unlimited visual AI processing
|
|
428
|
+
|
|
429
|
+
π Start your 14-day FREE trial:
|
|
430
|
+
/luna-rag upgrade-vision
|
|
431
|
+
|
|
432
|
+
Ready to see the full analysis? /luna-rag vision-sample
|
|
433
|
+
```
|
|
434
|
+
|
|
435
|
+
---
|
|
436
|
+
|
|
437
|
+
## π― Conversion Optimization
|
|
438
|
+
|
|
439
|
+
### Smart Upgrade Prompts
|
|
440
|
+
|
|
441
|
+
**Context-Aware Suggestions:**
|
|
442
|
+
```bash
|
|
443
|
+
# After user searches for complex topics
|
|
444
|
+
/luna-rag "microservices architecture patterns"
|
|
445
|
+
|
|
446
|
+
[Results shown + upgrade prompt]
|
|
447
|
+
|
|
448
|
+
π‘ Found 47 microservices patterns!
|
|
449
|
+
π Pro users can analyze architecture diagrams too:
|
|
450
|
+
/luna-rag upgrade-analysis
|
|
451
|
+
```
|
|
452
|
+
|
|
453
|
+
**Usage-Based Triggers:**
|
|
454
|
+
```bash
|
|
455
|
+
# When user is approaching limits
|
|
456
|
+
/luna-rag status
|
|
457
|
+
|
|
458
|
+
π Usage: 87/100 searches today
|
|
459
|
+
β οΈ 13 searches remaining
|
|
460
|
+
|
|
461
|
+
π‘ Upgrade now for unlimited searches:
|
|
462
|
+
/luna-rag upgrade
|
|
463
|
+
```
|
|
464
|
+
|
|
465
|
+
### Value Demonstration
|
|
466
|
+
|
|
467
|
+
**Before/After Comparisons:**
|
|
468
|
+
```bash
|
|
469
|
+
/luna-rag compare-features
|
|
470
|
+
```
|
|
471
|
+
|
|
472
|
+
**Response:**
|
|
473
|
+
```
|
|
474
|
+
π― Free vs Pro Comparison
|
|
475
|
+
|
|
476
|
+
π FREE:
|
|
477
|
+
β’ 100 searches/day
|
|
478
|
+
β’ Basic semantic search
|
|
479
|
+
β’ Community support
|
|
480
|
+
β’ Local indexing only
|
|
481
|
+
|
|
482
|
+
π PRO:
|
|
483
|
+
β’ β
Unlimited searches
|
|
484
|
+
β’ β
Vision RAGβ’ (screenshot analysis)
|
|
485
|
+
β’ β
GLM Vision (advanced AI)
|
|
486
|
+
β’ β
Priority support
|
|
487
|
+
β’ β
Cloud indexing
|
|
488
|
+
β’ β
Advanced analytics
|
|
489
|
+
β’ β
API integrations
|
|
490
|
+
|
|
491
|
+
π° Value: Just $0.97/day for unlimited intelligent code search!
|
|
492
|
+
|
|
493
|
+
π Try Pro FREE for 14 days:
|
|
494
|
+
/luna-rag upgrade
|
|
495
|
+
```
|
|
496
|
+
|
|
497
|
+
---
|
|
498
|
+
|
|
499
|
+
This comprehensive upgrade system converts free users to paid subscribers through:
|
|
500
|
+
- **Frictionless** checkout process
|
|
501
|
+
- **Value demonstration** before payment
|
|
502
|
+
- **Smart upgrade prompts** at conversion points
|
|
503
|
+
- **Enterprise features** for teams
|
|
504
|
+
- **Comprehensive support** and billing management
|