Hermes Agent took over from Yuanbao, and the official documentation provided a relatively complete set of enterprise chat access solutions: prepare YUANBAO_APP_ID, YUANBAO_APP_SECRET, YUANBAO_WS_URL, and YUANBAO_API_DOMAIN. This line is suitable for teams that are already collaborating internally in the Tencent ecosystem.
Recommended order
- Run it through the official setup first to get the basic connection information.
- Check if all four core variables are present in the
.env. - Configure
YUANBAO_HOME_CHANNELso that cron and notifications have landing points. - If you want to tighten the permissions, make up for the
YUANBAO_ALLOWED_USERS.
It is different from ordinary chat platforms
The official documentation mentions that Yuanbao automatically handles media uploads, and the home channel also supports automatic settings. If you don't have a home channel, the first person to chat with you may be automatically set as the default delivery target, so it's best to set the official environment manually.
In a word: The key to Yuanbao is to add four connection parameters and a home channel, don't leave the default automatic settings to production and try your luck.
Official open source address: https://github.com/NousResearch/hermes-agent; Official document entry: https://hermes-agent.nousresearch.com/.