Back to AI Q&A
How to configure Hermes Agent Yuanbao?

How to configure Hermes Agent Yuanbao?

AI Q&A Admin 346 views

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

  1. Run it through the official setup first to get the basic connection information.
  2. Check if all four core variables are present in the .env.
  3. Configure YUANBAO_HOME_CHANNEL so that cron and notifications have landing points.
  4. 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/.

Recommended Tools

More