@thesashadev/girl-agent 0.1.1 → 0.1.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.
- package/CHANGELOG.md +27 -0
- package/LICENSE +30 -30
- package/README.md +20 -6
- package/dist/cli.js +475 -170
- package/package.json +2 -1
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## 0.1.3 — Telegram formatting fix
|
|
4
|
+
|
|
5
|
+
Дата: 2026-05-05
|
|
6
|
+
|
|
7
|
+
- Исправлено: включён `parse_mode: "MarkdownV2"` для отправки сообщений в Telegram (bot и userbot).
|
|
8
|
+
- Теперь поддерживается форматирование спойлеров `||текст||` и другие MarkdownV2-стили.
|
|
9
|
+
|
|
10
|
+
## 0.1.2 — communication realism update
|
|
11
|
+
|
|
12
|
+
Дата: 2026-05-05
|
|
13
|
+
|
|
14
|
+
- Hotfix: профили из wizard теперь сохраняются раньше, а список профилей больше не показывает недосохранённые папки без `config.json`.
|
|
15
|
+
- Добавлены жизненные стили общения: **Нормальная**, **Милая**, **Альтушка**, **Залипала**, **Болтушка**.
|
|
16
|
+
- Добавлен `CommunicationProfile` с настройками уведомлений, стиля сообщений, инициативы и life sharing.
|
|
17
|
+
- Presence, reply timing, bubbles, ignore chance и proactive agenda теперь учитывают профиль общения.
|
|
18
|
+
- Wizard и CLI получили настройку communication profile.
|
|
19
|
+
- Runtime `:status` и `:debug` показывают профиль общения.
|
|
20
|
+
- Команда `:log` стала удобнее и поддерживает выбор дня/лимита вывода.
|
|
21
|
+
- Старый `vibe` автоматически нормализуется в новый формат.
|
|
22
|
+
|
|
23
|
+
## 0.1.1 — stability baseline
|
|
24
|
+
|
|
25
|
+
- Базовый публичный релиз с Telegram bot/userbot режимами.
|
|
26
|
+
- Persona, speech, relationship state, memory, conflict и agenda-модули.
|
|
27
|
+
- Документация по установке, конфигурации, реализм-модулям и troubleshooting.
|
package/LICENSE
CHANGED
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
girl-agent Source-Available Non-Commercial License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2026 girl-agent contributors.
|
|
4
|
-
All rights reserved except as expressly stated below.
|
|
5
|
-
|
|
6
|
-
Permission is granted to view, download, clone, and run this software
|
|
7
|
-
for personal, educational, evaluation, and non-commercial testing purposes.
|
|
8
|
-
|
|
9
|
-
Permission is also granted to create forks and submit issues, pull requests,
|
|
10
|
-
bug reports, patches, and improvement suggestions to the original repository.
|
|
11
|
-
|
|
12
|
-
You may modify the software only for the purpose of personal testing,
|
|
13
|
-
evaluation, or contributing improvements back to the original project.
|
|
14
|
-
|
|
15
|
-
You may not, without prior written permission from the copyright holder:
|
|
16
|
-
|
|
17
|
-
1. use this software or substantial portions of it for commercial purposes;
|
|
18
|
-
2. sell, rent, sublicense, host, or provide this software as a paid service;
|
|
19
|
-
3. publish or distribute a competing product or public clone based on this software;
|
|
20
|
-
4. use this software in a commercial product, service, or company project;
|
|
21
|
-
5. remove or alter copyright notices, attribution, or license terms;
|
|
22
|
-
6. relicense this software under another license;
|
|
23
|
-
7. use the project name, branding, logo, documentation, or assets in a way that suggests endorsement or ownership.
|
|
24
|
-
|
|
25
|
-
Any contribution submitted to the original repository, including pull requests,
|
|
26
|
-
patches, issues, ideas, documentation changes, or code suggestions, may be used,
|
|
27
|
-
modified, and distributed by the project maintainers as part of this project.
|
|
28
|
-
|
|
29
|
-
This license does not grant any trademark rights.
|
|
30
|
-
|
|
1
|
+
girl-agent Source-Available Non-Commercial License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 girl-agent contributors.
|
|
4
|
+
All rights reserved except as expressly stated below.
|
|
5
|
+
|
|
6
|
+
Permission is granted to view, download, clone, and run this software
|
|
7
|
+
for personal, educational, evaluation, and non-commercial testing purposes.
|
|
8
|
+
|
|
9
|
+
Permission is also granted to create forks and submit issues, pull requests,
|
|
10
|
+
bug reports, patches, and improvement suggestions to the original repository.
|
|
11
|
+
|
|
12
|
+
You may modify the software only for the purpose of personal testing,
|
|
13
|
+
evaluation, or contributing improvements back to the original project.
|
|
14
|
+
|
|
15
|
+
You may not, without prior written permission from the copyright holder:
|
|
16
|
+
|
|
17
|
+
1. use this software or substantial portions of it for commercial purposes;
|
|
18
|
+
2. sell, rent, sublicense, host, or provide this software as a paid service;
|
|
19
|
+
3. publish or distribute a competing product or public clone based on this software;
|
|
20
|
+
4. use this software in a commercial product, service, or company project;
|
|
21
|
+
5. remove or alter copyright notices, attribution, or license terms;
|
|
22
|
+
6. relicense this software under another license;
|
|
23
|
+
7. use the project name, branding, logo, documentation, or assets in a way that suggests endorsement or ownership.
|
|
24
|
+
|
|
25
|
+
Any contribution submitted to the original repository, including pull requests,
|
|
26
|
+
patches, issues, ideas, documentation changes, or code suggestions, may be used,
|
|
27
|
+
modified, and distributed by the project maintainers as part of this project.
|
|
28
|
+
|
|
29
|
+
This license does not grant any trademark rights.
|
|
30
|
+
|
|
31
31
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND.
|
package/README.md
CHANGED
|
@@ -5,6 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
**[website]** · **[docs]**
|
|
7
7
|
|
|
8
|
+
|
|
9
|
+
Это только бета-версия. Со временем будет дорабатыватся.
|
|
10
|
+
Со всеми проблемами и багами пишите в Issues.
|
|
11
|
+
ТГ создателя - @voided_net
|
|
12
|
+
|
|
8
13
|
---
|
|
9
14
|
|
|
10
15
|
## Содержание
|
|
@@ -12,6 +17,7 @@
|
|
|
12
17
|
- [Быстрый старт](#быстрый-старт)
|
|
13
18
|
- [Что под капотом](#что-под-капотом)
|
|
14
19
|
- [Почему не просто GPTs или промпт](#почему-не-просто-gpts-или-промпт)
|
|
20
|
+
- [Changelog](./CHANGELOG.md)
|
|
15
21
|
- [Безопасность](#безопасность)
|
|
16
22
|
- [Лицензия](#лицензия)
|
|
17
23
|
|
|
@@ -29,11 +35,10 @@
|
|
|
29
35
|
|
|
30
36
|
## Быстрый старт
|
|
31
37
|
|
|
38
|
+
**Через NPX (рекомендуется):**
|
|
39
|
+
|
|
32
40
|
```powershell
|
|
33
|
-
|
|
34
|
-
cd girl-agent
|
|
35
|
-
npm install
|
|
36
|
-
npm run dev
|
|
41
|
+
npx @thesashadev/girl-agent
|
|
37
42
|
```
|
|
38
43
|
|
|
39
44
|
Wizard задаст пару вопросов — имя, возраст, Telegram-подключение, LLM-ключ. Всё.
|
|
@@ -41,7 +46,16 @@ Wizard задаст пару вопросов — имя, возраст, Telegr
|
|
|
41
46
|
Если профиль уже есть:
|
|
42
47
|
|
|
43
48
|
```powershell
|
|
44
|
-
|
|
49
|
+
npx @thesashadev/girl-agent --profile=arina
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
**Из исходников:**
|
|
53
|
+
|
|
54
|
+
```powershell
|
|
55
|
+
git clone https://github.com/TheSashaDev/girl-agent.git
|
|
56
|
+
cd girl-agent
|
|
57
|
+
npm install
|
|
58
|
+
npm run dev
|
|
45
59
|
```
|
|
46
60
|
|
|
47
61
|
---
|
|
@@ -167,4 +181,4 @@ npm run dev -- --profile=arina
|
|
|
167
181
|
- Публичные конкурирующие клоны
|
|
168
182
|
- Использование кода внутри коммерческих продуктов
|
|
169
183
|
|
|
170
|
-
📜 Полный текст лицензии: [LICENSE](./LICENSE)
|
|
184
|
+
📜 Полный текст лицензии: [LICENSE](./LICENSE)
|