Skip to content
Lifebase Docs
Pricing
English

Set up Hermes

Install and configure Hermes separately before connecting it to Lifebase. Its model provider account and usage costs are separate from your Lifebase license. The commands below configure Lifebase integration; they do not install Hermes or authenticate it.

The steps below connect an already working Hermes installation to Lifebase. The optional Hermes setup service covers agent installation, AI connection, a Discord bot and a mobile gateway. The fee is for setup work, not the open-source software. You provide an OS-ready computer and an AI account; support is offered in Korean.

Sending a bot a request from your phone is different from syncing notes. See using multiple devices for the distinction.

터미널 창
lifebase status
lifebase agent status --tool hermes

Confirm that the connected folder is the vault you intend to use. If it was moved or copied, link its current location first.

터미널 창
lifebase agent setup --tool hermes --dry-run

The preview shows the proposed configuration change without writing it. Setup registers the installed vault’s skill directory with Hermes. Read the diff, then apply it:

터미널 창
lifebase agent setup --tool hermes

Check the preview to make sure your existing settings are retained before applying the change. Setup creates a backup first. Repeating setup does not add duplicate skill paths.

Skill discovery and working directory are separate settings. To make Hermes Gateway start from Lifebase, preview and apply the explicit option:

터미널 창
lifebase agent setup --tool hermes --set-vault-working-directory --dry-run
lifebase agent setup --tool hermes --set-vault-working-directory

This sets Hermes’s terminal.cwd to the vault. Direct setup without the flag does not change that setting. During interactive agent setup, Use Lifebase as the default path for Hermes Gateway starts selected; uncheck it if you want to keep your existing working directory.

For a nonstandard Hermes config file, use its actual absolute path:

터미널 창
lifebase agent setup --tool hermes --config /absolute/path/to/config.yaml --dry-run

Use the same --config path when applying the change and checking status.

Run agent status again, then start a Hermes session in the vault and ask it to read AGENTS.md. Confirm that it can find the Lifebase onboarding skill. If configuration fails, inspect the reported file or YAML error before retrying; do not replace unrelated Hermes settings with a sample configuration.

Connecting Hermes does not by itself register the required daily maintenance job. Onboarding verifies whether the current runtime can register and test that job.