hermes - 💡(How to fix) Fix Create hermes profile setup in deploy pipeline [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
NousResearch/hermes-agent#11531Fetched 2026-04-18 06:00:28
View on GitHub
Comments
0
Participants
1
Timeline
1
Reactions
0
Author
Participants
Timeline (top)
closed ×1
RAW_BUFFERClick to expand / collapse

Tested: hermes profile create <name> works and is required before hermes -p <name> chat. Deploy script creates sandboxes but the profile creation step uses a placeholder hermes profile create without proper config (provider, model, SOUL.md).

Needs:

  • Profile creation with provider/model config
  • Copy agent-specific SOUL.md into profile dir
  • Verify profile works with a ping test after creation

extent analysis

TL;DR

Modify the deploy script to include proper configuration for hermes profile create with provider and model settings, and copy the agent-specific SOUL.md into the profile directory.

Guidance

  • Update the deploy script to use hermes profile create with the required provider and model configuration to ensure profiles are created correctly.
  • Copy the agent-specific SOUL.md into the newly created profile directory to complete the profile setup.
  • Implement a ping test after profile creation to verify that the profile works as expected.
  • Review the hermes -p <name> chat command to ensure it functions correctly with the newly created and configured profiles.

Example

# Example of updated deploy script step
hermes profile create <name> --provider <provider> --model <model>
cp <agent-specific-SOUL.md> <profile-dir>/SOUL.md
hermes -p <name> ping  # Ping test to verify profile

Notes

The exact syntax for the hermes profile create command with provider and model configuration may vary and should be checked against the official documentation or help output of the hermes command.

Recommendation

Apply workaround: Modify the deploy script as described to ensure proper profile creation and configuration, allowing for successful use of hermes -p <name> chat. This approach directly addresses the identified issues with profile creation and configuration.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING