Skip to content

IEEE-Computer-Nirma/AgentTriage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ADK Research Agent

A comprehensive research orchestration agent built with Google ADK. It uses a root_agent to coordinate multiple subagents, allowing you to search arXiv, parse PDFs, fetch citation graphs, search Semantic Scholar or Google, and look up conference submission rules all in one place.

How to Run

Run in Terminal

To run the agent interactively in your terminal, use the following command:

adk run subagents

Run on the Web

To launch the agent's web interface, use:

adk web subagents

Available Sub-Agents

  • arxiv_search_agent: Finds relevant papers on ArXiv.
  • pdf_parser_agent: Extracts and summarizes content from PDF URLs or local files.
  • citation_graph_agent: Maps backward and forward citations for papers.
  • semantic_scholar_search: Explores academic literature.
  • google_search_agent: Fetches recent news and discussions.
  • conference_rules_agent: Retrieves formatting constraints for major ML conferences.

About

Google-ADK based research agent

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%