docs(templates): recommend more integrations per template, not just Hermes - #3215
Open
benfrank241 wants to merge 1 commit into
Open
docs(templates): recommend more integrations per template, not just Hermes#3215benfrank241 wants to merge 1 commit into
benfrank241 wants to merge 1 commit into
Conversation
…ermes Four of the new bank templates (hermes-gateway-bot, hermes-orchestrator, customer-support, research-assistant) listed only `hermes` as a recommended harness, and coding-agent listed just three — even though each template's memory pattern fits many integrations. Expand each with the harnesses that genuinely suit its use case: - coding-agent: the coding tools (cursor, cline, roo-code, aider, continue, opencode, openhands, zed, zcode, copilot-cli, github-copilot, devin-desktop, …) - hermes-gateway-bot: multi-user bot + automation frameworks (langgraph, crewai, agno, ag2, autogen, dify, flowise, n8n, zapier) - hermes-orchestrator: orchestration frameworks (langgraph, crewai, ag2, autogen, agno, google-adk, openai-agents, claude-agent-sdk, smolagents, omnigent) - customer-support: support/bot frameworks (langgraph, crewai, agno, dify, flowise, n8n, zapier, openai-agents, vapi, pipecat) - research-assistant: research/knowledge tools (obsidian, llamaindex, haystack, perplexity, langgraph, crewai, agno, google-adk, openai-agents, claude-code) `hermes` is kept on all seven, so the Hermes setup picker is unaffected. Also fixes two stale icon IDs on the conversation template (ai-sdk -> vercel-ai-sdk, chat -> vercel-chat) so every template's icons resolve. All 7 templates validate; check-integrations + docs build green.
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.
What
Four of the new bank templates listed only
hermesas a recommended harness, andcoding-agentlisted just three — even though each template's memory pattern fits many integrations. This broadens the "recommended integrations" on each template to the harnesses that actually suit its use case, so the Bank Templates Hub shows they're generally useful, not Hermes-only.coding-agenthermes-gateway-bothermes-orchestratorcustomer-supportresearch-assistantAlso fixes two stale icon IDs on the
conversationtemplate (ai-sdk→vercel-ai-sdk,chat→vercel-chat) so every template's icons resolve.Notes
hermesis kept on all seven templates, so the Hermesmemory setuptemplate picker (which filters on thehermestag) is unaffected.integrations.json(icons render).Verification
check-templates.mjs.check-integrations.mjsgreen.npm run build(docs) succeeds — the hub renders with the new icons.