Daily Oura + Whoop ingestion to Postgres for Hugo's auto-regulated training/nutrition planning. Feeds the tools/health/ MCP module in mcp-unified-server.
Or install with pip: pip install health-metrics-service
README Excerpt
FastAPI backend for Hugo's personal health metrics dashboard. Ingests from Whoop (v2 API) + Oura, stores in Postgres, computes regulation signals, generates daily narration via Claude. ```bash docker compose up -d postgres uv sync --extra dev alembic upgrade head uvicorn src.health_metrics.main:app --reload --port 8000