mirror of
https://github.com/domfelipe/hermes-client-onboarding.git
synced 2026-08-07 13:56:42 +00:00
Fix Telegram allowlist .env pitfall; default one-liner to Hermes
Document and force TELEGRAM_ALLOWED_USERS into ~/.hermes/.env (gateway source of truth). Client creates bot via BotFather. install.sh defaults conductor to hermes for a true single-command demo start.
This commit is contained in:
parent
1ec8930426
commit
297a7d3fe0
5 changed files with 122 additions and 42 deletions
11
README.md
11
README.md
|
|
@ -7,21 +7,22 @@ One-liner + skill conversacional para deixar o **Hermes Agent** pronto no client
|
|||
- Personalidade em `SOUL.md`
|
||||
- Setup guiado por LLM (Codex ou Hermes)
|
||||
|
||||
## One-liner (produção)
|
||||
## One-liner (produção) — comando único
|
||||
|
||||
```bash
|
||||
curl -fsSL https://setup.domhubs.com.br/hermes | bash
|
||||
```
|
||||
|
||||
Instala/atualiza Hermes + skill + launcher e **abre o onboarding** (condutor Hermes por padrão).
|
||||
|
||||
Variantes:
|
||||
|
||||
```bash
|
||||
# só instalar skill + Hermes, sem abrir agente
|
||||
# só instalar, sem abrir agente
|
||||
curl -fsSL https://setup.domhubs.com.br/hermes | bash -s -- --no-launch
|
||||
|
||||
# forçar condutor
|
||||
curl -fsSL https://setup.domhubs.com.br/hermes | bash -s -- --conductor hermes
|
||||
curl -fsSL https://setup.domhubs.com.br/hermes | bash -s -- --conductor codex
|
||||
# perguntar Codex vs Hermes
|
||||
curl -fsSL https://setup.domhubs.com.br/hermes | bash -s -- --ask-conductor
|
||||
```
|
||||
|
||||
Espelho GitHub (fallback):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue