agent-persistence

Featured

Enable and explain the reusable human-in-the-loop gates used by persistent agent loops for destructive actions, false-positive overrides, and recovery escalation.

AI & Automation 201 stars 29 forks Updated today MIT

Install

View on GitHub

Quality Score: 91/100

Stars 20%
77
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
43
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Agent Persistence Use this driver to activate or understand the `agent-persistence` addon: ```bash aiwg use agent-persistence ``` The addon supplies deterministic gate definitions, not a replacement loop runtime. Compose it with `agent-loop` or another orchestrator that supports human checkpoints. ## Canonical gates - `destructive-action-gate.yaml` requires authorization before destructive work. - `false-positive-override-gate.yaml` records reviewed policy overrides. - `recovery-escalation-gate.yaml` escalates bounded recovery failures. Read the gate contract before integrating it, preserve its authorization boundary, and use the owning loop's status surface to verify activation. ## References - @$AIWG_ROOT/agentic/code/addons/agent-persistence/docs/hitl-integration.md - @$AIWG_ROOT/agentic/code/addons/agent-loop/skills/agent-loop/SKILL.md

Details

Author
jmagly
Repository
jmagly/aiwg
Created
1 years ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category