mirror of
https://github.com/domfelipe/hermes-client-onboarding.git
synced 2026-08-07 07:36:48 +00:00
Auto-start onboarding: agent speaks first via TUI kickoff
Install hermes-client-onboarding launcher that runs hermes --tui -s skill -q kickoff so Phase 1 begins without waiting for user hello.
This commit is contained in:
parent
f86c06d521
commit
3b98cb7253
4 changed files with 94 additions and 20 deletions
16
README.md
16
README.md
|
|
@ -117,8 +117,9 @@ test -f ~/.hermes/skills/hermes-client-onboarding/SKILL.md && echo skill_ok
|
|||
hermes --version
|
||||
hermes doctor
|
||||
|
||||
# 4. onboarding interativo
|
||||
hermes chat -s hermes-client-onboarding
|
||||
# 4. onboarding interativo (agente fala primeiro — Phase 1)
|
||||
hermes-client-onboarding
|
||||
# ou: hermes --tui -s hermes-client-onboarding -q "Inicie AGORA o onboarding…"
|
||||
# completar fases 1–6 com chaves reais de teste
|
||||
|
||||
# 5. smoke telegram
|
||||
|
|
@ -146,6 +147,17 @@ hermes config set model.base_url "https://api.deepseek.com/v1"
|
|||
|
||||
Não imprime secrets.
|
||||
|
||||
## Launcher (agente fala primeiro)
|
||||
|
||||
O bootstrap instala `~/.local/bin/hermes-client-onboarding`, que abre o TUI com kickoff automático:
|
||||
|
||||
```bash
|
||||
hermes-client-onboarding
|
||||
```
|
||||
|
||||
Isso usa `hermes --tui -s hermes-client-onboarding -q "…"` — o Hermes **envia a primeira mensagem sozinho** e continua interativo.
|
||||
`hermes chat -s …` sem `-q` / sem launcher espera o usuário falar primeiro.
|
||||
|
||||
## Licença
|
||||
|
||||
MIT (skill + bootstrap DomHubs). Hermes Agent em si: licença do projeto Nous Research.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue