agent-ops

Installation
SKILL.md

Agent Ops — SRE for AI Agents

Quick Reference

Pattern Purpose
Cost Cap Hard-stop agent when spend exceeds budget
Circuit Breaker Halt after N consecutive failures
Stall Detector Kill agent stuck in loops
Health Dashboard Real-time agent metrics
Runbook Automated incident response

Cost Cap Pattern

Set maximum spend per session or per agent:

# Check current session cost
METRICS_FILE="$HOME/{{TOOL_DIR}}/metrics/costs.jsonl"
Related skills
Installs
1
GitHub Stars
9
First Seen
8 days ago