Hermes Agent Integration Guide

Hermes Agent integrates with Lingxi AI Plaza through the OpenAI Chat Completions protocol. Choose one of the configuration methods:

Configuration Method Guide
hermes model Interactive Wizard Wizard Configuration
config.yaml Manual Configuration Manual Configuration
Platform Private Deployment Managed Deployment

Common parameters for local integration:

  • Base URL: https://api.acedata.cloud/v1
  • Transport: chat_completions
  • Provider: custom:acedatacloud
  • API Key: Obtain from Application List

Both local methods ultimately write to ~/.hermes/config.yaml, do not configure it multiple times.

Return to Coding Plan Configuration Center.