Files
ladill-care/deployment/care-device-agent/README.md
T
isaaccladandCursor e0a7a64d38
Deploy Ladill Care / deploy (push) Successful in 1m39s
Add clinical device registry, browser wedge scan, and local agent API.
Branch-scoped Care devices with hashed agent tokens, patient barcode lookup/labels, and provenance-aware vitals from a minimal device agent (Pro for agent hardware; wedge free).

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-17 14:28:46 +00:00

337 B

Care Device Agent (demo)

Minimal Node agent that authenticates with X-Care-Device-Token and posts heartbeats / stub vitals.

cp .env.example .env
# edit CARE_URL, DEVICE_TOKEN, CONSULTATION_UUID
FAKE_READING=1 npm start
# or one shot:
FAKE_READING=1 npm run once

See docs/devices.md in the Care repo for API details.