Hermes Agent's WeCom Callback is not an ordinary AI bot, but a route of "self-built application + callback reception" of Enterprise WeChat. It is suitable for teams that already have an enterprise WeChat application system and need fine-grained control over callback addresses and encryption configurations.
Which ones should be matched at least
The official documentation clearly lists it: WECOM_CALLBACK_CORP_ID, WECOM_CALLBACK_CORP_SECRET, WECOM_CALLBACK_AGENT_ID, WECOM_CALLBACK_TOKEN, WECOM_CALLBACK_ENCODING_AES_KEY are the core items, and there are also WECOM_CALLBACK_PORT and WECOM_CALLBACK_ALLOWED_USERS more commonly.
How to know which WeCom integration to use
- If you want to go online quickly, try the regular WeCom AI Bot first.
- You already have a custom WeChat application and message callback link, and then select Callback.
- If you need to manage callback verification, AES decryption, and Agent ID, you can use Callback.
In a word: WeCom Callback is more like enterprise WeChat application integration, not the most hassle-free starting solution, but more controllable.
Official open source address: https://github.com/NousResearch/hermes-agent; Official document entry: https://hermes-agent.nousresearch.com/.