Skip to content

v0.1.0 — loop-designer

Latest

Choose a tag to compare

@magnus919 magnus919 released this 24 Jun 22:12

First public release of the loop-designer Hermes skill.

Autonomous agent loop design in 10 steps — from /goal to unattended cron loops with memory, verification, and fail-safe guardrails.

Distills Alex (@de1lymoon)'s 10-step roadmap into concrete Hermes Agent invocations.

What's included

  • 10-step procedure in 3 tiers: See the loop → Build the loop → Make it compound
  • Dedicated profile harness with tool-config pruning
  • goal_judge as independent grader + physical circuit breaker (repeat cap)
  • Maker/checker split via delegate_task
  • Append-only state log for concurrency-safe memory
  • Graduation threshold: 3 consecutive failures → skill_manage patch
  • Composition decision table: /goal vs kanban vs delegate_task
  • When Not to Use section with exclusion criteria
  • Syntax key distinguishing slash commands, tool calls, and config blocks
  • AGENTS.md for agent discovery