Daily briefing
Collect selected sources, summarize changes, and produce a morning note.
From setup to repeatable work
Workflows should start narrow: one trigger, one workspace, one provider path, one safety boundary, and one observable output. Expand after the first version is boring and repeatable.
Agent Guide is an independent editorial resource. It is not affiliated with, endorsed by, or sponsored by Nous Research, Hermes Agent, or Hermes/Hermes brand owners. Product names and marks belong to their respective owners.
Collect selected sources, summarize changes, and produce a morning note.
Review diffs against project rules, then leave a draft summary for a human.
Monitor official docs, releases, issues, and community patterns for guide updates.
Handle Telegram or Discord workflows with scoped credentials and clear cutover rules.
Every workflow page should keep the trigger, inputs, boundary, output, and stop rule visible near the top.
Workflow: daily briefing
Trigger: manual first, scheduled later
Inputs: selected URLs or repositories
Boundary: Docker backend, read-only source access
Output: Markdown report
Stop rule: no outbound messages until reviewed
| Gate | Pass condition | Failure response |
|---|---|---|
| Manual run | The workflow succeeds once without automation. | Do not schedule it yet. |
| Boundary | Files, env vars, providers, and channels are named. | Move to Docker or narrow mounts before retrying. |
| Review step | A human can inspect output before external action. | Remove outbound actions or add an approval point. |
| Stop switch | The workflow can be disabled without deleting unrelated state. | Do not connect shared tokens or production cron. |
A narrow scheduled workflow with explicit inputs, reviewable output, and a stop switch.
A messaging workflow with allowlists, pairing, token scope, and cutover safety.
A Gmail, Drive, Calendar, or Docs workflow with account boundaries and human approval.
A second-brain workflow with vault boundaries and write-review rules.
A cautious use-case map for small teams before turning workflows into external automation.
| Source | Used for | Last checked | Confidence |
|---|---|---|---|
| Hermes Agent documentation | Hermes Agent feature scope, documentation structure, and official source navigation. | 2026-06-02 | high |
| MCP with Hermes Agent | MCP tool-surface, integration, and skill workflow safety context. | 2026-06-02 | high |
| Bundled skills catalog | Skill discovery, reuse, and audit guidance. | 2026-06-02 | high |
Known caveats: Hermes Agent is moving quickly. Treat commands and support status as current only as of the verification date, then check the official docs before changing production systems.
No. Run it manually first, then add a schedule only after inputs, outputs, boundaries, and stop rules are boring and repeatable.
Operator checklist
Receive the smoke-test order for install path, sandbox boundary, provider setup, source review, and production checks.