Вынести продуктовый репозиторий из локальной обвязки агента

This commit is contained in:
AidarKC
2026-07-20 18:49:28 +04:00
parent 81493ac4be
commit 59047a8d0e
44 changed files with 18 additions and 6591 deletions
+10 -4
View File
@@ -2,9 +2,9 @@
## Где находится сервис
- Папка сервиса: `SHiNE-agent-bot-coder/`
- Systemd unit: `SHiNE-agent-bot-coder/scripts/systemd/shine-agent-bot-coder.service`
- Скрипт установки: `SHiNE-agent-bot-coder/scripts/systemd/install-local-systemd.sh`
- Папка сервиса находится рядом с репозиторием продукта: `../SHiNE-agent-bot-coder/`
- Systemd unit: `../SHiNE-agent-bot-coder/scripts/systemd/shine-agent-bot-coder.service`
- Скрипт установки: `../SHiNE-agent-bot-coder/scripts/systemd/install-local-systemd.sh`
## Предусловия
@@ -18,7 +18,13 @@
Из корня репозитория:
```bash
bash SHiNE-agent-bot-coder/scripts/systemd/install-local-systemd.sh
bash ../SHiNE-agent-bot-coder/scripts/systemd/install-local-systemd.sh
```
В `.env` агента `CODEX_WORKDIR` должен указывать на этот репозиторий продукта:
```env
CODEX_WORKDIR=/home/ai/work/SHiNE/SHiNE-server-sha256/SHiNE-product
```
Скрипт: