personal memory agent
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Auto-upgrade genai-prices on install for current model pricing

The genai-prices package provides token cost data that updates frequently
as providers change pricing. Adding --upgrade to the install target ensures
pricing stays current without manual intervention.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

+2
+2
Makefile
··· 10 10 .installed: pyproject.toml 11 11 @echo "Installing package in editable mode..." 12 12 pip install -e . 13 + @echo "Updating genai-prices to latest (for current model pricing)..." 14 + pip install --upgrade genai-prices 13 15 @touch .installed 14 16 15 17 # Install package in editable mode