Hermes Agent telemetry ingest ============================= POST /v1/telemetry Submit a telemetry package (JSON, optionally gzip). GET /v1/contract JSON Schema for the accepted envelope. GET /healthz Liveness. GET /readyz Readiness (storage reachability). Contract summary: the body must be a single JSON object of at most 1 MiB (decoded) with a non-empty string "schema_version" and a UUID "package_id". All other fields are opaque and stored verbatim. 202 means durably accepted (delete from your outbox); 400 means never retry; 429/5xx mean retry later with backoff. See https://github.com/NousResearch/telemetry for details.