hermes - 💡(How to fix) Fix [Feature]: Support for queueing goals (goal queue)

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…
RAW_BUFFERClick to expand / collapse

Problem or Use Case

Currently, Hermes Agent does not support queueing multiple goals. I am trying to work through a series of tasks (goals), but there's no way to queue up the next goal while the first is active. If I want Hermes to start a new objective after completing the current one, I have to manually set the next goal each time, which interrupts my workflow and makes longer chained tasks cumbersome.

Proposed Solution

Add support for queueing goals in Hermes Agent. For example, add a /queue-goal <text> command that allows users to stack additional goals while a goal is in progress. When the current goal completes or is cleared, Hermes should automatically promote and activate the next goal from the queue. The queue should persist across session restarts, and show pending items in /goal status.

Example workflow:

  • /goal Fix failing tests
  • /queue-goal Run the full test suite
  • /queue-goal Generate test coverage report

As each goal completes, the next automatically activates.

Alternatives Considered

Alternatives:

  • Manually set each goal after the prior goal completes (current approach, not scalable for longer task chains).

Why queueing is better: it reduces friction and automates chained objectives, making Hermes more powerful for power users and multi-goal projects.

Feature Type

CLI improvement

Scope

No response

Contribution

  • I'd like to implement this myself and submit a PR

Debug Report (optional)

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