Automated research paper discovery and knowledge compilation
Automated research paper discovery, curation, and knowledge compilation. Inspired by Elvis Saravia's (DAIR.AI) paper curation approach and Karpathy's LLM Knowledge Base pattern.
# Search across arXiv and Semantic Scholar
wikirecall papers search "transformer attention mechanisms"
# Search with result limit
wikirecall papers search "retrieval augmented generation" --limit 20
# Curate papers based on your config (topics, keywords, thresholds)
wikirecall papers curate
# Curate with custom topic filter
wikirecall papers curate --topics "LLM,agents,RAG"
# Ingest a specific paper by ID
wikirecall papers ingest arxiv-2301-07041
# Batch ingest from last curation run
wikirecall papers ingest --all
knowledge/ingestion-log.md to track what's been processedSet up your curation config in your scenario or use CLI flags: