Agent Reliability And Change Management

Ship a change to a running agent without degrading it, and keep a long-running agent reliable. Covers gating every system-prompt or model change behind a broad eval run, rolling out in stages and watching for report spikes, treating the agent's reasoning or thinking state as an invariant a cache must not drop, giving a long run external queryable memory in place of a bigger context window, and putting deterministic limits on consequential actions. Use this when someone edits an agent's system prompt, rolls out a model change, runs an agent unattended for hours or days, sees quality drop with no code change, or designs guardrails for an agent that spends money or acts on the world. Trigger on "agent quality regressed," "system prompt change," "agent got worse after deploy," "long-running agent drifts," and similar. This is operating and changing a shipped agent; structuring it to crash and resume is durable-agent-architecture, and measuring it is build-agent-evals.

Hoja-Solutions Updated

File contents

Hoja-Solutions/agent-stdlib/tree/main/skills/agent-reliability-and-change-management commit f92aaa01d7

Frequently asked questions

npx skillmds@latest add hoja-solutions/agent-reliability-and-change-management