agent-chief-attention-guard
Installation
SKILL.md
Agent Chief — Local-First Attention Guard
Skill by ara.so — AI Agent Skills collection.
Agent Chief is a local-first attention management layer that sits between you and all your agents, alerts, and event sources. It uses a three-stage filtering engine (hard rules → similarity classifier → LLM judge) to decide whether to interrupt you, batch into a digest, dispatch to agents, or curate into memory. Everything runs locally with explainable decisions and zero telemetry.
Installation
# Quick demo (no config needed)
uvx agent-chief demo
# Install persistently
uv tool install agent-chief
# Or via pip
pip install agent-chief