Skip to content

LLM Based Agent to scrape recent AI developments from arxiv and summarize the latest research

License

Notifications You must be signed in to change notification settings

ayush7/arxiv-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arxiv-agent

LLM Based Agent to scrape recent AI developments from arxiv and summarize the latest research
A LLM based crawler/scraper for Arxiv to read the latest papers from arxiv.org and give a briefing for each new paper.

TO-DO

  • Website Scraper
  • PDF Links Extraction
  • PDF scraper
  • Support OpenAI calls
  • Support Gemini calls
  • Support Anthropic/Claude
  • ❓ Modifiable depth for crawler - Might not be needed as arxiv presents all newly released papers in a single page
  • Module for single Link Processing
  • Agents - From ground UP
    • ❗ Base structure
    • summarizer
    • post_writer
    • daily report
    • badmouth professor
  • Agents - Add CrewAI agents and experiment with it some of their tools
    • summarizer
    • post_writer
    • daily report
    • badmouth professor
  • ❓ Enable Local Models with Ollama - Partially done. Base code written - add prompt completion formats
  • Create Internal API
  • GUI - Maybe with streamlit
  • Dockerize
  • Maybe do this too
  • Add TTS with Cartesia API
  • Persistent RAG database with classic RAG techniques
  • Advanced RAG implementation with Colpali and GraphRAG

About

LLM Based Agent to scrape recent AI developments from arxiv and summarize the latest research

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages