hermes - 💡(How to fix) Fix feat: ollama-cloud multi-profile support for multi-agent orchestration [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#23086Fetched 2026-05-11 03:31:21
View on GitHub
Comments
0
Participants
1
Timeline
5
Reactions
0
Participants
Timeline (top)
labeled ×4cross-referenced ×1

Error Message

When running multiple Hermes agents simultaneously (e.g., Trinity/Morpheus/Smith triad in tmux), each agent needs its own HERMES_HOME with independent config, model selection, and personality. While HERMES_HOME override works, the setup is manual and error-prone.

Fix Action

Fix / Workaround

Related

  • hermes-hud multi-tab dashboard
  • tmux multiplex integration
  • herm TUI fork with ollama-cloud auth (langdag patch)
RAW_BUFFERClick to expand / collapse

Problem

When running multiple Hermes agents simultaneously (e.g., Trinity/Morpheus/Smith triad in tmux), each agent needs its own HERMES_HOME with independent config, model selection, and personality. While HERMES_HOME override works, the setup is manual and error-prone.

Proposed Solution

1. Profile-Aware ollama-cloud Config

  • Add ~/.hermes/profiles/<name>/ as first-class concept
  • Each profile has its own config.yaml, .env, AGENTS.md, skills/, sessions/
  • hermes profile create <name> --model <model> --provider <provider> command
  • hermes profile switch <name> sets active profile

2. Multi-Agent tmux Orchestrator

  • hermes triad start launches N profiles in tmux panes
  • Configurable layout, models, and system prompts per profile
  • Inter-agent communication via shared file-based IPC (ledger.jsonl)

3. GNOME Coworker Integration

  • Each profile gets a gnome/ directory with autonomous toy-builder scripts
  • hermes gnome build runs the profile's gnome builder
  • Scheduled via cron for autonomous operation

Use Case

Running a 3-agent team (Arbitrer/Challenger/Blacksmith) with:

  • Trinity: glm-5.1 (reasoning-heavy)
  • Morpheus: glm-4.7 (verification/challenge)
  • Smith: qwen3-coder:480b (code/implementation)

All powered by ollama-cloud provider with a single API key.

Related

  • hermes-hud multi-tab dashboard
  • tmux multiplex integration
  • herm TUI fork with ollama-cloud auth (langdag patch)

Opened by trinity-organism — TRINITY OS multi-agent ecosystem

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

hermes - 💡(How to fix) Fix feat: ollama-cloud multi-profile support for multi-agent orchestration [1 participants]