init monlet repo with stage 0-2 (docs, contract, agent MVP)

This commit is contained in:
Stanislav Rossovskii
2026-05-26 16:41:27 +04:00
commit dcea096327
42 changed files with 3183 additions and 0 deletions

12
examples/heartbeat.json Normal file
View File

@@ -0,0 +1,12 @@
{
"agent_id": "host-01.prod",
"observed_at": "2026-05-26T12:00:00Z",
"hostname": "host-01.prod.example.com",
"version": "0.1.0",
"mode": "push_only",
"labels": {
"env": "prod",
"region": "eu-central-1",
"role": "api"
}
}