Agentic Paper Digest When to use - Fetch a recent paper digest from arXiv and Hugging Face. - Produce JSON output for downstream agents. - Run a local API server when a polling workflow is needed. Prereqs - Python 3 and network access. - LLM access via or an OpenAI-compatible provider via + . - is optional for bootstrap; otherwise / (or Python) is used to download the repo. Get the code and install - Preferred: run the bootstrap helper script. It uses git when available or falls back to a zip download. - Override the clone location by setting . Run (CLI preferred) - Pass through CLI flags as…