# agent-supplements-rec
Curated supplement recommendations from scored biomarker data. Part of the [longevity CLI suite](https://github.com/199-biotechnologies/longevity-cli).
Consumes `labassess` JSON (via stdin) or reads `labstore` directly (read-only) and returns supplement recommendations ranked by biomarker evidence and red-flag priority. Products, brands, and evidence notes are embedded at build time via `include_str!`.
## Install
```bash
brew tap 199-biotechnologies/tap
brew install agent-supplements-rec
# or from source
cargo install --git https://github.com/199-biotechnologies/agent-supplements-rec
```
## Usage
```bash
# From a scored assessment piped in
# Or directly from labstore (patterns/red-flags not inferred in this mode)
agent-supplements-rec recommend --db patient-slug
# Browse the catalog
agent-supplements-rec list
agent-supplements-rec show vitamin-d3-5000
agent-supplements-rec search "magnesium"
agent-supplements-rec brands
agent-supplements-rec interactions vitamin-d3-5000 magnesium-glycinate
```
## Conventions
Same as the rest of the suite: JSON on stdout when piped, tables on TTY. Exit codes `0`/`1`/`2`/`3`. `agent-info` subcommand for capability discovery.
## License
Proprietary — Copyright (c) 2026 Boris Djordjevic, 199 Biotechnologies & Paperfoot AI (SG) Pte Ltd. All rights reserved.