Commit graph

7 commits

Author SHA1 Message Date
domfelipe
29c3fa703b Fix auto-start launcher: use hermes chat --tui -q
Top-level hermes has no -q flag, so the kickoff string was parsed as
a subcommand and failed. Query must go on hermes chat.
2026-08-03 00:15:51 -03:00
domfelipe
3b98cb7253 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.
2026-08-03 00:09:39 -03:00
domfelipe
f86c06d521 Always set DeepSeek base_url to avoid OpenRouter 401
Leftover model.base_url pointing at openrouter.ai causes Missing
Authentication header even with a valid DEEPSEEK_API_KEY.
2026-08-03 00:01:28 -03:00
domfelipe
89b036652c Switch default stack to native DeepSeek (deepseek-v4-flash)
Use DEEPSEEK_API_KEY + provider deepseek instead of OpenRouter for
client onboarding skill, helper script, docs, and troubleshooting.
2026-08-02 23:57:16 -03:00
domfelipe
ee5e29e1fd Default bootstrap BASE to setup.domhubs.com.br/hermes
Production one-liner serves install.sh + skill from the DomHubs VPS.
2026-08-02 23:38:11 -03:00
domfelipe
0c1e50f7cf Point one-liner default to GitHub raw (domfelipe/hermes-client-onboarding)
Update README with live URLs; keep setup.domhubs.com.br as optional alias.
2026-08-02 21:23:57 -03:00
domfelipe
4c33662ead Initial release: Hermes client onboarding bootstrap + skill
One-liner install.sh, conversational skill for OpenRouter/DeepSeek
V4 Flash + Telegram gateway, and DomHubs client demo flow.
2026-08-02 21:23:29 -03:00