Gonka x Hermes Agent #1323
Dankosik
started this conversation in
Show and Tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
GonkaGate x Hermes Agent
Set up local
hermes-agentto use GonkaGate:If you use Hermes Agent and have a GonkaGate API key, this should be a short
setup step, not a manual edit of
~/.hermes/config.yamland~/.hermes/.env.The utility configures Hermes through the supported
provider: custompath,stores the raw key in Hermes'
.env, and only offers models that are live onGonkaGate and launch-qualified for Hermes.
Requirements
hermes-agentinstalledv2026.5.16/v0.14.0or newer>=22.14.0Public onboarding follows current GonkaGate Terms availability rules. It is
not intended for users or entities in the United States of America or U.S.
territories.
Run
Default interactive setup:
Specific Hermes profile:
After setup:
Optional real-request smoke test:
hermes chat -Q --max-turns 1 -q "Do not use tools. Reply exactly: GonkaGate smoke test OK"The utility prints that smoke test at the end, but does not run it
automatically. It sends one real model request.
What it writes
The utility resolves the active Hermes config paths with Hermes itself. With
--profile, it uses the profile-specific paths.It writes:
~/.hermes/config.yaml~/.hermes/.envThe managed config shape is:
The raw key is stored in
.env:The raw key is not written to
config.yaml. The utility also avoids takingover unrelated
OPENAI_API_KEYusage.What happens during setup
version.
config.yamland.envpaths.config.yaml,.env,auth.json, and Hermes job state.GET https://api.gonkagate.com/v1/models.config.yaml, then write.env.config.yamlif the.envwrite fails.The utility does not accept a plain
--api-keyflag, so the key does not landin shell history or process lists.
Model selection
Models are not guessed from the live catalog alone. A model must be:
/v1/modelsCurrent allowlist:
moonshotai/kimi-k2.6(recommended default)minimaxai/minimax-m2.7qwen/qwen3-235b-a22b-instruct-2507-fp8Live-only models are ignored. Artifact-only models that are no longer live are
ignored too.
What
/v1/modelsprovesThe setup request proves:
It does not prove:
Use the optional
hermes chatsmoke test when you want runtime proof.Current contract
@gonkagate/hermes-agent-setupnpx @gonkagate/hermes-agent-setuphermes-agent-setupprovider: customhttps://api.gonkagate.com/v1model.provider,model.base_url,model.default,model.api_keyGONKAGATE_API_KEYNon-goals
This is not a general Hermes installer. It does not:
hermes setupv2026.5.16/v0.14.0OPENAI_BASE_URL,LLM_MODEL,root-level
provider/base_url, or legacycustom_providersauth.jsoncredential pools.envfiles/v1/modelsproves billing, quota, or first-request readinessLinks
Beta Was this translation helpful? Give feedback.
All reactions