personal memory agent
0
fork

Configure Feed

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

Add platformdirs dependency for get_journal() defaults

Required by get_journal() to determine platform-specific default
journal paths (e.g., ~/.local/share/solstone/journal on Linux).

🤖 Generated with [Claude Code](https://claude.com/claude-code)

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

+1
+1
pyproject.toml
··· 64 64 "psutil", 65 65 "tzlocal", 66 66 "python-slugify", 67 + "platformdirs", 67 68 68 69 # Audio processing 69 70 "soundcard",