2026-07-08 14:24:20 +08:00
# guard/ — loop-hygiene guard family
2026-07-26 05:03:53 +08:00
English | [中文 ](README.zh.md )
2026-07-30 03:40:42 +08:00
Behavioral guard plugins watch the agent loop for unproductive patterns and enforce per-call budgets. A guard is a self-contained consumer of core seams, not a swappable capability.
2026-07-08 14:24:20 +08:00
| Package | Role | ctx key |
|---|---|---|
2026-08-04 00:54:19 +08:00
| [`repeat-tool-guard/` ](repeat-tool-guard/README.md ) | Advisory reminders for repeated tool calls | listens on tool and agent events |
2026-07-30 03:40:42 +08:00
| [`timeout-policy/` ](timeout-policy/README.md ) | Arms per-call tool deadlines as deployment policy | registers a `tools/execute` listener |