@thesashadev/girl-agent 0.3.2 → 0.4.2

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.
@@ -6,8 +6,8 @@
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
7
7
  <meta name="theme-color" content="#0a0014" />
8
8
  <title>girl-agent</title>
9
- <script type="module" crossorigin src="/assets/index-CCEv0aHQ.js"></script>
10
- <link rel="stylesheet" crossorigin href="/assets/index-EHFCI2nE.css">
9
+ <script type="module" crossorigin src="/assets/index-LKeOBmb0.js"></script>
10
+ <link rel="stylesheet" crossorigin href="/assets/index-DFiDtSFH.css">
11
11
  </head>
12
12
  <body>
13
13
  <div id="root"></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thesashadev/girl-agent",
3
- "version": "0.3.2",
3
+ "version": "0.4.2",
4
4
  "description": "Telegram AI persona engine with memory, schedule, relationship state and MTProto userbot mode.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -15,8 +15,9 @@
15
15
  "LICENSE"
16
16
  ],
17
17
  "scripts": {
18
- "build": "tsup && npm run build:webui",
18
+ "build": "npm run build:server && npm run build:webui",
19
19
  "build:server": "tsup",
20
+ "build:termux": "npm run build:server -- --env.NODE_OPTIONS=--max-old-space-size=384 && cd webui && npm install --silent --no-audit --no-fund && npm run build -- --minify=false",
20
21
  "build:webui": "cd webui && npm install --silent --no-audit --no-fund && npm run build",
21
22
  "dev": "tsx src/cli.ts",
22
23
  "dev:webui": "cd webui && npm run dev",
@@ -39,7 +40,7 @@
39
40
  "openai"
40
41
  ],
41
42
  "engines": {
42
- "node": ">=20"
43
+ "node": ">=18.18"
43
44
  },
44
45
  "dependencies": {
45
46
  "@anthropic-ai/sdk": "^0.32.1",