content
large_stringlengths
3
20.5k
url
large_stringlengths
53
192
branch
large_stringclasses
4 values
source
large_stringclasses
51 values
embeddings
listlengths
384
384
score
float64
-0.21
0.65
|-------|----------| | `open` | Hermes responds to @mentions from any user in any group. | | `allowlist` | Hermes only responds to @mentions from users listed in `FEISHU\_ALLOWED\_USERS`. | | `disabled` | Hermes ignores all group messages entirely. | In all modes, the bot must be explicitly @mentioned (or @all) in the ...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/feishu.md
main
hermes-agent
[ -0.011071017012000084, 0.01970267854630947, -0.048071108758449554, 0.01989424228668213, 0.03807101026177406, -0.06500278413295746, 0.060574956238269806, -0.03249960392713547, 0.021731892600655556, -0.02081122435629368, 0.025096137076616287, -0.0383632592856884, 0.034950051456689835, 0.0389...
0.115777
endpoint as your event webhook (e.g. `https://your-server:8765/feishu/webhook`). In WebSocket mode this is handled automatically by the SDK. :::warning Without all three steps, Feishu will successfully \*send\* interactive cards (sending only requires `im:message:send` permission), but clicking any button will return e...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/feishu.md
main
hermes-agent
[ -0.08128789067268372, 0.02452736720442772, -0.004799306392669678, 0.04937807470560074, 0.04817996919155121, -0.05539841949939728, 0.038331881165504456, 0.06749208271503448, 0.07817679643630981, -0.023324614390730858, -0.006700027734041214, -0.05653748661279678, -0.0032717834692448378, 0.01...
0.17753
based on markdown content) | | `send\_image` / `send\_image\_file` | Uploads image to Feishu, then sends as native image bubble (with optional caption) | | `send\_document` | Uploads file to Feishu API, then sends as file attachment | | `send\_voice` | Uploads audio file as a Feishu file attachment | | `send\_video` | ...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/feishu.md
main
hermes-agent
[ -0.01765473373234272, -0.06771718710660934, -0.015175639651715755, -0.018370946869254112, 0.07179608196020126, -0.025395436212420464, -0.023279361426830292, 0.039817918092012405, -0.01119322795420885, 0.0017664690967649221, 0.009409155696630478, 0.037894219160079956, -0.04151565954089165, ...
0.142033
120) ws\_ping\_interval: 30 # Seconds between WebSocket pings (optional; SDK default if unset) ``` | Setting | Config key | Default | Description | |---------|-----------|---------|-------------| | Reconnect interval | `ws\_reconnect\_interval` | 120s | How long to wait between reconnection attempts | | Ping interval |...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/feishu.md
main
hermes-agent
[ -0.030124159529805183, -0.03512749820947647, -0.040641847997903824, 0.02508196048438549, -0.007185859140008688, -0.039957910776138306, 0.0599246472120285, -0.014194389805197716, 0.011865541338920593, 0.006561485584825277, 0.03792807459831238, -0.061272941529750824, -0.016250858083367348, -...
0.14431
| Text burst debounce quiet period | | `HERMES\_FEISHU\_TEXT\_BATCH\_MAX\_MESSAGES` | — | `8` | Max messages merged per text batch | | `HERMES\_FEISHU\_TEXT\_BATCH\_MAX\_CHARS` | — | `4000` | Max characters merged per text batch | | `HERMES\_FEISHU\_MEDIA\_BATCH\_DELAY\_SECONDS` | — | `0.8` | Media burst debounce quiet...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/feishu.md
main
hermes-agent
[ -0.04072856903076172, -0.04811212047934532, -0.059872206300497055, -0.005778600461781025, -0.05156978592276573, -0.031785596162080765, 0.05690038576722145, -0.010602876543998718, 0.037338413298130035, -0.07956525683403015, 0.13460488617420197, -0.03083428181707859, -0.002238169778138399, -...
0.092965
# Microsoft Teams Meetings Use the Teams meeting pipeline when you want Hermes to ingest Microsoft Graph meeting events, fetch transcripts first, fall back to recordings plus STT when needed, and deliver a structured summary to downstream sinks. Prerequisites: see [Microsoft Teams](./teams.md) for the underlying bot/cr...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/teams-meetings.md
main
hermes-agent
[ -0.0862828716635704, 0.020476270467042923, -0.057089913636446, -0.006992005743086338, -0.039463214576244354, -0.045139703899621964, -0.07603786140680313, -0.026874173432588577, 0.03581324592232704, 0.04634694382548332, -0.05400557816028595, -0.052047498524188995, -0.010642239823937416, 0.0...
0.102558
simple webhook post into Teams without channel-message creation through Graph. Required config: ```yaml platforms: teams: enabled: true extra: delivery\_mode: "incoming\_webhook" incoming\_webhook\_url: "https://..." ``` ### `graph` Use this when you want Hermes to post the summary through Microsoft Graph into a Teams ...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/teams-meetings.md
main
hermes-agent
[ 0.0008629633812233806, 0.02138754166662693, -0.061486028134822845, -0.039877280592918396, -0.008358955383300781, -0.09579488635063171, -0.06300359219312668, -0.059126630425453186, 0.027137095108628273, 0.08304247260093689, 0.006623682100325823, -0.05168087035417557, 0.020976074039936066, 0...
0.040028
# Google Chat Setup Connect Hermes Agent to Google Chat as a bot. The integration uses Cloud Pub/Sub pull subscriptions for inbound events and the Chat REST API for outbound messages. Equivalent ergonomics to Slack Socket Mode or Telegram long-polling: your Hermes process does not need a public URL, a tunnel, or a TLS ...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/google_chat.md
main
hermes-agent
[ -0.09856808930635452, -0.051603950560092926, 0.04197908565402031, -0.03634355962276459, -0.060712505131959915, -0.10921277105808258, 0.000002873805669878493, -0.03488937392830849, 0.03913990780711174, 0.06059456616640091, -0.056660246104002, -0.015053250826895237, 0.013727765530347824, -0....
0.039718
Principal: `hermes-chat-bot@.iam.gserviceaccount.com` - Role: `Pub/Sub Subscriber` Also grant `Pub/Sub Viewer` on the same subscription — Hermes calls `subscription.get()` at startup as a reachability check. --- ## Step 7: Configure the Chat app Go to \*\*APIs & Services → Google Chat API → Configuration\*\*. - \*\*App...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/google_chat.md
main
hermes-agent
[ -0.08988755941390991, -0.012578355148434639, 0.06804496794939041, -0.026214024052023888, 0.0019518439657986164, -0.07113273441791534, -0.000927237153518945, -0.04581090435385704, 0.06656705588102341, 0.046691421419382095, -0.01857062615454197, -0.04020189493894577, 0.053672824054956436, 0....
-0.000697
a user account. There's no IAM role or scope that fixes this. The endpoint only accepts user credentials. So the bot has to act \*as a user\* whenever it uploads a file — specifically, as the user who asked for the file. ### One-time host setup 1. Go to \*\*APIs & Services → Credentials\*\* in the same GCP project. 2. ...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/google_chat.md
main
hermes-agent
[ -0.08422759920358658, 0.011204991489648819, 0.025498665869235992, -0.03994663432240486, -0.04941589757800102, -0.11689110100269318, 0.01197490282356739, 0.009577971883118153, 0.014713859185576439, 0.05718858912587166, -0.02581380121409893, -0.012972640804946423, 0.05680873990058899, 0.0133...
0.024378
quotas allow 60 messages per space per minute. If your agent produces long streaming responses that exceed that, the adapter retries with exponential backoff — but you'll still see user-visible latency. Consider concise responses or raising the quota in the GCP console. \*\*Bot keeps posting the "/setup-files" notice i...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/google_chat.md
main
hermes-agent
[ -0.04813842475414276, -0.030634405091404915, 0.045295339077711105, -0.021041031926870346, -0.0041258917190134525, -0.13482347130775452, -0.01201783400028944, 0.0016895673470571637, 0.02085798978805542, 0.05027822405099869, -0.011712457984685898, 0.029752343893051147, 0.037378642708063126, ...
-0.004139
# WeCom (Enterprise WeChat) Connect Hermes to [WeCom](https://work.weixin.qq.com/) (企业微信), Tencent's enterprise messaging platform. The adapter uses WeCom's AI Bot WebSocket gateway for real-time bidirectional communication — no public endpoint or webhook needed. See also: [WeCom Callback](./wecom-callback.md) for inbo...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/wecom.md
main
hermes-agent
[ -0.11901776492595673, 0.04646290838718414, -0.06529174745082855, -0.046529367566108704, -0.06276354193687439, -0.11403179913759232, -0.00979879591614008, 0.01566583476960659, 0.03170822933316231, 0.03485149145126343, 0.03989281877875328, -0.038888659328222275, 0.04212242737412453, -0.00961...
0.139457
`allowlist` | Only user IDs in `allow\_from` can DM | | `disabled` | All DMs are ignored | | `pairing` | Pairing mode (for initial setup) | ```bash WECOM\_DM\_POLICY=allowlist ``` ### Group Policy Controls which groups the bot responds in: | Value | Behavior | |-------|----------| | `open` | Bot responds in all groups ...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/wecom.md
main
hermes-agent
[ -0.03501371666789055, -0.01261124201118946, -0.036880847066640854, 0.02565832994878292, 0.044594794511795044, -0.003147329669445753, 0.05849409103393555, -0.04698987305164337, -0.06587482243776321, 0.041163209825754166, 0.08393710851669312, 0.005311372224241495, -0.005253741983324289, 0.03...
0.077612
media exceeds the native type's size limit but is under the absolute 20 MB file limit, it is automatically sent as a generic file attachment instead: - Images > 10 MB → sent as file - Videos > 10 MB → sent as file - Voice > 2 MB → sent as file - Non-AMR audio → sent as file (WeCom only supports AMR for native voice) Fi...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/wecom.md
main
hermes-agent
[ -0.04713516682386398, -0.05172685161232948, 0.011797482147812843, -0.00016069688717834651, 0.08143844455480576, -0.056877367198467255, 0.004053717479109764, 0.014777892269194126, 0.029922103509306908, 0.06307870894670486, 0.02689914032816887, 0.06845360994338989, -0.07921458035707474, 0.08...
0.150848
certain users in a group | Check per-group `allow\_from` lists in the `groups` config section | | Media decryption fails | Install `cryptography`: `pip install cryptography` | | `cryptography is required for WeCom media decryption` | The inbound media is AES-encrypted. Install: `pip install cryptography` | | Voice mess...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/wecom.md
main
hermes-agent
[ -0.03137056529521942, 0.020795173943042755, 0.00009275400952901691, -0.022264031693339348, 0.05411534383893013, -0.08115240186452866, -0.008027540519833565, 0.04350825399160385, -0.0076301670633256435, 0.028595926240086555, 0.06370963156223297, 0.046795304864645004, -0.033202312886714935, ...
0.084273
# Slack Setup Connect Hermes Agent to Slack as a bot using Socket Mode. Socket Mode uses WebSockets instead of public HTTP endpoints, so your Hermes instance doesn't need to be publicly accessible — it works behind firewalls, on your laptop, or on a private server. :::warning Classic Slack Apps Deprecated Classic Slack...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/slack.md
main
hermes-agent
[ -0.02911732904613018, -0.030075911432504654, -0.049401119351387024, -0.003405369818210602, -0.05186932533979416, -0.06300559639930725, -0.05940981209278107, 0.030307577922940254, -0.019760433584451675, 0.07997149229049683, 0.01486603170633316, -0.02734546735882759, 0.059068866074085236, 0....
0.065056
ON 3. You'll be prompted to create an \*\*App-Level Token\*\*: - Name it something like `hermes-socket` (the name doesn't matter) - Add the \*\*`connections:write`\*\* scope - Click \*\*Generate\*\* 4. \*\*Copy the token\*\* — it starts with `xapp-`. This is your `SLACK\_APP\_TOKEN` :::tip You can always find or regene...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/slack.md
main
hermes-agent
[ -0.07932338863611221, -0.07965926826000214, 0.002298118779435754, 0.012937309220433235, 0.003202602732926607, -0.053646866232156754, 0.009525854140520096, 0.042652882635593414, 0.0064649744890630245, 0.04827520251274109, -0.023422937840223312, -0.09712276607751846, 0.052028022706508636, 0....
0.15824
start the gateway: ```bash hermes gateway # Foreground hermes gateway install # Install as a user service sudo hermes gateway install --system # Linux only: boot-time system service ``` --- ## Step 9: Invite the Bot to Channels After starting the gateway, you need to \*\*invite the bot\*\* to any channel where you want...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/slack.md
main
hermes-agent
[ -0.0732344388961792, -0.08481438457965851, -0.021927598863840103, -0.00404291832819581, -0.018647128716111183, -0.03309373930096626, 0.017791174352169037, 0.03454618528485298, 0.01538557093590498, 0.04276581481099129, -0.025449413806200027, -0.0437186174094677, 0.04157041385769844, 0.03089...
0.180821
conversation. Once the bot is active in a thread, you can reply in that thread without mentioning it. Outside of threads, messages without @mention are ignored to prevent noise in busy channels. ::: --- ## Configuration Options Beyond the required environment variables from Step 8, you can customize Slack bot behavior ...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/slack.md
main
hermes-agent
[ -0.011095835827291012, -0.08631949126720428, 0.06241864711046219, 0.0274221058934927, -0.0019447006052359939, -0.05090651288628578, 0.028856396675109863, -0.005378886125981808, 0.02781001664698124, 0.052035652101039886, -0.02965502440929413, -0.04738134518265724, 0.012317371554672718, 0.00...
0.085514
require a mention. In DMs the bot always responds without needing a mention. ::: ### Channel allowlist (`allowed\_channels`) Restrict the bot to a fixed set of Slack channels — useful when the bot is invited to many channels but should only respond in a few. When set, messages from channels NOT in this list are \*\*sil...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/slack.md
main
hermes-agent
[ 0.014905599877238274, -0.05145411193370819, 0.011835374869406223, 0.01387472078204155, 0.02017277106642723, -0.023175513371825218, 0.08347461372613907, 0.019910989329218864, -0.020239468663930893, 0.033648911863565445, -0.016580969095230103, -0.057707175612449646, 0.03909244015812874, 0.05...
0.096462
each `team\_id` to its own `WebClient` and `bot\_user\_id`. - When a message arrives, Hermes uses the correct workspace-specific client to respond. - The primary `bot\_user\_id` (from the first token) is used for backward compatibility with features that expect a single bot identity. --- ## Voice Messages Hermes suppor...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/slack.md
main
hermes-agent
[ -0.0740431398153305, -0.06170926243066788, -0.02214502915740013, -0.05128142982721329, -0.01023669634014368, -0.06775038689374924, 0.010266308672726154, -0.02365259826183319, 0.04251500964164734, -0.024806270375847816, 0.013764768838882446, -0.044622551649808884, 0.003447932656854391, -0.0...
0.172216
your Bot Token and App Token, update `.env` | | Bot responds but can't post in a channel | Invite the bot to the channel with `/invite @Hermes Agent` | | Bot can chat but can't read uploaded images/files | Add `files:read`, then \*\*reinstall\*\* the app. Hermes now surfaces attachment access diagnostics in-chat when S...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/slack.md
main
hermes-agent
[ 0.003922061063349247, -0.0765979066491127, 0.014101752080023289, 0.02124488539993763, 0.022606153041124344, -0.10363022983074188, -0.05352010577917099, 0.011097883805632591, 0.03326917439699173, 0.07810943573713303, 0.022997533902525902, 0.010309357196092606, 0.010880008339881897, 0.099024...
0.085159
# SMS Setup (Twilio) Hermes connects to SMS through the [Twilio](https://www.twilio.com/) API. People text your Twilio phone number and get AI responses back — same conversational experience as Telegram or Discord, but over standard text messages. :::info Shared Credentials The SMS gateway shares credentials with the o...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/sms.md
main
hermes-agent
[ -0.06909331679344177, -0.02214919775724411, 0.00006567336095031351, -0.04895130172371864, -0.0638246163725853, -0.05869416519999504, -0.0022025760263204575, 0.013110210187733173, 0.06991476565599442, 0.0407646968960762, -0.04380706325173378, -0.011080753058195114, 0.06095491722226143, -0.0...
0.183342
| No | Set to `true` to allow anyone (not recommended) | | `SMS\_HOME\_CHANNEL` | No | Phone number for cron job / notification delivery | | `SMS\_HOME\_CHANNEL\_NAME` | No | Display name for the home channel (default: `Home`) | --- ## SMS-Specific Behavior - \*\*Plain text only\*\* — Markdown is automatically stripped...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/sms.md
main
hermes-agent
[ -0.06546543538570404, 0.06570746749639511, 0.014836137183010578, -0.06993632018566132, 0.037125859409570694, -0.04560020565986633, 0.05535483360290527, -0.032813217490911484, 0.016309674829244614, -0.023546485230326653, 0.053990088403224945, -0.054591331630945206, 0.11380425840616226, 0.00...
0.118529
# Weixin (WeChat) Connect Hermes to [WeChat](https://weixin.qq.com/) (微信), Tencent's personal messaging platform. The adapter uses Tencent's \*\*iLink Bot API\*\* for personal WeChat accounts — this is distinct from WeCom (Enterprise WeChat). Messages are delivered via long-polling, so no public endpoint or webhook is ...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/weixin.md
main
hermes-agent
[ -0.09746096283197403, -0.0015879158163443208, -0.0023667593486607075, -0.021744485944509506, -0.008675971999764442, -0.08855756372213364, 0.026616394519805908, 0.008740085177123547, 0.04855519160628319, 0.01396428793668747, 0.06749849766492844, -0.045644138008356094, 0.03392460197210312, 0...
0.104038
video, files, and voice messages - \*\*AES-128-ECB encrypted CDN\*\* — automatic encryption/decryption for all media transfers - \*\*Context token persistence\*\* — disk-backed reply continuity across restarts - \*\*Markdown formatting\*\* — preserves Markdown, including headers, tables, and code blocks, so WeChat clie...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/weixin.md
main
hermes-agent
[ -0.04369707033038139, 0.014211498200893402, 0.031333066523075104, -0.001925416523590684, 0.048719242215156555, -0.03090742416679859, 0.015592716634273529, 0.005174307618290186, 0.06115344166755676, -0.004595810081809759, 0.02772745117545128, 0.029894135892391205, -0.01598394848406315, 0.04...
0.095338
be limited by Tencent's iLink behavior. ### Group Policy Controls which groups the bot responds in \*\*when iLink delivers group events for the connected identity\*\*. For QR-login iLink bot identities (e.g. `...@im.bot`), group events are typically not delivered at all, so this policy may have no effect — see the iLin...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/weixin.md
main
hermes-agent
[ -0.09000412374734879, 0.008553345687687397, 0.02245321311056614, 0.039633676409721375, 0.03735356032848358, -0.03018181584775448, 0.06744296103715897, -0.008955558761954308, 0.026952693238854408, -0.03026231750845909, 0.09711392223834991, -0.014622190035879612, 0.019287077710032463, 0.0851...
0.128588
are saved per account+peer to `~/.hermes/weixin/accounts/.context-tokens.json` - On startup, previously saved tokens are restored - Every inbound message updates the stored token for that sender - Outbound messages automatically include the latest context token This ensures reply continuity even after gateway restarts....
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/weixin.md
main
hermes-agent
[ -0.08993783593177795, 0.0033647052478045225, 0.03408508747816086, 0.04807982221245766, 0.0410553403198719, -0.054111920297145844, -0.0005642520845867693, 0.02968454919755459, 0.04515784606337547, 0.03866713494062424, 0.022879047319293022, 0.04415496438741684, 0.013137901201844215, -0.00012...
0.141676
— | `open` | DM access policy: `open`, `allowlist`, `disabled`, `pairing` | | `WEIXIN\_GROUP\_POLICY` | — | `disabled` | Group access policy: `open`, `allowlist`, `disabled` | | `WEIXIN\_ALLOWED\_USERS` | — | \_(empty)\_ | Comma-separated user IDs for DM allowlist | | `WEIXIN\_GROUP\_ALLOWED\_USERS` | — | \_(empty)\_ |...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/weixin.md
main
hermes-agent
[ 0.0004055796016473323, -0.0042719654738903046, -0.10939157009124756, -0.00032337449374608696, 0.013181304559111595, 0.02559753879904747, 0.0873415470123291, -0.01705264300107956, -0.09111716598272324, -0.04260095953941345, 0.08241588622331619, -0.05638672783970833, 0.024437960237264633, 0....
0.074455
# Webhooks Receive events from external services (GitHub, GitLab, JIRA, Stripe, etc.) and trigger Hermes agent runs automatically. The webhook adapter runs an HTTP server that accepts POST requests, validates HMAC signatures, transforms payloads into agent prompts, and routes responses back to the source or to another ...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/webhooks.md
main
hermes-agent
[ -0.09483695030212402, 0.028389867395162582, -0.05045382305979729, -0.040887948125600815, -0.04445820301771164, -0.11030170321464539, 0.02439047209918499, -0.02685852162539959, 0.05486350879073143, 0.05853932350873947, 0.004429190419614315, -0.06958138942718506, 0.07662834972143173, -0.0161...
0.094771
dicts and lists are JSON-serialized and truncated at 2000 characters You can mix `{\_\_raw\_\_}` with regular template variables: ```yaml prompt: "PR #{pull\_request.number} by {pull\_request.user.login}: {\_\_raw\_\_}" ``` If no `prompt` template is configured for a route, the entire payload is dumped as indented JSON...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/webhooks.md
main
hermes-agent
[ -0.07415061444044113, 0.05209710821509361, 0.03906550630927086, -0.014155187644064426, 0.023703306913375854, -0.08264455199241638, 0.05159151926636696, 0.029002904891967773, 0.04194806516170502, 0.03507019951939583, -0.017243046313524246, -0.08703251928091049, -0.011335673741996288, 0.0392...
0.098791
the response to WhatsApp. Uses the home channel, or specify `chat\_id` in `deliver\_extra`. | | `matrix` | Routes the response to Matrix. Uses the home channel, or specify `chat\_id` in `deliver\_extra`. | | `mattermost` | Routes the response to Mattermost. Uses the home channel, or specify `chat\_id` in `deliver\_extr...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/webhooks.md
main
hermes-agent
[ -0.004876189865171909, -0.05653126910328865, -0.02679114229977131, -0.007761273067444563, -0.00505162263289094, -0.011273051612079144, 0.07459279894828796, -0.00013222015695646405, 0.032305363565683365, 0.008351224474608898, -0.004012462683022022, -0.037619367241859436, -0.025835856795310974...
0.126926
"route": "...", "target": "...", "delivery\_id": "..."}` | | `200 OK` (status=duplicate) | Duplicate `X-GitHub-Delivery` ID within the idempotency TTL (1 hour). Not re-delivered. | | `401 Unauthorized` | HMAC signature invalid or missing. | | `400 Bad Request` | Malformed JSON body. | | `404 Not Found` | Unknown route ...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/webhooks.md
main
hermes-agent
[ -0.051458824425935745, -0.02719033695757389, 0.0026443249080330133, 0.019059760496020317, 0.0013784870970994234, -0.10287323594093323, -0.03382319211959839, -0.000056886838137870654, -0.02530476078391075, 0.047438569366931915, 0.07341370731592178, 0.009499944746494293, 0.08481815457344055, ...
0.039313
to skip validation entirely. `INSECURE\_NO\_AUTH` is only accepted when the gateway is bound to a loopback host (`127.0.0.1`, `localhost`, `::1`). If it is combined with a non-loopback bind such as `0.0.0.0` or a LAN IP, the adapter refuses to start — this prevents accidentally exposing an unauthenticated endpoint on a...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/webhooks.md
main
hermes-agent
[ -0.0454300194978714, 0.037824954837560654, -0.034754276275634766, -0.0077495817095041275, 0.030212031677365303, -0.12772490084171295, -0.03222467005252838, -0.08725827932357788, 0.029767073690891266, 0.009228212758898735, 0.0599357970058918, -0.05959407240152359, 0.05258379131555557, -0.02...
0.03061
# WeCom Callback (Self-Built App) Connect Hermes to WeCom (Enterprise WeChat) as a self-built enterprise application using the callback/webhook model. :::info WeCom Bot vs WeCom Callback Hermes supports two WeCom integration modes: - \*\*[WeCom Bot](wecom.md)\*\* — bot-style, connects via WebSocket. Simpler setup, work...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/wecom-callback.md
main
hermes-agent
[ -0.12393283098936081, 0.00126414664555341, -0.07865036278963089, -0.026693372055888176, -0.052136633545160294, -0.10548797249794006, 0.008985047228634357, 0.004834198392927647, 0.05552726611495018, 0.015455364249646664, 0.012712785042822361, 0.020488495007157326, 0.00192385318223387, -0.05...
0.171184
the correct app's access token. ## Access Control Restrict which users can interact with the app: ```bash # Allowlist specific users WECOM\_CALLBACK\_ALLOWED\_USERS=zhangsan,lisi,wangwu # Or allow all users WECOM\_CALLBACK\_ALLOW\_ALL\_USERS=true ``` ## Endpoints The adapter exposes: | Method | Path | Purpose | |------...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/wecom-callback.md
main
hermes-agent
[ -0.11413183063268661, 0.02407398633658886, -0.0639459416270256, -0.037797924131155014, -0.020833848044276237, -0.08016379177570343, 0.06956073641777039, 0.039204131811857224, -0.024411844089627266, -0.0005878793890587986, 0.04531816765666008, 0.013549267314374447, 0.037813130766153336, 0.0...
0.093365
# Signal Setup Hermes connects to Signal through the [signal-cli](https://github.com/AsamK/signal-cli) daemon running in HTTP mode. The adapter streams messages in real-time via SSE (Server-Sent Events) and sends responses via JSON-RPC. Signal is the most privacy-focused mainstream messenger — end-to-end encrypted by d...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/signal.md
main
hermes-agent
[ -0.09908044338226318, -0.03050856478512287, -0.0018138831946998835, -0.06758719682693481, -0.05999475345015526, -0.09383434057235718, -0.054193366318941116, -0.010810167528688908, -0.03559326380491257, 0.012913293205201626, -0.0038023148663342, -0.045638859272003174, 0.025492586195468903, ...
0.117168
a member of. | --- ## Features ### Attachments The adapter supports sending and receiving media in both directions. \*\*Incoming\*\* (user → agent): - \*\*Images\*\* — PNG, JPEG, GIF, WebP (auto-detected via magic bytes) - \*\*Audio\*\* — MP3, OGG, WAV, M4A (voice messages transcribed if Whisper is configured) - \*\*Do...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/signal.md
main
hermes-agent
[ -0.014900388196110725, -0.06211604177951813, -0.024844229221343994, -0.028773581609129906, 0.0493568554520607, -0.02389070764183998, -0.0006482515600509942, -0.03206821531057358, -0.017400037497282028, -0.009749761782586575, 0.0567825548350811, -0.0173945389688015, 0.04468240216374397, 0.0...
0.14674
signal-cli to verify) --- ## Troubleshooting | Problem | Solution | |---------|----------| | \*\*"Cannot reach signal-cli"\*\* during setup | Ensure signal-cli daemon is running: `signal-cli --account +YOUR\_NUMBER daemon --http 127.0.0.1:8080` | | \*\*Messages not received\*\* | Check that `SIGNAL\_ALLOWED\_USERS` inc...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/signal.md
main
hermes-agent
[ -0.0416998416185379, -0.00007553480827482417, -0.003846579696983099, -0.11771345138549805, -0.012669563293457031, -0.06028827279806137, -0.027215754613280296, -0.0014652159297838807, -0.030423345044255257, 0.008878262713551521, 0.019070716574788094, -0.11981885880231857, -0.01570525765419006...
0.042486
# DingTalk Setup Hermes Agent integrates with DingTalk (钉钉) as a chatbot, letting you chat with your AI assistant through direct messages or group chats. The bot connects via DingTalk's Stream Mode — a long-lived WebSocket connection that requires no public URL or webhook server — and replies using markdown-formatted m...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/dingtalk.md
main
hermes-agent
[ -0.1116267740726471, 0.019842399284243584, 0.011756510473787785, 0.0025745886377990246, -0.022839628159999847, -0.058942098170518875, 0.06706883013248444, -0.07043303549289703, 0.0477241650223732, -0.00839766301214695, -0.013497104868292809, -0.07542337477207184, 0.015052912756800652, -0.0...
0.184434
each incoming message. Start the gateway, send the bot a message, then check the logs for your ID. ## Step 4: Configure Hermes Agent ### Option A: Interactive Setup (Recommended) Run the guided setup command: ```bash hermes gateway setup ``` Select \*\*DingTalk\*\* when prompted. The setup wizard can authorize via one ...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/dingtalk.md
main
hermes-agent
[ -0.06163385882973671, 0.03725692257285118, -0.03582551330327988, -0.04011973366141319, -0.06245826557278633, -0.06420952081680298, -0.02250422164797783, -0.038121964782476425, 0.05673212185502052, -0.0026406170800328255, 0.015081407502293587, -0.03685127943754196, 0.10829107463359833, -0.0...
0.009777
can customize DingTalk's display behavior independently from other platforms: ```yaml display: platforms: dingtalk: show\_reasoning: false # Show model reasoning/thinking in replies streaming: true # Enable streaming responses (works with AI Cards) tool\_progress: all # Show tool execution progress (all/new/off) interi...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/dingtalk.md
main
hermes-agent
[ -0.029249055311083794, -0.028744226321578026, 0.05299976095557213, -0.047392040491104126, 0.002837271662428975, 0.014618778601288795, 0.01713777333498001, -0.02838587574660778, -0.028730973601341248, -0.008280645124614239, 0.014729342423379421, -0.07821390777826309, -0.01632227748632431, 0...
0.062749
# Messaging Gateway Chat with Hermes from Telegram, Discord, Slack, WhatsApp, Signal, SMS, Email, Home Assistant, Mattermost, Matrix, DingTalk, Feishu/Lark, WeCom, Weixin, BlueBubbles (iMessage), QQ, Yuanbao, Microsoft Teams, LINE, ntfy, or your browser. The gateway is a single background process that connects to all y...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/index.md
main
hermes-agent
[ -0.08275464922189713, -0.09556245058774948, -0.006897084414958954, -0.07428628951311111, -0.019572027027606964, -0.05294309929013252, 0.0370674692094326, -0.012837259098887444, 0.06102454662322998, -0.018161529675126076, 0.0012130049290135503, -0.023004643619060516, -0.018847046419978142, ...
0.184103
TB subgraph Gateway["Hermes Gateway"] subgraph Adapters["Platform adapters"] tg[Telegram] dc[Discord] wa[WhatsApp] sl[Slack] gc[Google Chat] sig[Signal] sms[SMS] em[Email] ha[Home Assistant] mm[Mattermost] mx[Matrix] dt[DingTalk] fs[Feishu/Lark] wc[WeCom] wcb[WeCom Callback] wx[Weixin] bb[BlueBubbles] qq[QQ] yb[Yuanbao...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/index.md
main
hermes-agent
[ -0.07459121197462082, -0.029755886644124985, -0.06690376996994019, -0.008816834539175034, -0.029164567589759827, -0.007948696613311768, 0.04322584345936775, 0.014430224895477295, -0.0010562287643551826, 0.014434784650802612, -0.002113796304911375, -0.061736300587654114, 0.013997219502925873,...
0.179527
until they reset. The agent remembers your conversation context. ### Reset Policies Sessions reset based on configurable policies: | Policy | Default | Description | |--------|---------|-------------| | Daily | 4:00 AM | Reset at a specific hour each day | | Idle | 1440 min | Reset after N minutes of inactivity | | Bot...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/index.md
main
hermes-agent
[ -0.03130316361784935, -0.002929042326286435, -0.014410494826734066, 0.03188648074865341, -0.041282497346401215, -0.052939459681510925, 0.048875413835048676, -0.026840362697839737, 0.06722112745046616, -0.014885553158819675, 0.02025940828025341, 0.06610672175884247, 0.03484034165740013, 0.0...
0.13884
## Interrupting the Agent Send any message while the agent is working to interrupt it. Key behaviors: - \*\*In-progress terminal commands are killed immediately\*\* (SIGTERM, then SIGKILL after 1s) - \*\*Tool calls are cancelled\*\* — only the currently-executing one runs, the rest are skipped - \*\*Multiple messages a...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/index.md
main
hermes-agent
[ 0.012882599607110023, -0.07113151997327805, -0.038623496890068054, 0.031239168718457222, -0.008197885937988758, -0.05723852291703224, 0.04509998857975006, -0.053728263825178146, 0.08469074219465256, 0.04014882817864418, 0.06469283252954483, 0.02792259119451046, -0.0008872514590620995, -0.0...
0.154992
`all` | Running-output updates \*\*and\*\* the final completion message (default) | | `result` | Only the final completion message (regardless of exit code) | | `error` | Only the final message when the exit code is non-zero | | `off` | No process watcher messages at all | You can also set this via environment variable...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/index.md
main
hermes-agent
[ 0.017623303458094597, 0.01022027526050806, -0.03641759231686592, 0.0059755598194897175, 0.12940095365047455, -0.07317492365837097, 0.04921881482005119, 0.021651465445756912, 0.05646418780088425, 0.07373559474945068, 0.002291050972416997, -0.03522329777479172, 0.020350351929664612, 0.018293...
0.123471
| Full access | | Telegram | `hermes-telegram` | Full tools including terminal | | Discord | `hermes-discord` | Full tools including terminal | | WhatsApp | `hermes-whatsapp` | Full tools including terminal | | Slack | `hermes-slack` | Full tools including terminal | | Google Chat | `hermes-google\_chat` | Full tools i...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/index.md
main
hermes-agent
[ 0.021336378529667854, -0.07193116098642349, -0.019132081419229507, -0.023593870922923088, 0.005027459468692541, -0.054762713611125946, 0.02687733992934227, 0.03912056237459183, -0.03573058545589447, 0.08004142343997955, 0.0711020678281784, -0.03762686252593994, 0.03117493912577629, -0.0686...
0.077589
because the platform was unhealthy; don't try to resume until it's back. Once upstream is healthy, `/platform resume ` clears the breaker and re-arms the adapter. ### Restart notifications When the gateway restarts (or is shut down with in-flight sessions), it can send a one-shot "the agent is back" / "the agent was in...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/index.md
main
hermes-agent
[ 0.014939903281629086, -0.06708414107561111, 0.05964502692222595, 0.01594679243862629, 0.03044782765209675, -0.00867697224020958, 0.04159150272607803, -0.026676353067159653, 0.07645025849342346, 0.02890709973871708, -0.023850686848163605, 0.05883738771080971, -0.055343177169561386, 0.063149...
0.094624
# WhatsApp Setup Hermes connects to WhatsApp through a built-in bridge based on \*\*Baileys\*\*. This works by emulating a WhatsApp Web session — \*\*not\*\* through the official WhatsApp Business API. No Meta developer account or Business verification is required. > Run `hermes gateway setup` and pick \*\*WhatsApp\*\*...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/whatsapp.md
main
hermes-agent
[ -0.09454075247049332, 0.017854023724794388, 0.026187164708971977, -0.07049941271543503, -0.050692323595285416, -0.07803483307361603, -0.006903684698045254, -0.0036407150328159332, 0.059075843542814255, 0.09432251751422882, -0.03302498534321785, -0.02109028398990631, 0.0926959365606308, 0.0...
-0.019533
Add the following to your `~/.hermes/.env` file: ```bash # Required WHATSAPP\_ENABLED=true WHATSAPP\_MODE=bot # "bot" or "self-chat" # Access control — pick ONE of these options: WHATSAPP\_ALLOWED\_USERS=15551234567 # Comma-separated phone numbers (with country code, no +) # WHATSAPP\_ALLOWED\_USERS=\* # OR use \* to a...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/whatsapp.md
main
hermes-agent
[ -0.051390428096055984, -0.002058851532638073, 0.0249728225171566, -0.09570939093828201, -0.04403119161725044, -0.0010795192793011665, 0.036589108407497406, -0.004847573582082987, -0.03598886728286743, 0.07302968204021454, 0.04614865407347679, -0.033541638404130936, 0.023996124044060707, 0....
-0.02277
is running. This is enabled by default — no configuration needed. ### Message Batching (Debounce) WhatsApp delivers each message individually, so a rapid burst (forwarded batches, paste-splits, multi-line text) would otherwise trigger a separate agent invocation per fragment — wasting tokens and producing several disjo...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/whatsapp.md
main
hermes-agent
[ -0.05735667049884796, -0.01890198327600956, 0.06714024394750595, -0.02430715225636959, -0.015603108331561089, -0.07349619269371033, 0.021782688796520233, -0.03101380541920662, 0.06245793402194977, 0.05510091781616211, 0.04429322108626366, -0.014362528920173645, -0.014024586416780949, 0.030...
0.046231
# Matrix Setup Hermes Agent integrates with Matrix, the open, federated messaging protocol. Matrix lets you run your own homeserver or use a public one like matrix.org — either way, you keep control of your communications. The bot connects via the `mautrix` Python SDK, processes messages through the Hermes Agent pipeli...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/matrix.md
main
hermes-agent
[ -0.06827431917190552, -0.042408838868141174, -0.10505124181509018, -0.028898997232317924, -0.039781853556632996, -0.07620695978403091, -0.05152620002627373, -0.005283630918711424, 0.01970217190682888, 0.062417659908533096, -0.006121324375271797, -0.008222172036767006, 0.06867995858192444, ...
0.14273
::: :::note If you are upgrading from a version that did not have `MATRIX\_REQUIRE\_MENTION`, the bot previously responded to all messages in rooms. To preserve that behavior, set `MATRIX\_REQUIRE\_MENTION=false`. ::: This guide walks you through the full setup process — from creating your bot account to sending your f...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/matrix.md
main
hermes-agent
[ -0.01550640631467104, -0.08841000497341156, -0.023464424535632133, 0.010273320600390434, 0.0179468784481287, -0.059093207120895386, 0.0061950646340847015, -0.0245453342795372, 0.015548932366073132, -0.00842988770455122, 0.03382203355431557, -0.04908188804984093, 0.06061219051480293, 0.0197...
0.093163
Required MATRIX\_HOMESERVER=https://matrix.example.org MATRIX\_USER\_ID=@hermes:matrix.example.org MATRIX\_PASSWORD=\*\*\* # Security MATRIX\_ALLOWED\_USERS=@alice:matrix.example.org ``` Optional behavior settings in `~/.hermes/config.yaml`: ```yaml group\_sessions\_per\_user: true ``` - `group\_sessions\_per\_user: tr...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/matrix.md
main
hermes-agent
[ -0.01201342698186636, -0.006992844399064779, -0.12027696520090103, -0.008739668875932693, -0.02782723866403103, -0.0666351318359375, -0.037871330976486206, -0.0840340107679367, 0.017112094908952713, 0.059289783239364624, 0.009294209070503712, 0.009158322587609291, 0.08550805598497391, -0.0...
0.07354
user ID): ```bash curl -X DELETE -H "Authorization: Bearer ADMIN\_TOKEN" \ 'https://your-server/\_synapse/admin/v2/users/%40hermes%3Ayour-server/devices/DEVICE\_ID' ``` Note: deleting a device via the admin API may also invalidate the associated access token. You may need to generate a new token afterward. 2. Delete th...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/matrix.md
main
hermes-agent
[ -0.04129088297486305, 0.027780642732977867, -0.057535234838724136, 0.0009259534999728203, 0.013975808396935463, -0.05991416051983833, -0.007897613570094109, -0.061963390558958054, 0.07362888008356094, 0.03326650708913803, 0.04244016483426094, 0.018033061176538467, 0.10117417573928833, 0.01...
0.020047
the wall clock is ahead, every incoming event looks "older than startup" and is dropped before reaching the message handler — the bot appears connected but never replies. See [#12614](https://github.com/NousResearch/hermes-agent/issues/12614). \*\*Symptom\*\*: Gateway log shows `Matrix: dropped N live events as 'too ol...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/matrix.md
main
hermes-agent
[ -0.00535659771412611, 0.005995191168040037, -0.017961233854293823, -0.023056209087371826, 0.035360030829906464, -0.024360934272408485, -0.099968321621418, -0.019676407799124718, 0.05858403816819191, 0.03406386822462082, 0.0009496808634139597, -0.018109118565917015, 0.0408288948237896, 0.08...
0.066765
this, Element may see the new device as unverified and refuse to share encryption sessions. Find your recovery key in Element under \*\*Settings\*\* → \*\*Security & Privacy\*\* → \*\*Encryption\*\*. 4. \*\*Force your Matrix client to rotate the encryption session\*\*. In Element, open the DM room with the bot and type...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/matrix.md
main
hermes-agent
[ -0.028135452419519424, -0.021767042577266693, 0.005147287156432867, -0.017411263659596443, 0.03255201503634453, -0.06654959172010422, -0.03437767177820206, -0.04581894353032112, 0.05271683260798454, 0.0370907336473465, 0.0479036383330822, 0.019071385264396667, 0.05414479598402977, 0.011620...
-0.00422
```yaml services: hermes-matrix: build: . environment: # Matrix credentials MATRIX\_HOMESERVER: "https://matrix.example.org" MATRIX\_ACCESS\_TOKEN: "syt\_..." MATRIX\_ALLOWED\_USERS: "@you:matrix.example.org" MATRIX\_ENCRYPTION: "true" MATRIX\_DEVICE\_ID: "HERMES\_BOT" # Proxy mode — forward to host agent GATEWAY\_PROX...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/matrix.md
main
hermes-agent
[ 0.008157067000865936, 0.014227380976080894, -0.11886336654424667, -0.08899388462305069, -0.045210376381874084, -0.05375716835260391, -0.05620002746582031, -0.05366883426904678, 0.0044067902490496635, 0.059010788798332214, 0.02824673242866993, -0.015097815543413162, 0.041372090578079224, -0...
-0.012051
on securing your Hermes Agent deployment, see the [Security Guide](../security.md). ## Notes - \*\*Any homeserver\*\*: Works with Synapse, Conduit, Dendrite, matrix.org, or any spec-compliant Matrix homeserver. No specific homeserver software required. - \*\*Federation\*\*: If you're on a federated homeserver, the bot ...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/matrix.md
main
hermes-agent
[ -0.042703911662101746, -0.045678380876779556, -0.05284801125526428, -0.07880676537752151, 0.006247316487133503, -0.061351362615823746, -0.024278491735458374, -0.07576925307512283, -0.007021181285381317, 0.04186446964740753, -0.01612638682126999, -0.011496948078274727, 0.10716265439987183, ...
0.143845
# QQ Bot Connect Hermes to QQ via the \*\*Official QQ Bot API (v2)\*\* — supporting private (C2C), group @-mentions, guild, and direct messages with voice transcription. ## Overview The QQ Bot adapter uses the [Official QQ Bot API](https://bot.q.qq.com/wiki/develop/api-v2/) to: - Receive messages via a persistent \*\*W...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/qqbot.md
main
hermes-agent
[ -0.1219760850071907, -0.010567608289420605, -0.02604372613132, -0.030175000429153442, -0.06662870198488235, 0.014246392995119095, -0.03756500035524368, -0.015185198746621609, 0.0413331612944603, -0.031577881425619125, -0.0031188500579446554, -0.05439254269003868, 0.0660167783498764, 0.0579...
0.120405
`QQ\_STT\_API\_KEY` is set correctly 3. Check gateway logs for STT error messages ### Messages not delivered - Verify the bot's \*\*intents\*\* are enabled at q.qq.com - Check `QQ\_ALLOWED\_USERS` if DM access is restricted - For group messages, ensure the bot is \*\*@mentioned\*\* (group policy may require allowlistin...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/qqbot.md
main
hermes-agent
[ -0.02017044834792614, -0.03672797977924347, 0.011299156583845615, 0.023342782631516457, -0.06959541141986847, -0.00588570162653923, -0.026844115927815437, -0.015205400064587593, 0.014920813031494617, 0.003086098935455084, 0.019690033048391342, -0.03606070205569267, 0.004431704990565777, 0....
0.040198
# ntfy [ntfy](https://ntfy.sh/) is a simple HTTP-based pub-sub notification service. It works with the free public server at `ntfy.sh` or any self-hosted instance, and supports any client that can make HTTP requests — phones, browsers, scripts, watches. ntfy makes a great lightweight push channel for Hermes: subscribe ...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/ntfy.md
main
hermes-agent
[ -0.06846100836992264, -0.02985987439751625, 0.039259497076272964, -0.04817575216293335, 0.012759167701005936, -0.08558772504329681, -0.025055592879652977, -0.041570987552404404, 0.0870048776268959, 0.0036169406957924366, -0.07508344203233719, -0.026609160006046295, 0.09969649463891983, -0....
0.139496
```bash echo 'NTFY\_TOPIC=hermes-myname-2026' >> ~/.hermes/.env echo 'NTFY\_ALLOWED\_USERS=hermes-myname-2026' >> ~/.hermes/.env hermes gateway restart ``` 4. From the ntfy app, send a message to the topic. The agent's reply lands as a push notification. ## Using ntfy with cron jobs Once `NTFY\_HOME\_CHANNEL` is set, c...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/ntfy.md
main
hermes-agent
[ -0.004724385216832161, -0.05495157837867737, -0.028000762686133385, 0.016599949449300766, -0.005750051233917475, -0.05946246534585953, 0.0363762266933918, -0.01714909076690674, 0.05318492650985718, -0.027523234486579895, -0.06805963814258575, -0.04766494408249855, 0.03460439667105675, 0.03...
0.114448
# Microsoft Graph Webhook Listener The `msgraph\_webhook` gateway platform is an inbound event listener. It's how Hermes receives \*\*change notifications\*\* from Microsoft Graph — "a Teams meeting ended," "a new message landed in this chat," "this calendar event was updated." Different from the `teams` platform (whic...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/msgraph-webhook.md
main
hermes-agent
[ -0.11036942899227142, 0.020531227812170982, -0.0033632798586040735, 0.0016523891827091575, 0.007779866922646761, -0.11143489927053452, -0.003108600853011012, -0.04539874568581581, 0.07846914231777191, 0.05608696863055229, -0.04780667647719383, -0.04255504161119461, -0.023345788940787315, 0...
0.133901
production, restrict the listener to Microsoft's published Graph webhook source IP ranges. Microsoft documents the egress ranges under the [Office 365 IP Address and URL Web service](https://learn.microsoft.com/en-us/microsoft-365/enterprise/urls-and-ip-address-ranges). Configure them as: ```yaml platforms: msgraph\_we...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/msgraph-webhook.md
main
hermes-agent
[ -0.012154025956988335, 0.06213109940290451, -0.060124654322862625, -0.03475218266248703, 0.026829300448298454, -0.05103315785527229, -0.014643707312643528, -0.13510549068450928, -0.008162081241607666, 0.03685792535543442, -0.010034088045358658, -0.04728825017809868, -0.009544040076434612, ...
0.035319
# Home Assistant Integration Hermes Agent integrates with [Home Assistant](https://www.home-assistant.io/) in two ways: 1. \*\*Gateway platform\*\* — subscribes to real-time state changes via WebSocket and responds to events 2. \*\*Smart home tools\*\* — four LLM-callable tools for querying and controlling devices via ...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/homeassistant.md
main
hermes-agent
[ -0.059260543435811996, 0.014086127281188965, -0.014442604035139084, -0.005677785258740187, 0.021253038197755814, -0.05284307897090912, -0.019468121230602264, -0.02615232951939106, -0.02537233754992485, -0.026026057079434395, -0.04510098323225975, -0.010037168860435486, 0.04797883704304695, ...
0.119726
- alarm\_control\_panel - light watch\_entities: - sensor.front\_door\_battery ignore\_entities: - sensor.uptime - sensor.cpu\_usage - sensor.memory\_usage cooldown\_seconds: 30 ``` | Setting | Default | Description | |---------|---------|-------------| | `watch\_domains` | \*(none)\* | Only watch these entity domains ...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/homeassistant.md
main
hermes-agent
[ 0.008014456368982792, 0.000445568555733189, -0.031349096447229385, 0.04250040650367737, 0.09779458492994308, -0.06549371778964996, 0.11287675052881241, -0.0663963109254837, 0.06219441816210747, 0.047636132687330246, 0.022131765261292458, -0.07929030805826187, 0.054355040192604065, -0.04078...
0.125529
are only applied on process start. \*\*`conversation entity not found` / agent never replies.\*\* Home Assistant's conversation API requires a configured \*Assist\* conversation agent. In HA, open \*\*Settings → Voice assistants → Add assistant\*\* and note the resulting entity id (looks like `conversation.home\_assist...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/homeassistant.md
main
hermes-agent
[ -0.06059723719954491, 0.019841203466057777, -0.02388109639286995, -0.03228551894426346, -0.014242672361433506, -0.05602116882801056, 0.015651455149054527, -0.03773375600576401, 0.015272721648216248, -0.012690652161836624, -0.023718805983662605, -0.04962658882141113, 0.008101722225546837, 0...
0.090588
# Telegram Setup Hermes Agent integrates with Telegram as a full-featured conversational bot. Once connected, you can chat with your agent from any device, send voice memos that get auto-transcribed, receive scheduled task results, and use the agent in group chats. The integration is built on [python-telegram-bot](http...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/telegram.md
main
hermes-agent
[ -0.09704053401947021, -0.002040214603766799, -0.014705188572406769, -0.018111465498805046, -0.05401167646050453, -0.055827803909778595, -0.02160150744020939, -0.004311011638492346, 0.002666071057319641, 0.01050205435603857, -0.023256536573171616, -0.04252374917268753, 0.04608902335166931, ...
0.153311
observed context, so use the same chat IDs for this mode. A later `@botname` mention, reply to the bot, or configured mention pattern in that same allowlisted chat/topic can use that observed context. The triggered message is also tagged with `[nickname|user\_id]` and gets a per-turn safety prompt so the model treats p...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/telegram.md
main
hermes-agent
[ -0.05780094861984253, 0.002389361383393407, -0.0026035683695226908, -0.0014795406023040414, 0.030179526656866074, -0.056263379752635956, 0.11798591166734695, -0.04324047639966011, 0.008470886386930943, 0.021242069080471992, 0.013726402074098587, -0.05503663793206215, 0.0601164773106575, 0....
0.128096
using \*\*long polling\*\* — the gateway makes outbound requests to Telegram's servers to fetch new updates. This works well for local and always-on deployments. For \*\*cloud deployments\*\* (Fly.io, Railway, Render, etc.), \*\*webhook mode\*\* is more cost-effective. These platforms can auto-wake suspended machines o...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/telegram.md
main
hermes-agent
[ -0.061939336359500885, 0.008566168136894703, 0.026918692514300346, 0.034756384789943695, -0.0228267852216959, -0.08040475100278854, 0.018897445872426033, -0.048512522131204605, 0.05028128623962402, 0.10171479731798172, -0.003990913741290569, -0.004566012416034937, 0.011977532878518105, -0....
0.109171
set: ```bash TELEGRAM\_CRON\_THREAD\_ID= ``` `TELEGRAM\_CRON\_THREAD\_ID` overrides `TELEGRAM\_HOME\_CHANNEL\_THREAD\_ID` for cron deliveries only. Replies in that topic continue the topic's existing session. ## Voice Messages ### Incoming Voice (Speech-to-Text) Voice messages you send on Telegram are automatically tra...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/telegram.md
main
hermes-agent
[ -0.06212187185883522, -0.028579505160450935, -0.027183033525943756, -0.08825802803039551, -0.03938818350434303, -0.06404382735490799, 0.028256088495254517, -0.03670515865087509, 0.026457572355866432, -0.030241014435887337, -0.00003451953671174124, -0.04756108671426773, -0.02789238840341568, ...
0.140636
image: aiogram/telegram-bot-api:latest container\_name: tg-bot-api restart: unless-stopped ports: - "127.0.0.1:8081:8081" # bind to loopback only; see security note environment: TELEGRAM\_API\_ID: "12345" # your api\_id from Step 1 TELEGRAM\_API\_HASH: "abcdef..." # your api\_hash from Step 1 TELEGRAM\_LOCAL: "1" # ena...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/telegram.md
main
hermes-agent
[ 0.023602114990353584, 0.02097543329000473, 0.029576381668448448, -0.032403189688920975, -0.0013760942965745926, -0.07324349135160446, -0.024984264746308327, 0.052987564355134964, 0.035011861473321915, 0.0788450688123703, 0.01067613996565342, -0.05139480158686638, 0.013763382099568844, 0.03...
0.090552
`/var/lib/telegram-bot-api`), and make sure the file ownership matches. The container drops privileges to its internal `telegram-bot-api` user (uid varies by image); the simplest fix is to add `user: ":"` to the compose service so files are owned by a uid Hermes already runs as. - \*\*Different machines\*\* — the bot s...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/telegram.md
main
hermes-agent
[ -0.0527472048997879, 0.008373156189918518, 0.04432534798979759, -0.024742366746068, -0.029260719195008278, -0.10439421236515045, -0.07184090465307236, 0.015344876796007156, -0.0070214360021054745, 0.06189185008406639, 0.01530455332249403, -0.0638916939496994, 0.046940237283706665, 0.073743...
0.108509
and `ops\_bot` only. Other Hermes bots in the group stay silent, even if the message is a reply to one of their earlier messages or would otherwise match a shared wake word. Set `exclusive\_bot\_mentions: false` only for legacy groups where explicit mentions should not override reply and wake-word triggers. To operate ...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/telegram.md
main
hermes-agent
[ -0.024335766211152077, -0.029154077172279358, 0.029117107391357422, 0.04653940349817276, 0.005017848685383797, -0.1196572557091713, 0.05364470183849335, -0.07511395215988159, 0.016164638102054596, 0.006564220413565636, -0.012917069718241692, -0.06687109917402267, 0.06292292475700378, -0.02...
0.05651
own conversation session, history, and context — completely isolated from the others. ### Configuration :::caution Prerequisites Before adding topics to your config, the user must \*\*enable Topics mode\*\* in the DM chat with the bot: 1. Open your private chat with the Hermes bot in Telegram 2. Tap the bot's name at t...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/telegram.md
main
hermes-agent
[ 0.0017131490167230368, -0.05742631480097771, 0.007348307874053717, -0.014840313233435154, 0.02433829940855503, -0.07316778600215912, 0.015414098277688026, -0.01147281751036644, 0.010309834964573383, 0.06170617416501045, -0.016422947868704796, -0.051936473697423935, 0.01971648633480072, 0.0...
0.036169
Hermes session. ### `/topic` subcommands | Form | Context | Effect | |------|---------|--------| | `/topic` | Root DM, not yet enabled | Check BotFather capabilities, enable multi-session mode, create pinned System topic | | `/topic` | Root DM, already enabled | Show status: unlinked sessions available for restore | | ...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/telegram.md
main
hermes-agent
[ -0.035844586789608, -0.05720563605427742, -0.008676381781697273, -0.013559949584305286, -0.0033236953895539045, -0.08067920058965683, 0.05551527813076973, 0.021980760619044304, -0.03795168548822403, 0.08053810149431229, 0.04125865548849106, 0.006450559012591839, 0.04642903432250023, 0.0664...
0.105649
the session. To disable this and keep your manually-chosen topic names untouched, set: ```yaml gateway: platforms: telegram: extra: disable\_topic\_auto\_rename: true ``` When this flag is on, Hermes still generates an internal session title (used by `hermes sessions`, the TUI, etc.) but never edits the Telegram topic ...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/telegram.md
main
hermes-agent
[ -0.04420989006757736, 0.03871701657772064, 0.0403590127825737, -0.01650541089475155, -0.01834111660718918, -0.06699848175048828, 0.06366506218910217, -0.0756392553448677, 0.062266528606414795, 0.04891648888587952, -0.05406459420919418, -0.010853622108697891, 0.010210417211055756, 0.0301575...
0.072942
bindings, and the root DM reverts to a normal Hermes chat. Existing topics in Telegram aren't deleted — they just stop being gated as independent sessions. Re-run `/topic` later to turn it back on. If you need to clean up by hand (e.g. a bulk reset across many chats), remove the rows directly: ```bash sqlite3 ~/.hermes...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/telegram.md
main
hermes-agent
[ -0.0027012238278985023, -0.05890714377164841, 0.03256985917687416, -0.020057769492268562, -0.020133735612034798, -0.10808545351028442, 0.04862809181213379, -0.10072672367095947, 0.042548250406980515, 0.09315397590398788, -0.000587621470913291, 0.05284615233540535, 0.015622569248080254, 0.0...
0.052853
last number (`5`) is the `thread\_id`. The `chat\_id` for supergroups is the group ID prefixed with `-100` (e.g., group `1234567890` becomes `-1001234567890`). ::: ## Recent Bot API Features - \*\*Bot API 9.4 (Feb 2026):\*\* Private Chat Topics — bots can create forum topics in 1-on-1 DM chats via `createForumTopic`. H...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/telegram.md
main
hermes-agent
[ -0.07072599977254868, -0.063924141228199, -0.02618732675909996, -0.004673130344599485, 0.014240376651287079, -0.034758567810058594, 0.026763183996081352, -0.02973613142967224, 0.014846340753138065, 0.07608804106712341, 0.021428417414426804, -0.044634342193603516, 0.046332888305187225, 0.03...
0.117868
rather suppress those (long `/tools` output, agent reply that mentions ten links, etc.): ```yaml gateway: platforms: telegram: extra: disable\_link\_previews: true ``` When enabled, Hermes attaches Telegram's `LinkPreviewOptions(is\_disabled=True)` to every outgoing message and falls back to the legacy `disable\_web\_p...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/telegram.md
main
hermes-agent
[ -0.04663112014532089, -0.011123795993626118, 0.020949099212884903, 0.0487532913684845, 0.004285304341465235, -0.0652962252497673, 0.022416306659579277, -0.04639965295791626, -0.03323053568601608, 0.022979440167546272, 0.01997661404311657, -0.011823149397969246, 0.04988856986165047, 0.02291...
0.042936
users can only run these slash commands. # /help and /whoami are always allowed so users can see their access. user\_allowed\_commands: - status - model - history # Optional: separate admin/command lists for groups group\_allow\_admin\_from: - "123456789" group\_user\_allowed\_commands: - status ``` \*\*Behavior:\*\* -...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/telegram.md
main
hermes-agent
[ -0.04235413670539856, -0.08729798346757889, -0.051464833319187164, 0.017147501930594444, -0.05878937616944313, -0.020379139110445976, -0.01912057027220726, -0.004502222407609224, -0.03677806630730629, 0.0395331010222435, 0.08643177896738052, -0.05599813163280487, -0.013122070580720901, 0.0...
0.101853
`https\_proxy` / `http\_proxy` / `all\_proxy` (lowercase variants) ### Configuration Set the proxy in your environment before starting the gateway: ```bash export HTTPS\_PROXY=http://proxy.example.com:8080 hermes gateway ``` Or add it to `~/.hermes/.env`: ```bash HTTPS\_PROXY=http://proxy.example.com:8080 ``` The proxy...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/telegram.md
main
hermes-agent
[ -0.053148303180933, 0.02154102921485901, 0.03553052246570587, -0.040642015635967255, -0.0755714476108551, -0.09871707856655121, -0.010518117807805538, -0.019243696704506874, 0.04201855510473251, 0.027356641367077827, -0.0575835146009922, 0.010151478461921215, 0.06244947016239166, 0.0403469...
0.034011
command, it asks you for approval in the chat: > ⚠️ This command is potentially dangerous (recursive delete). Reply "yes" to approve. Reply "yes"/"y" to approve or "no"/"n" to deny. ## Interactive Prompts (clarify) When the agent calls the `clarify` tool — to ask which approach you prefer, get post-task feedback, or ch...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/telegram.md
main
hermes-agent
[ -0.1047680526971817, 0.01856761798262596, 0.0469416119158268, 0.017230959609150887, 0.03783081844449043, -0.07982048392295837, 0.06234736368060112, -0.026904476806521416, 0.1029057726264, 0.028841331601142883, -0.01558444369584322, -0.05581696704030037, 0.0002342680818401277, 0.03019161149...
0.142705
# Open WebUI Integration [Open WebUI](https://github.com/open-webui/open-webui) (126k★) is the most popular self-hosted chat interface for AI. With Hermes Agent's built-in API server, you can use Open WebUI as a polished web frontend for your agent — complete with conversation management, user accounts, and a modern ch...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/open-webui.md
main
hermes-agent
[ -0.08094830811023712, -0.023391298949718475, -0.029822425916790962, -0.0058127399533987045, -0.014927616342902184, -0.12774866819381714, -0.007531109265983105, -0.021172257140278816, 0.03774789720773697, -0.010375027544796467, -0.014690744690597057, -0.04857072979211807, -0.01731277815997600...
0.217395
sentence-transformer embedding models (~150MB) the first time it starts. Wait for `docker logs open-webui` to settle before opening the UI. ### 5. Open the UI Go to \*\*http://localhost:3000\*\*. Create your admin account (the first user becomes admin). You should see your agent in the model dropdown (named after your ...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/open-webui.md
main
hermes-agent
[ -0.03146769478917122, -0.02854193188250065, 0.0061927237547934055, 0.023914139717817307, 0.011407471261918545, -0.12065429240465164, -0.08227739483118057, 0.03338173031806946, 0.01757064275443554, -0.0060553294606506824, 0.03790798410773277, -0.09558774530887604, 0.009633848443627357, 0.08...
0.054972
stream to the UI\*\* so you can see what the agent is doing (e.g. `` `💻 ls -la` ``, `` `🔍 Python 3.12 release` ``) 5. The agent's final text response streams back to Open WebUI 6. Open WebUI displays the response in its chat interface Your agent has access to the same tools and capabilities as that API-server Hermes ...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/open-webui.md
main
hermes-agent
[ -0.07321970909833908, -0.03946719318628311, 0.005598009563982487, -0.019277311861515045, 0.023323114961385727, -0.13504855334758759, -0.05543142184615135, -0.05582743510603905, 0.04945876821875572, -0.0278177447617054, 0.04627897962927818, -0.04348144680261612, -0.016167543828487396, 0.027...
0.097045
as the model in Open WebUI. ### 1. Create profiles and configure API servers `API\_SERVER\_\*` are env vars, not YAML config keys, so write them to each profile's `.env`. Pick ports outside the default-platform range (`8644` is the webhook adapter, `8645` is wecom-callback, `8646` is msgraph-webhook), e.g. `8650+`: ```...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/open-webui.md
main
hermes-agent
[ -0.01155620627105236, 0.0029584327712655067, -0.06999579071998596, 0.0012023848248645663, -0.03212656453251839, -0.11172035336494446, -0.01803290657699108, 0.013398591428995132, -0.07046913355588913, -0.010932198725640774, 0.045133259147405624, -0.1024923175573349, 0.0744033008813858, 0.02...
0.009561
# Yuanbao Connect Hermes to [Yuanbao](https://yuanbao.tencent.com/), Tencent's enterprise messaging platform. The adapter uses a WebSocket gateway for real-time message delivery and supports both direct (C2C) and group conversations. :::info Yuanbao is an enterprise messaging platform primarily used within Tencent and ...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/yuanbao.md
main
hermes-agent
[ -0.10295811295509338, -0.03666768595576286, -0.03739471361041069, -0.028182759881019592, 0.01596786268055439, -0.07643406093120575, 0.012742369435727596, 0.03444388508796692, 0.007860971614718437, 0.01238768920302391, 0.02900381200015545, -0.07447636872529984, 0.007651165593415499, 0.01961...
0.185879
Use the `/sethome` command in any Yuanbao chat (DM or group) to designate it as the \*\*home channel\*\*. Scheduled tasks (cron jobs) deliver their results to this channel. :::tip Auto-sethome If no home channel is configured, the first user to message the bot will be automatically set as the home channel owner. If the...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/yuanbao.md
main
hermes-agent
[ -0.04562909156084061, -0.07658126950263977, -0.032193221151828766, -0.01181020773947239, -0.014110065065324306, -0.04338972643017769, 0.07985476404428482, 0.0027814568020403385, -0.03787870705127716, 0.037701938301324844, -0.008263638243079185, -0.10442327708005905, 0.02211206965148449, 0....
0.109731
settings 3. Ensure stable network connection to Yuanbao API 4. Consider enabling verbose logging: `HERMES\_LOG\_LEVEL=debug` ## Access Control Yuanbao supports fine-grained access control for both DM and group conversations: ```bash # DM policy: open (default) | allowlist | disabled YUANBAO\_DM\_POLICY=open # Comma-sep...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/yuanbao.md
main
hermes-agent
[ -0.021190475672483444, -0.008169261738657951, -0.03811502084136009, 0.001829210901632905, 0.010544667951762676, -0.0632430911064148, 0.032115641981363297, -0.03926684334874153, -0.05191190168261528, 0.04814992845058441, 0.05857697129249573, -0.06952812522649765, 0.006634644232690334, 0.000...
0.105015
# Microsoft Teams Setup Connect Hermes Agent to Microsoft Teams as a bot. Unlike Slack's Socket Mode, Teams delivers messages by calling a \*\*public HTTPS webhook\*\*, so your instance needs a publicly reachable endpoint — either a dev tunnel (local dev) or a real domain (production). Need meeting summaries from Micro...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/teams.md
main
hermes-agent
[ -0.058202262967824936, -0.020156584680080414, -0.013903174549341202, 0.022011108696460724, -0.03507056087255478, -0.10157138854265213, -0.01853952556848526, -0.06081119179725647, 0.04738728329539299, 0.05841892212629318, -0.05334179103374481, -0.06470530480146408, 0.02639051340520382, 0.06...
0.114665
`TEAMS\_HOME\_CHANNEL` | Conversation ID for cron/proactive message delivery | | `TEAMS\_HOME\_CHANNEL\_NAME` | Display name for the home channel | | `TEAMS\_PORT` | Webhook port (default: `3978`) | ### config.yaml Alternatively, configure via `~/.hermes/config.yaml`: ```yaml platforms: teams: enabled: true extra: clie...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/teams.md
main
hermes-agent
[ -0.02157384343445301, 0.05430825054645538, -0.05833977460861206, -0.05096246302127838, 0.014709278009831905, -0.05795544385910034, 0.011526807211339474, -0.05108505114912987, 0.021044230088591576, 0.026086488738656044, 0.029791004955768585, -0.05868850275874138, 0.014222143217921257, 0.036...
0.093392
to find it | | Tunnel URL changes on restart | devtunnel URLs are persistent if you use a named tunnel (`devtunnel create hermes-bot`). ngrok and cloudflared generate a new URL each run unless you have a paid plan — update the bot endpoint with `teams app update` when it changes | | Teams shows "This bot is not respond...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/teams.md
main
hermes-agent
[ -0.10394605994224548, -0.02745559997856617, -0.04791118577122688, -0.008694360964000225, -0.014711542055010796, -0.04107426851987839, -0.07129544019699097, -0.07133011519908905, 0.0751786008477211, 0.10843438655138016, -0.005696224048733711, -0.0358552485704422, 0.01858356036245823, 0.0316...
0.064653
# Mattermost Setup Hermes Agent integrates with Mattermost as a bot, letting you chat with your AI assistant through direct messages or team channels. Mattermost is a self-hosted, open-source Slack alternative — you run it on your own infrastructure, keeping full control of your data. The bot connects via Mattermost's ...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/mattermost.md
main
hermes-agent
[ -0.07050302624702454, -0.043725959956645966, -0.01959359087049961, 0.023491207510232925, -0.007681014481931925, -0.08817222714424133, -0.03319109231233597, 0.04957153648138046, -0.006563717965036631, 0.05090390890836716, 0.0050772433169186115, -0.06948700547218323, 0.011583288200199604, 0....
0.209719
account settings. Never share your token publicly or commit it to Git — anyone with this token has full control of the bot. ::: Store the token somewhere safe (a password manager, for example). You'll need it in Step 5. :::tip You can also use a \*\*personal access token\*\* instead of a bot account. Go to \*\*Profile\...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/mattermost.md
main
hermes-agent
[ -0.06843775510787964, -0.0838717371225357, -0.03163694962859154, 0.00834669079631567, -0.044158630073070526, -0.08949007838964462, 0.0044309902004897594, 0.030377885326743126, 0.025606773793697357, 0.0590280145406723, -0.01193438284099102, -0.06494048982858658, 0.08855605125427246, 0.00364...
0.083476
this to your `~/.hermes/.env`: ```bash MATTERMOST\_HOME\_CHANNEL=abc123def456ghi789jkl012mn ``` Replace the ID with the actual channel ID (click the channel name → View Info → copy the ID). ## Reply Mode The `MATTERMOST\_REPLY\_MODE` setting controls how Hermes posts responses: | Mode | Behavior | |------|----------| |...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/mattermost.md
main
hermes-agent
[ -0.006132563576102257, -0.058249231427907944, 0.030911365523934364, 0.04550883173942566, -0.025850467383861542, -0.05973996967077255, 0.06221439316868782, -0.01913435198366642, 0.06400486081838608, 0.008002652786672115, -0.05212933570146561, -0.06319887191057205, 0.03939507156610489, -0.00...
0.070865
(include `https://`, no trailing slash). Check that `MATTERMOST\_TOKEN` is valid — try it with curl: ```bash curl -H "Authorization: Bearer YOUR\_TOKEN" \ https://your-server/api/v4/users/me ``` If this returns your bot's user info, the token is valid. If it returns an error, regenerate the token. ### Bot is offline \*...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/mattermost.md
main
hermes-agent
[ -0.020632505416870117, -0.018546108156442642, -0.005134060047566891, -0.029463348910212517, -0.0192666444927454, -0.08645644038915634, -0.1010255515575409, -0.028934627771377563, 0.02585792727768421, 0.042101792991161346, -0.01998000219464302, -0.0325508676469326, 0.022754592821002007, -0....
0.083065
# Discord Setup Hermes Agent integrates with Discord as a bot, letting you chat with your AI assistant through direct messages or server channels. The bot receives your messages, processes them through the Hermes Agent pipeline (including tool use, memory, and reasoning), and responds in real time. It supports text, vo...
https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/messaging/discord.md
main
hermes-agent
[ -0.05326644331216812, -0.061341430991888046, 0.004352514632046223, 0.022794310003519058, 0.00682961568236351, -0.06777103990316391, 0.035687584429979324, -0.01947220042347908, 0.07547621428966522, 0.03485860675573349, -0.005682713817805052, -0.07873991876840591, 0.04582025110721588, -0.015...
0.215386