vilvona 1.0.7 → 1.0.9

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/README.md CHANGED
@@ -1,278 +1,176 @@
1
1
  <div align="center">
2
2
 
3
- <img src="ui/public/logo1.png" alt="Vilvona AI" width="110" />
3
+ <img src="ui/public/logo1.png" alt="Vilvona AI" width="100" />
4
4
 
5
5
  # Vilvona AI
6
6
 
7
- **Your personal AI that connects everything.**
8
-
9
- [![npm version](https://img.shields.io/npm/v/vilvona?label=npm&color=22c55e)](https://www.npmjs.com/package/vilvona)
10
- [![License: MIT](https://img.shields.io/badge/license-MIT-22c55e.svg)](LICENSE)
7
+ [![npm](https://img.shields.io/npm/v/vilvona?color=22c55e&label=npm)](https://www.npmjs.com/package/vilvona)
8
+ [![MIT](https://img.shields.io/badge/license-MIT-22c55e)](LICENSE)
11
9
  [![Node 22+](https://img.shields.io/badge/node-22%2B-22c55e)](https://nodejs.org)
12
10
  [![Claude Fable 5](https://img.shields.io/badge/AI-Claude%20Fable%205-15803d)](https://anthropic.com)
13
- [![Mobile PWA](https://img.shields.io/badge/mobile-PWA-16a34a)](#mobile-pwa)
14
- [![GitHub Stars](https://img.shields.io/github/stars/vignesh2027/Vilvona-AI?style=social)](https://github.com/vignesh2027/Vilvona-AI)
11
+ [![Known Vulnerabilities](https://snyk.io/test/github/vignesh2027/Vilvona-AI/badge.svg)](https://snyk.io/test/github/vignesh2027/Vilvona-AI)
12
+ [![Stars](https://img.shields.io/github/stars/vignesh2027/Vilvona-AI?style=social)](https://github.com/vignesh2027/Vilvona-AI)
15
13
 
16
- Powered by **Claude Fable 5** Anthropic's most capable model.
17
- Supports **Tamil**, **Hindi**, and 21 languages. Works on **desktop, mobile, and tablet**.
18
- 100% **BYOK** — bring your own API key. Your data never leaves your machine.
14
+ **Self-hosted AI assistant that connects all your apps.**
15
+ Powered by Claude Fable 5. Tamil & Hindi UI. Works on mobile. Run anywhere.
19
16
 
20
- **[Docs](https://vignesh2027.github.io/Vilvona-AI)** &nbsp;·&nbsp;
21
- **[npm](https://npmjs.com/package/vilvona)** &nbsp;·&nbsp;
22
- **[Pro License](https://vignesh2027.mojo.page/vilvona-ai-pro)** &nbsp;·&nbsp;
23
- **[Issues](https://github.com/vignesh2027/Vilvona-AI/issues)**
17
+ [**Get Pro License — ₹4,100**](https://vignesh2027.mojo.page/vilvona-ai-pro) &nbsp;·&nbsp; [Docs](https://vignesh2027.github.io/Vilvona-AI) &nbsp;·&nbsp; [npm](https://npmjs.com/package/vilvona)
24
18
 
25
19
  </div>
26
20
 
27
21
  ---
28
22
 
29
- ## Quick Start
23
+ ## What is this?
30
24
 
31
- ```bash
32
- # npm (no install needed)
33
- npx vilvona
25
+ I built Vilvona AI because I wanted a personal AI assistant that could connect to WhatsApp, Telegram, Gmail, Slack, and everything else I use — without sending my data to some cloud service.
34
26
 
35
- # yarn
36
- yarn dlx vilvona
27
+ It runs entirely on your own machine. You bring your Anthropic API key, and Vilvona handles the rest. Your conversations stay local. You pay Anthropic directly per token — no markup, no middleman.
37
28
 
38
- # pnpm
39
- pnpm dlx vilvona
29
+ The two things that make it different from everything else I found:
40
30
 
41
- # global install
42
- npm install -g vilvona
43
- vilvona
44
- ```
31
+ - **Tamil and Hindi** — I'm from Chennai. I wanted an AI assistant that actually works in Tamil, not just pretends to. Vilvona has a full Tamil and Hindi interface built in.
32
+ - **Claude Fable 5 by default** — Anthropic's most capable model, set as the default. 1 million token context. Computer use. The best reasoning available right now.
33
+
34
+ ---
45
35
 
46
- Set your API key and start:
36
+ ## Start in 30 seconds
47
37
 
48
38
  ```bash
49
39
  export ANTHROPIC_API_KEY=sk-ant-...
50
40
  npx vilvona
51
41
  ```
52
42
 
53
- Open **http://localhost:4000** in your browser.
43
+ Open **http://localhost:4000**. Done.
54
44
 
55
- > **Mobile:** Open `http://your-machine-ip:4000` on your phone and tap "Add to Home Screen" to install as a PWA.
45
+ Get an API key at [console.anthropic.com](https://console.anthropic.com) it's free to sign up, you only pay for what you use.
56
46
 
57
47
  ---
58
48
 
59
- ## What is Vilvona AI?
60
-
61
- Vilvona AI is a self-hosted personal AI assistant that connects to all your apps — WhatsApp, Telegram, Slack, Gmail, Discord, Notion, GitHub, and 100+ more — from one clean interface.
62
-
63
- Built on [OpenClaw](https://github.com/openclaw/openclaw) (MIT), with three key additions:
49
+ ## Install
64
50
 
65
- | Addition | Description |
66
- | -------------------- | ---------------------------------------------------------------------------------------- |
67
- | **Claude Fable 5** | Anthropic's most capable model as the default — 1M context, computer use, best reasoning |
68
- | **Tamil & Hindi UI** | First AI assistant with native support for India's two major languages |
69
- | **Mobile PWA** | Install on your phone from the browser — no app store needed |
51
+ ```bash
52
+ # npx no install, always latest
53
+ npx vilvona
70
54
 
71
- ---
55
+ # yarn
56
+ yarn dlx vilvona
72
57
 
73
- ## Features
58
+ # pnpm
59
+ pnpm dlx vilvona
74
60
 
75
- ### AI Models
61
+ # global
62
+ npm install -g vilvona
63
+ ```
76
64
 
77
- Vilvona AI uses Claude Fable 5 by default — the most capable model from Anthropic.
65
+ **Windows (PowerShell):**
78
66
 
79
- ```bash
80
- # Set via environment variable
81
- export VILVONA_DEFAULT_MODEL=fable # Claude Fable 5 (default, most capable)
82
- export VILVONA_DEFAULT_MODEL=opus # Claude Opus 4.8 (balanced)
83
- export VILVONA_DEFAULT_MODEL=sonnet # Claude Sonnet 4.6 (fast, affordable)
67
+ ```powershell
68
+ $env:ANTHROPIC_API_KEY = "sk-ant-..."
69
+ npx vilvona
84
70
  ```
85
71
 
86
- Or in your config file (`~/.openclaw/config.json`):
72
+ **Docker:**
87
73
 
88
- ```json
89
- {
90
- "defaults": {
91
- "model": "anthropic/claude-fable-5"
92
- }
93
- }
74
+ ```bash
75
+ docker run -e ANTHROPIC_API_KEY=sk-ant-... -p 4000:4000 ghcr.io/vignesh2027/vilvona-ai
94
76
  ```
95
77
 
96
- ### Connected Apps
97
-
98
- | Category | Apps |
99
- | ---------------- | --------------------------------------------------- |
100
- | **Messaging** | WhatsApp, Telegram, iMessage (Mac), Signal, Discord |
101
- | **Work** | Slack, Gmail, Notion, GitHub, Linear, Jira |
102
- | **Social** | Instagram DM, Twitter/X |
103
- | **Productivity** | Google Calendar, Google Drive, Dropbox |
104
- | **Developer** | GitHub, GitLab, webhooks, custom MCP servers |
105
-
106
- ### Languages
107
-
108
- Vilvona AI is the first AI assistant with native Tamil and Hindi UI:
109
-
110
- | Language | Script | Code | Status |
111
- | --------- | -------- | ------- | --------- |
112
- | **Tamil** | தமிழ் | `ta` | Full UI |
113
- | **Hindi** | हिन्दी | `hi` | Full UI |
114
- | English | English | `en` | Default |
115
- | Chinese | 中文 | `zh-CN` | Supported |
116
- | Japanese | 日本語 | `ja-JP` | Supported |
117
- | Korean | 한국어 | `ko` | Supported |
118
- | Arabic | العربية | `ar` | Supported |
119
- | French | Français | `fr` | Supported |
120
- | German | Deutsch | `de` | Supported |
121
- | Spanish | Español | `es` | Supported |
122
- | + 11 more | — | — | Supported |
78
+ > Requires Node.js 22+. If you have nvm: `nvm install 22 && nvm use 22`
123
79
 
124
80
  ---
125
81
 
126
- ## Installation
127
-
128
- ### npx — recommended, no install
82
+ ## What it connects to
129
83
 
130
- ```bash
131
- npx vilvona
132
- ```
84
+ | Category | Apps |
85
+ | --------- | --------------------------------------------------- |
86
+ | Messaging | WhatsApp, Telegram, iMessage (Mac), Signal, Discord |
87
+ | Work | Slack, Gmail, Notion, GitHub, Linear, Jira |
88
+ | Social | Instagram DM, Twitter/X |
89
+ | Files | Google Drive, Dropbox, OneDrive |
90
+ | Dev | GitLab, webhooks, custom MCP servers |
133
91
 
134
- ### yarn
92
+ 100+ integrations inherited from [OpenClaw](https://github.com/openclaw/openclaw). You connect them from the Settings panel in the UI.
135
93
 
136
- ```bash
137
- # Run without installing
138
- yarn dlx vilvona
94
+ ---
139
95
 
140
- # Install globally
141
- yarn global add vilvona
142
- vilvona
143
- ```
96
+ ## Languages
144
97
 
145
- > Requires Corepack: `corepack enable`
98
+ The interface supports 21 languages. Tamil and Hindi are built in by Vilvona — no other AI assistant I found actually has these as first-class options.
146
99
 
147
- ### pnpm
100
+ | Language | Script | Code |
101
+ | --------- | ------- | ------- |
102
+ | **Tamil** | தமிழ் | `ta` |
103
+ | **Hindi** | हिन्दी | `hi` |
104
+ | English | English | `en` |
105
+ | Chinese | 中文 | `zh-CN` |
106
+ | Japanese | 日本語 | `ja-JP` |
107
+ | Korean | 한국어 | `ko` |
108
+ | Arabic | العربية | `ar` |
109
+ | + 14 more | — | — |
148
110
 
149
- ```bash
150
- # Run without installing
151
- pnpm dlx vilvona
111
+ Set the language in your config:
152
112
 
153
- # Install globally
154
- pnpm add -g vilvona
155
- vilvona
113
+ ```json
114
+ { "ui": { "locale": "ta" } }
156
115
  ```
157
116
 
158
- > If `pnpm dlx` fails on a brand-new release, use `npx vilvona` or run:
159
- > `pnpm config set minimumReleaseAge 0`
160
-
161
- ### npm global
162
-
163
- ```bash
164
- npm install -g vilvona
165
- vilvona
166
- ```
117
+ ---
167
118
 
168
- ### Docker
119
+ ## AI Models
169
120
 
170
121
  ```bash
171
- # Quick start
172
- docker run \
173
- -e ANTHROPIC_API_KEY=sk-ant-... \
174
- -p 4000:4000 \
175
- ghcr.io/vignesh2027/vilvona-ai
176
-
177
- # With Pro key
178
- docker run \
179
- -e ANTHROPIC_API_KEY=sk-ant-... \
180
- -e VILVONA_PRO_KEY=VLVN-XXXX-XXXX-XXXX-XXXX \
181
- -p 4000:4000 \
182
- ghcr.io/vignesh2027/vilvona-ai
183
-
184
- # With persistent data
185
- docker run \
186
- -e ANTHROPIC_API_KEY=sk-ant-... \
187
- -v ~/.vilvona:/root/.openclaw \
188
- -p 4000:4000 \
189
- ghcr.io/vignesh2027/vilvona-ai
190
- ```
191
-
192
- ### Windows (PowerShell)
193
-
194
- ```powershell
195
- $env:ANTHROPIC_API_KEY = "sk-ant-..."
196
- npx vilvona
122
+ export VILVONA_DEFAULT_MODEL=fable # Claude Fable 5 — default, best reasoning
123
+ export VILVONA_DEFAULT_MODEL=opus # Claude Opus 4.8 — balanced
124
+ export VILVONA_DEFAULT_MODEL=sonnet # Claude Sonnet 4.6 — fast
197
125
  ```
198
126
 
199
- ### Build from source
127
+ Or set it in `~/.openclaw/config.json`:
200
128
 
201
- ```bash
202
- git clone https://github.com/vignesh2027/Vilvona-AI.git
203
- cd Vilvona-AI
204
- node --version # Must be 22+
205
- node openclaw.mjs
129
+ ```json
130
+ { "defaults": { "model": "anthropic/claude-fable-5" } }
206
131
  ```
207
132
 
208
- > Requires Node.js 22.19+. Use nvm: `nvm install 22 && nvm use 22`
209
-
210
133
  ---
211
134
 
212
- ## Mobile PWA
213
-
214
- Vilvona AI works as a full mobile app — no App Store, no Play Store.
215
-
216
- **iPhone (Safari):**
135
+ ## Mobile
217
136
 
218
- 1. Open `http://your-machine-ip:4000` in Safari
219
- 2. Tap the share icon → **Add to Home Screen**
220
- 3. Vilvona AI is now on your home screen
221
-
222
- **Android (Chrome):**
223
-
224
- 1. Open `http://your-machine-ip:4000` in Chrome
225
- 2. Tap the three-dot menu → **Install app**
226
- 3. Done
137
+ Vilvona works as a mobile app without any app store. On your phone, open `http://your-ip:4000` and tap "Add to Home Screen." It installs like a native app on both iOS and Android.
227
138
 
228
139
  ---
229
140
 
230
141
  ## Configuration
231
142
 
232
- Config file location: `~/.openclaw/config.json`
233
-
234
- ```json
235
- {
236
- "defaults": {
237
- "model": "anthropic/claude-fable-5"
238
- },
239
- "ui": {
240
- "locale": "ta"
241
- }
242
- }
243
- ```
143
+ | Variable | What it does | Default |
144
+ | ----------------------- | ---------------------------------------- | ------- |
145
+ | `ANTHROPIC_API_KEY` | Your Anthropic key — required | — |
146
+ | `VILVONA_DEFAULT_MODEL` | `fable`, `opus`, or `sonnet` | `fable` |
147
+ | `VILVONA_PRO_KEY` | Pro license (`VLVN-XXXX-XXXX-XXXX-XXXX`) | — |
148
+ | `OPENCLAW_PORT` | Port for the web UI | `4000` |
244
149
 
245
- ### Environment variables
246
-
247
- | Variable | Description | Default |
248
- | ----------------------- | -------------------------------------------- | ------- |
249
- | `ANTHROPIC_API_KEY` | Your Anthropic API key (required) | — |
250
- | `VILVONA_DEFAULT_MODEL` | Model alias: `fable`, `opus`, `sonnet` | `fable` |
251
- | `VILVONA_PRO_KEY` | Pro license key (`VLVN-XXXX-XXXX-XXXX-XXXX`) | — |
252
- | `OPENCLAW_PORT` | Port to listen on | `4000` |
150
+ Config file: `~/.openclaw/config.json`
253
151
 
254
152
  ---
255
153
 
256
- ## Pro Tier
154
+ ## Pro
257
155
 
258
- Vilvona AI Pro unlocks enterprise and team features.
156
+ The free version has everything for personal use. Pro adds features for teams and businesses.
259
157
 
260
- | Feature | Free | Pro |
261
- | ------------------------------ | ---- | --- |
262
- | Claude Fable 5 | Yes | Yes |
263
- | All 100+ integrations | Yes | Yes |
264
- | Tamil & Hindi UI | Yes | Yes |
265
- | Mobile PWA | Yes | Yes |
266
- | Enterprise audit logs | — | Yes |
267
- | Team config sync | — | Yes |
268
- | Priority Fable 5 routing | — | Yes |
269
- | Custom AI personas (unlimited) | — | Yes |
270
- | Webhook & Zapier integrations | — | Yes |
271
- | White-label branding | — | Yes |
158
+ | Feature | Free | Pro |
159
+ | ------------------------ | ---- | --- |
160
+ | Claude Fable 5 | Yes | Yes |
161
+ | All integrations | Yes | Yes |
162
+ | Tamil & Hindi UI | Yes | Yes |
163
+ | Mobile PWA | Yes | Yes |
164
+ | Enterprise audit logs | — | Yes |
165
+ | Team config sync | — | Yes |
166
+ | Priority Fable 5 routing | — | Yes |
167
+ | Custom AI personas | — | Yes |
168
+ | Webhooks & Zapier | — | Yes |
169
+ | White-label branding | — | Yes |
272
170
 
273
- **One-time payment — ₹4,100 (~$49):** [vignesh2027.mojo.page/vilvona-ai-pro](https://vignesh2027.mojo.page/vilvona-ai-pro)
171
+ **[Get Pro — ₹4,100 one-time (~$49)](https://vignesh2027.mojo.page/vilvona-ai-pro)**
274
172
 
275
- After purchase, activate your key:
173
+ After purchase, activate with:
276
174
 
277
175
  ```bash
278
176
  export VILVONA_PRO_KEY=VLVN-XXXX-XXXX-XXXX-XXXX
@@ -281,94 +179,48 @@ vilvona
281
179
 
282
180
  ---
283
181
 
284
- ## How it works
182
+ ## How it works under the hood
285
183
 
286
184
  ```
287
185
  npx vilvona
288
- └── openclaw.mjs (Vilvona launcher)
289
- ├── Checks Node.js 22+ (shows clear error if older)
290
- ├── Prints Vilvona banner
291
- ├── Downloads openclaw runtime ~/.vilvona/runtime/ (first run only, ~97MB)
292
- ├── Sets OPENCLAW_DEFAULT_MODEL=anthropic/claude-fable-5
293
- └── Launches openclaw runtime (opens UI at localhost:4000)
186
+ └── openclaw.mjs checks Node.js 22+
187
+ └── downloads openclaw runtime ~/.vilvona/runtime/ (first run, ~97MB)
188
+ └── sets OPENCLAW_DEFAULT_MODEL=anthropic/claude-fable-5
189
+ └── starts web UI at localhost:4000
294
190
  ```
295
191
 
296
- The first run downloads the OpenClaw runtime (~97MB) to `~/.vilvona/runtime/`. Subsequent runs start instantly from cache.
297
-
298
- ---
299
-
300
- ## Why Vilvona AI vs OpenClaw?
301
-
302
- | | Vilvona AI | OpenClaw |
303
- | ----------------- | ---------------------------------------------- | ------------- |
304
- | Default AI model | Claude Fable 5 (latest) | Varies |
305
- | Tamil language UI | Built-in | Not supported |
306
- | Hindi language UI | Built-in | Not supported |
307
- | Mobile PWA | Enhanced manifest | Basic |
308
- | Pro tier | Enterprise features | None |
309
- | npm package | `npx vilvona` | Source only |
310
- | Maintained by | [@vignesh2027](https://github.com/vignesh2027) | OpenClaw team |
192
+ The first run downloads OpenClaw's runtime bundle once. After that, everything starts in under a second from cache.
311
193
 
312
194
  ---
313
195
 
314
- ## npm + GitHub Actions Auto-Release
196
+ ## Releases
315
197
 
316
- When you push a version tag, GitHub Actions automatically publishes to npm:
198
+ Releases are automatic. Pushing a `v*` tag runs the CI checks and publishes to npm + creates a GitHub release.
317
199
 
318
200
  ```bash
319
- # Update version, commit, push tag — npm publishes automatically
320
- npm version patch # bumps to next version
201
+ # bump version and release
202
+ npm version patch
321
203
  git push origin main --follow-tags
322
204
  ```
323
205
 
324
- The `release.yml` workflow:
325
-
326
- 1. Runs on any `v*` tag push
327
- 2. Validates package.json and launcher
328
- 3. Publishes to npm with `--access public`
329
- 4. Creates a GitHub Release with install instructions
330
-
331
- ---
332
-
333
- ## Contributing
334
-
335
- Vilvona AI is built and maintained by **Vignesh S**. Found a bug or have a feature request? [Open an issue](https://github.com/vignesh2027/Vilvona-AI/issues).
336
-
337
- ---
338
-
339
- ## Support & Sponsorship
340
-
341
- If Vilvona AI saves you time, consider supporting:
342
-
343
- [![Sponsor on GitHub](https://img.shields.io/badge/Sponsor%20on-GitHub-ea4aaa?logo=github)](https://github.com/sponsors/vignesh2027)
344
- [![Get Pro License](https://img.shields.io/badge/Get-Pro%20License-15803d)](https://vignesh2027.mojo.page/vilvona-ai-pro)
345
-
346
- ---
347
-
348
- ## Changelog
349
-
350
- See [CHANGELOG.md](CHANGELOG.md) for version history.
351
-
352
206
  ---
353
207
 
354
208
  ## License
355
209
 
356
- [MIT](LICENSE) free to use, modify, and redistribute.
357
-
358
- Built on [OpenClaw](https://github.com/openclaw/openclaw) (MIT). Attribution in [UPSTREAM.md](UPSTREAM.md).
210
+ MIT. Built on [OpenClaw](https://github.com/openclaw/openclaw) (also MIT). Attribution in [UPSTREAM.md](UPSTREAM.md).
359
211
 
360
212
  ---
361
213
 
362
214
  <div align="center">
363
215
 
364
- **If Vilvona AI helped you, please star this repo**
216
+ Built by **[Vignesh S](https://github.com/vignesh2027)**
217
+ CSE, Takshashila University, Chennai
365
218
 
366
219
  [Docs](https://vignesh2027.github.io/Vilvona-AI) &nbsp;·&nbsp;
367
- [Report a Bug](https://github.com/vignesh2027/Vilvona-AI/issues) &nbsp;·&nbsp;
220
+ [Issues](https://github.com/vignesh2027/Vilvona-AI/issues) &nbsp;·&nbsp;
368
221
  [Get Pro](https://vignesh2027.mojo.page/vilvona-ai-pro) &nbsp;·&nbsp;
369
222
  [Sponsor](https://github.com/sponsors/vignesh2027)
370
223
 
371
- Built by **Vignesh S** CSE student at Takshashila University, Chennai.
372
- Building AI tools accessible to everyone, especially in Tamil and Hindi.
224
+ If this saved you time, a star helps others find it.
373
225
 
374
226
  </div>
package/docs/index.html CHANGED
@@ -378,7 +378,7 @@
378
378
  <img src="logo.png" alt="Vilvona AI" />
379
379
  <span>Vilvona AI</span>
380
380
  </a>
381
- <span class="topnav-version">v1.0.7</span>
381
+ <span class="topnav-version">v1.0.8</span>
382
382
  </div>
383
383
  <div class="topnav-right">
384
384
  <a href="#quickstart" class="hide-mobile">Quickstart</a>
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "openclaw",
3
- "version": "2026.6.2",
3
+ "version": "1.0.9",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "openclaw",
9
- "version": "2026.6.2",
9
+ "version": "1.0.9",
10
10
  "hasInstallScript": true,
11
11
  "license": "MIT",
12
12
  "dependencies": {
package/openclaw.mjs CHANGED
@@ -16,7 +16,7 @@ const VILVONA_VERSION = (() => {
16
16
  try {
17
17
  return _require("./package.json").version;
18
18
  } catch {
19
- return "1.0.7";
19
+ return "1.0.9";
20
20
  }
21
21
  })();
22
22
 
package/package.json CHANGED
@@ -1,8 +1,23 @@
1
1
  {
2
2
  "name": "vilvona",
3
- "version": "1.0.7",
3
+ "version": "1.0.9",
4
4
  "description": "Vilvona AI — Your personal AI that connects everything. Claude Fable 5 powered, works on mobile, Tamil & Hindi support.",
5
- "keywords": ["ai", "assistant", "claude", "fable5", "personal-ai", "whatsapp", "telegram", "slack", "tamil", "hindi", "self-hosted", "open-source", "chatbot", "automation"],
5
+ "keywords": [
6
+ "ai",
7
+ "assistant",
8
+ "claude",
9
+ "fable5",
10
+ "personal-ai",
11
+ "whatsapp",
12
+ "telegram",
13
+ "slack",
14
+ "tamil",
15
+ "hindi",
16
+ "self-hosted",
17
+ "open-source",
18
+ "chatbot",
19
+ "automation"
20
+ ],
6
21
  "homepage": "https://vignesh2027.github.io/Vilvona-AI",
7
22
  "bugs": {
8
23
  "url": "https://github.com/vignesh2027/Vilvona-AI/issues"