A central gateway that turns a pile of language models into a useful operations assistant instead of a chat toy.
What it does
It routes requests across several model providers, exposes a set of chat bots, and runs scheduled skills on a timer: infrastructure health checks, a daily briefing, reminders, and routine ops tasks. The agents reach the rest of the fleet over SSH using scoped, per-host keys.
Guardrails
The interesting part is keeping autonomous agents from doing something dumb. Access is scoped per host, destructive actions are gated behind confirmation, and there is a clear log of what ran and why. AI is used where the input is messy and judgment helps; plain scripts handle everything deterministic.