titan-agent 2.0.0 → 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/package.json +6 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "titan-agent",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
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": {
|
|
@@ -118,7 +118,10 @@
|
|
|
118
118
|
"yauzl": "^3.2.1",
|
|
119
119
|
"langsmith": "^0.5.0",
|
|
120
120
|
"picomatch": "^4.0.4",
|
|
121
|
-
"flatted": "^3.4.2"
|
|
121
|
+
"flatted": "^3.4.2",
|
|
122
|
+
"basic-ftp": "^5.2.1",
|
|
123
|
+
"hono": "^4.12.12",
|
|
124
|
+
"@hono/node-server": "^1.19.13"
|
|
122
125
|
},
|
|
123
126
|
"dependencies": {
|
|
124
127
|
"@inquirer/prompts": "^7.0.0",
|
|
@@ -225,7 +228,7 @@
|
|
|
225
228
|
}
|
|
226
229
|
},
|
|
227
230
|
"optionalDependencies": {
|
|
228
|
-
"@browserbasehq/stagehand": "^3.1
|
|
231
|
+
"@browserbasehq/stagehand": "^3.2.1",
|
|
229
232
|
"@whiskeysockets/baileys": "^6.7.0",
|
|
230
233
|
"bonjour-service": "^1.3.0",
|
|
231
234
|
"livekit-server-sdk": "^2.9.1",
|