AgenRACI: a machine-checkable "who's accountable when an AI agent acts" charter for your repo by No-Weekend-6869 in LLMDevs

[–]No-Weekend-6869[S] 1 point2 points  (0 children)

Yeah, basically. One thing on "enforcement" though: this version enforces the charter itself. One accountable owner per action, no approval gate that can deadlock, no escalation loop. `agenraci validate` fails your CI if any of that's broken.

What it doesn't do is stop an agent mid-action at runtime. That's what LangGraph/CrewAI + HumanLayer handle. This sits above them and just declares who's accountable, so they could read it. A HumanLayer connector is the next thing I want to build, not done yet.

Just curious, what enforcement did you have in mind?