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.
To run the agent interactively in your terminal, use the following command:
adk run subagentsTo launch the agent's web interface, use:
adk web subagentsarxiv_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.