Skip to content

docs: add community FAQ entries for common workflows and troubleshooting#4797

Merged
teknium1 merged 1 commit into
mainfrom
hermes/hermes-4d7efb1e
Apr 3, 2026
Merged

docs: add community FAQ entries for common workflows and troubleshooting#4797
teknium1 merged 1 commit into
mainfrom
hermes/hermes-4d7efb1e

Conversation

@teknium1

@teknium1 teknium1 commented Apr 3, 2026

Copy link
Copy Markdown
Contributor

Summary

Adds 8 new FAQ entries to the docs site based on recurring community questions from the Nous Discord. These cover the most common pain points and "how do I..." questions from real users.

New entries in reference/faq.md → "Workflows & Patterns" section:

Topic What it covers
Multi-model workflows Using delegation config to route subagents to Gemini/Grok for content while keeping GPT-5.4 as daily driver
WhatsApp per-chat binding Why multiple profiles can't share one WhatsApp number (Baileys limitation), workarounds
Controlling Telegram verbosity display.tool_progress config, /verbose command gating
Skills per-platform config hermes skills config, platform_disabled in config.yaml, Telegram 100-command limit
Shared thread sessions Current per-user session keying, platform-specific workarounds (Slack threads, Discord channels)
Exporting to another machine rsync ~/.hermes/ minus hermes-agent/, profile export/import
Permission denied on install Shell config permissions fix for zshrc/bashrc
Error 400 on first run Model name mismatch diagnosis

Test plan

  • Docusaurus build passes cleanly
  • No bare URLs (MDX-safe links throughout)
  • All cross-references use relative paths to existing docs pages

…ding, verbose control, skills config, thread sessions, migration, install troubleshooting

Addresses common questions from the Nous Research community Discord:
- Multi-model workflows via delegation config
- WhatsApp per-chat binding limitations and workarounds
- Controlling tool progress display on Telegram
- Per-platform skills config and Telegram 100-command limit
- Shared thread sessions across multiple users
- Exporting/migrating Hermes to a new machine
- Permission denied on shell reload after install
- HTTP 400 on first agent run
@teknium1 teknium1 merged commit 93334b2 into main Apr 3, 2026
4 of 5 checks passed
jooray added a commit to jooray/hermes-agent that referenced this pull request Apr 3, 2026
* upstream/main: (38 commits)
  fix(memory): Fix ByteRover plugin - run brv query synchronously before LLM call
  chore: release v0.7.0 (2026.4.3) (NousResearch#4812)
  fix: route memory provider tools in sequential execution path (NousResearch#4803)
  fix: persist API server sessions to shared SessionDB (state.db) (NousResearch#4802)
  fix(discord): register /approve and /deny slash commands, wire up button-based approval UI (NousResearch#4800)
  fix: respect per-platform disabled skills in Telegram menu and gateway dispatch (NousResearch#4799)
  fix(gateway): route /approve and /deny through running-agent guard (NousResearch#4798)
  docs: add community FAQ entries — multi-model workflows, WhatsApp binding, verbose control, skills config, thread sessions, migration, install troubleshooting (NousResearch#4797)
  fix: handle None mcp_servers in _get_platform_tools()
  fix(mcp): stability fix pack — reload timeout, shutdown cleanup, event loop handler, OAuth non-blocking (NousResearch#4757)
  fix: prevent compression death spiral from API disconnects (NousResearch#2153) (NousResearch#4750)
  fix: handle Anthropic Sonnet long-context tier 429 by reducing to 200k (NousResearch#4747)
  fix: correct qwen3.6-plus model slug
  fix: handle Anthropic long-context tier 429 by reducing to 200k
  docs(acp): fix zed config
  fix: use get_hermes_home(), consolidate git_cmd, update tests
  Add fork detection and upstream sync to hermes update
  fix(update): handle conflicted git index during hermes update (NousResearch#4735)
  fix: remove redundant restart message from update launchd path
  fix(update): avoid launchd restart race on macOS
  ...
angelburgosrosado pushed a commit to angelburgosrosado/hermes-agent that referenced this pull request Apr 27, 2026
…ding, verbose control, skills config, thread sessions, migration, install troubleshooting (NousResearch#4797)

Addresses common questions from the Nous Research community Discord:
- Multi-model workflows via delegation config
- WhatsApp per-chat binding limitations and workarounds
- Controlling tool progress display on Telegram
- Per-platform skills config and Telegram 100-command limit
- Shared thread sessions across multiple users
- Exporting/migrating Hermes to a new machine
- Permission denied on shell reload after install
- HTTP 400 on first agent run
02356abc pushed a commit to 02356abc/hermes-agent that referenced this pull request May 14, 2026
…ding, verbose control, skills config, thread sessions, migration, install troubleshooting (NousResearch#4797)

Addresses common questions from the Nous Research community Discord:
- Multi-model workflows via delegation config
- WhatsApp per-chat binding limitations and workarounds
- Controlling tool progress display on Telegram
- Per-platform skills config and Telegram 100-command limit
- Shared thread sessions across multiple users
- Exporting/migrating Hermes to a new machine
- Permission denied on shell reload after install
- HTTP 400 on first agent run
olympus-terminal pushed a commit to olympus-terminal/hermes-agent that referenced this pull request May 16, 2026
…ding, verbose control, skills config, thread sessions, migration, install troubleshooting (NousResearch#4797)

Addresses common questions from the Nous Research community Discord:
- Multi-model workflows via delegation config
- WhatsApp per-chat binding limitations and workarounds
- Controlling tool progress display on Telegram
- Per-platform skills config and Telegram 100-command limit
- Shared thread sessions across multiple users
- Exporting/migrating Hermes to a new machine
- Permission denied on shell reload after install
- HTTP 400 on first agent run
gweeteve pushed a commit to gweeteve/hermes-agent that referenced this pull request Jun 2, 2026
…ding, verbose control, skills config, thread sessions, migration, install troubleshooting (NousResearch#4797)

Addresses common questions from the Nous Research community Discord:
- Multi-model workflows via delegation config
- WhatsApp per-chat binding limitations and workarounds
- Controlling tool progress display on Telegram
- Per-platform skills config and Telegram 100-command limit
- Shared thread sessions across multiple users
- Exporting/migrating Hermes to a new machine
- Permission denied on shell reload after install
- HTTP 400 on first agent run
Egavasyug pushed a commit to Egavasyug/hermes-agent that referenced this pull request Jun 10, 2026
…ding, verbose control, skills config, thread sessions, migration, install troubleshooting (NousResearch#4797)

Addresses common questions from the Nous Research community Discord:
- Multi-model workflows via delegation config
- WhatsApp per-chat binding limitations and workarounds
- Controlling tool progress display on Telegram
- Per-platform skills config and Telegram 100-command limit
- Shared thread sessions across multiple users
- Exporting/migrating Hermes to a new machine
- Permission denied on shell reload after install
- HTTP 400 on first agent run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant