Pattern Explorer
EXPLORER
EXPLORE PRODUCTION PATTERNS
每条公约 = 一个解决特定生产问题的工程组件。按分类过滤,或直接搜关键词。
STATE
检查点模式
Mid-task crash recovery: resume from where it died.
长任务中途挂了从哪恢复
STATE
STATE.md 跨运行状态管理
Cross-run memory: read before run, write after every step.
Read Before Run, Write After Every Step
QUALITY
进化闸门 G1-G5
G1-G5 weighted gate before any skill evolution ships.
五维加权评估、经验价值判定、回归对比、Deploy or Rollback
QUALITY
Maker/Checker 双角色分离
Separate generation from validation.
生成与验证不在同一个 Agent
AUTOMATION
控制流分离
Deterministic steps belong in code, not in prompts.
确定性代码 vs LLM 路由矩阵,能用代码的别用 LLM
AUTOMATION
Cron 任务设计模式
Idempotent, dedup-safe, silent-failure-proof scheduling.
幂等、防重复、防静默失败(含 Hermes 原生 Monitor 模式)
MEMORY
Memory OS
Five-layer memory architecture with vector/graph retrieval.
五层记忆架构、向量/图谱/RRF 检索、写侧纪律与每日复盘
RELIABILITY
成本护栏
Three-tier budget guardrail: warn, degrade, circuit-break.
三级预算响应(预警/降级/熔断)防止 token/API 调用失控
RELIABILITY
错误压缩模式
Compress failures so context never explodes.
将原始错误压缩为结构化摘要,防止 Agent 失焦
RELIABILITY
人工介入升级
Escalate to human when risk exceeds agent confidence.
高风险/低置信度/连续失败时升级到人工兜底
RELIABILITY
多 Agent 协作隔离
Namespace isolation and resource locks for parallel agents.
命名空间/文件锁/令牌桶防止资源竞争
EVOLUTION
数据驱动技能优化
Let real operational data drive skill iterations.
以真实运营数据驱动技能迭代,技能是活文档
EVOLUTION
Hermes 自更新安全流程
Safe agent self-update: backup, verify, roll back.
更新前备份、更新后验证、失败归因、可回滚
EVOLUTION
技能进化管理
Evolve skills v1 to v2 without breaking current users.
如何从 v1 升级到 v2,不破坏现有工作流
SECURITY
数据保留与隐私
PII redaction, retention periods, and auto-cleanup for agent state.
STATE.md/日志中的敏感信息清单、保留期限、自动清理
SECURITY
密钥管理
API keys, tokens and passwords: where to store, how to rotate.
API Key、Token、密码的存放和轮换规范
GUIDE
反面模式(Anti-Patterns)
A catalogue of production anti-patterns and their fixes.
生产中常见的 Hermes Agent 错误实践及纠正方案
GUIDE
Hermes 能力 × 生产模式映射
Map every Hermes capability to the right pattern.
2026-09 工具能力总览,把新能力对号入座到既有模式
GUIDE
模式组合指南
When to combine which conventions into a production stack.
何时使用哪个 Convention,以及如何组合
OBSERVABILITY
可观测性/决策追溯
Structured decision traces: why, confidence, alternatives.
结构化日志记录决策链路、置信度、备选方案