Skip to content

Hammadh7/research-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Literature Review agent

Core backend logic for a multi-agent literature-review assistant powered by the AutoGen AgentChat stack (β©Ύ v0.4).
This module coordinates a two-agent team to automatically search, filter, and summarize research papers from arXiv into a concise Markdown-formatted literature review.


πŸš€ Features

  • Automated Paper Discovery – Queries arXiv via the official arxiv Python API.
  • Agentic Workflow – Two collaborating LLM agents:
    • πŸ•΅οΈ Search Agent – Crafts queries, calls arXiv, and filters the results.
    • ✍️ Summarizer – Writes a structured Markdown review.
  • Portable – Self-contained design, easily embedded in:
    • Streamlit dashboards
  • Streaming Output – Yields conversation messages incrementally for real-time display.

πŸ“¦ Installation

  1. Clone the repository
  2. Install dependencies:

About

Used Autogen

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages