Add Hermes Agent example (daily-triage) + primitives matrix column#141
Merged
Merged
Conversation
- examples/hermes/daily-triage.md: report-only cron + chained-fix pattern using hermes cron / --skill / --deliver / --workdir + delegate_task for the maker/checker split. - docs/primitives-matrix.md: new Hermes column for the primitives table, scheduling quick reference, skill packaging, sub-agent patterns, and copy-paste starters. - docs/adopters.md: Hermes Agent (Nous Research) row (L1, Daily Triage).
Owner
|
Thanks @jiaobotao for contributing an adopter listing — visible, reviewable PRs like this grow the reference for everyone. What happens next
More ways to help — loop-engineering maintainers |
This was referenced Jul 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
examples/hermes/daily-triage.md— Hermes Agent (by Nous Research) implementation of the Daily Triage pattern:hermes cron create+--skill loop-triage+--deliver localhermes cron edit --context-from(upstream job's stdout injected into downstream job's prompt)delegate_task(role='leaf', toolsets=[...])POST /hooks/agentdocs/primitives-matrix.md— new Hermes column across the primitives table, scheduling quick reference, skill packaging, sub-agent patterns, and copy-paste starters. Title/intro updated to eight tools.docs/adopters.md— Hermes Agent row (L1, Daily Triage).Why
Hermes ships all six loop primitives (cronjob / skill / STATE / delegate_task / MCP / memory) in a single binary — a natural fit for the reference matrix. No
loop-init --tool hermesyet; this PR is the "manual copy" bridge, same phase OpenClaw was in before its own starter kits landed.Two Hermes-specific angles worth calling out that surfaced during the write-up:
--workdirinjects that directory'sAGENTS.md/CLAUDE.md/.cursorrulesinto the job's system prompt and pins the terminal cwd — cross-project loop isolation without agit worktreeper run.hermes cron edit --context-from <upstream-job-id>turns a two-job pipeline into a maker/checker chain: the upstream job's most recent completed stdout is injected into the downstream job's prompt on every tick.Test
hermes cron/hermes skills/delegate_taskcommands verified against the current Hermes CLI (hermes cron create --help,hermes skills --help).examples/hermes/daily-triage.mdresolve to files that exist in this repo (../../docs/primitives-matrix.md,../../docs/safety.md,../../patterns/daily-triage.md,../../resources/sources.md,../../starters/minimal-loop/STATE.md.example,../../templates/SKILL.md.loop-triage).Checklist
.examplesuffix (references upstreamstarters/minimal-loop/STATE.md.example)docs/safety.md