titan-agent 2.0.2 → 2.0.3

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 (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "titan-agent",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "TITAN — Autonomous AI agent framework with self-improvement, multi-agent orchestration, 36 LLM providers, 15 channel adapters, GPU VRAM management, mesh networking, LiveKit voice, and a React Mission Control dashboard. Open-source, TypeScript, MIT licensed.",
5
5
  "author": "Tony Elliott (https://github.com/Djtony707)",
6
6
  "repository": {
@@ -122,7 +122,8 @@
122
122
  "basic-ftp": "^5.2.1",
123
123
  "hono": "^4.12.12",
124
124
  "@hono/node-server": "^1.19.13",
125
- "axios": "^1.15.0"
125
+ "axios": "^1.15.0",
126
+ "vite": "^6.4.2"
126
127
  },
127
128
  "dependencies": {
128
129
  "@inquirer/prompts": "^7.0.0",