feat: add Hermes Agent as a gstack host#936
Open
el-analista wants to merge 1 commit intogarrytan:mainfrom
Open
feat: add Hermes Agent as a gstack host#936el-analista wants to merge 1 commit intogarrytan:mainfrom
el-analista wants to merge 1 commit intogarrytan:mainfrom
Conversation
Add Hermes (open-source AI agent platform) as a new host target for gstack's multi-platform skill generation system. - hosts/hermes.ts: host config with tool name mappings (Bash→terminal, Read→read_file, Edit→patch, Grep→search_files), path rewrites, and suppressed Claude-specific resolvers - scripts/host-adapters/hermes-adapter.ts: semantic transforms for AskUserQuestion→clarify, Agent→delegate_task, PlanMode→prose, learnings→memory tool, SOUL.md awareness, skill_manage hint - scripts/gen-skill-docs.ts: wire up adapter system that was previously defined but never consumed (fixes both Hermes and OpenClaw adapters) - .github/workflows/skill-docs.yml: CI freshness check for Hermes - .gitignore: exclude .hermes/ generated output - test/host-config.test.ts: 6 new test cases for Hermes config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Inspired by openclaw integration here is the addition to hermes-agent, in my opinion a much better agent than openclaw right now. I have been testing same prompt using gstack claude-code, gstack hermes with gpt5.4, gstack hermes with minimax and surprisingly gstack hermes with minimax was almost always the best plan 0_0
gen-skill-docs.tsthat was previously defined in the type system but never consumed (also fixes OpenClaw's adapter)Files
hosts/hermes.tsscripts/host-adapters/hermes-adapter.tsscripts/gen-skill-docs.tshosts/index.ts.github/workflows/skill-docs.yml.gitignore.hermes/generated outputtest/host-config.test.tsTest plan
bun test test/host-config.test.tspasses (75/78, 3 pre-existing golden-file failures unrelated to this PR)bun run gen:skill-docs --host hermesgenerates 35 skill docs with correct tool name rewrites/office-hoursskill via Telegram with GPT-5.4 produced a full interactive design session