Compare commits

...
Author SHA1 Message Date
Ben db8cd527ba docs(templates): recommend a few relevant integrations on the Hermes-only templates
Four bank templates (hermes-gateway-bot, hermes-orchestrator, customer-support,
research-assistant) listed only `hermes`, making them look Hermes-exclusive even
though their memory pattern fits other harnesses. Add a small, curated set of the
most relevant integrations to each (keeping `hermes`):

- hermes-gateway-bot: langgraph, crewai, agno
- hermes-orchestrator: langgraph, crewai, autogen
- customer-support:   langgraph, crewai, dify
- research-assistant: obsidian, llamaindex, langgraph

Also fixes two stale icon IDs on the conversation template
(ai-sdk -> vercel-ai-sdk, chat -> vercel-chat) so its icons resolve.

`hermes` is kept on all seven templates, so the Hermes setup picker is unaffected.
2026-08-07 09:19:07 -04:00
+14 -2
View File
@@ -9,8 +9,8 @@
"litellm",
"langgraph",
"pydantic-ai",
"ai-sdk",
"chat",
"vercel-ai-sdk",
"vercel-chat",
"crewai",
"ag2",
"agno",
@@ -53,6 +53,9 @@
"description": "For agents that talk to many people across chat platforms (Telegram, Discord, Slack). Keeps per-person profiles distinct, learns each community's norms, and tracks open threads across users.",
"category": "chat",
"integrations": [
"langgraph",
"crewai",
"agno",
"hermes"
],
"manifest_file": "templates/hermes-gateway-bot.json"
@@ -63,6 +66,9 @@
"description": "For orchestrations of specialized agents. Remembers decisions and their rationale, ownership boundaries, hand-offs, and how past escalations were resolved. High literalism and skepticism for precise coordination.",
"category": "orchestration",
"integrations": [
"langgraph",
"crewai",
"autogen",
"hermes"
],
"manifest_file": "templates/hermes-orchestrator.json"
@@ -73,6 +79,9 @@
"description": "For support and client-comms agents. Remembers customer issues, resolutions, sentiment, and account context so every interaction is informed. High empathy, never re-asks known details.",
"category": "support",
"integrations": [
"langgraph",
"crewai",
"dify",
"hermes"
],
"manifest_file": "templates/customer-support.json"
@@ -83,6 +92,9 @@
"description": "For research, monitoring, and knowledge-work agents that write briefings and digests or maintain a second brain. Learns the user's interests, tracks what to ignore to sharpen curation, and compounds durable knowledge with sources over time.",
"category": "research",
"integrations": [
"obsidian",
"llamaindex",
"langgraph",
"hermes"
],
"manifest_file": "templates/research-assistant.json"