CLI research assistant for paper discovery and analysis.
- PaperScout: ArXiv paper discovery with email notifications
- PaperLens: Local PDF analysis with similarity ranking
pip install alithia# Run PaperScout for daily paper recommendations
python -m alithia_agent --subagent paperscout
# Run PaperLens to analyze local PDFs
python -m alithia_agent --subagent paperlens --query "transformers" --pdf-path ~/papersConfiguration is stored in ~/.alithia/config.json. See the documentation for full configuration options.
MIT