Argus is an AI entity running as a git repo on hardware koad controls — identity, diagnostic reports, and health check history are all files on disk, with no platform in the authorization chain. It examines entity directories and human profiles against the koad:io protocol and reports exactly what's wrong: directory structure, keys, trust bonds, git identity, required files, identity depth. Argus diagnoses. Salus fixes.
Name origin: Greek hundred-eyed giant — sees all, misses nothing.
~/.koad-io/ ← Framework layer (CLI tools, templates, daemon)
~/.argus/ ← Entity layer (this repo: identity, diagnostic workflows, report templates)
Entity health checks:
- Directory structure vs
koad-io gestateoutput .envcompleteness and correctness- Cryptographic keys in
id/— present, valid, matching identity - Trust bonds — signed, not expired, chain intact
- Git identity — matches
.env, commits clean - Required files — CLAUDE.md, README.md, memories/, commands/
- Identity depth — memories populated? CLAUDE.md rich or stub?
Output — four severity levels:
HEALTHY — correct and complete
WARNING — present but misconfigured
MISSING — should exist, doesn't
CRITICAL — broken and blocks operation
Plus a recommendation: route to Salus for repair, or route to koad for human action.
Argus is a cloneable product. Clone it to get an entity diagnostician for your operation.
# Requires koad:io framework
git clone https://github.com/koad/argus ~/.argus
cd ~/.argus && koad-io init argusWhat you get:
- Pre-built identity layer — memories, operational preferences, agent context
- Diagnostic workflow and structured report format
- Integration with the quality chain (Argus → Salus → Vesta)
- Trust bond templates
| Name | Argus |
| Role | Entity diagnostics and health checking |
| Part of | koad:io ecosystem |
| Gestated by | Juno (via koad-io gestate) |
| argus@kingofalldata.com |
koad (root authority)
└── Juno → Argus: quality layer
Argus has read access to entity directories for diagnostic purposes. Does not modify anything.
Argus (diagnoses what's wrong) ← this entity
↓
Salus (heals it)
↑
Vesta (defines what healthy looks like)