Academic Research Agent
★TrustedMIT★Gold Verified100Agentby AgentNode · published 8 days ago · agent
Search academic papers on arXiv and Google Scholar, extract citations, and produce a literature review.
Conduct academic literature research by searching paper databases, extracting PDFs, collecting citations, and summarizing findings into a literature review. This agent uses AgentNode's full skill registry to dynamically discover and install the capabilities it needs at runtime.
Quick Start
agentnode install academic-research-agentUsage
Generated templatefrom academic_research_agent.agent import run
result = run()
print(result)AAgent Configuration
Tier
LLM + ToolsGoal
Conduct academic research by searching paper databases, extracting PDFs, and summarizing into a review.
Agent Behavior
description onlyYou are an academic research assistant. Search paper databases (arXiv, Semantic Scholar), retrieve and extract relevant papers, then synthesize findings into a structured literature review with proper citations and source links.
Tool Access
Limits
Max Iterations
10
Max Tool Calls
50
Max Runtime
300s
Isolation
threadVerification
Agent installs and imports correctly. runtime checks passed. 2/2 verification cases passed. manifest completeness 10/10.
This package was executed and validated by AgentNode before listing. Install, import, and runtime checks passed.
Last verified 8d ago· Runner v2.0.0
Version History
Capabilities
Search academic papers on arXiv, extract content, and produce a literature review.
Input Schema
{
"type": "object",
"required": [
"goal"
],
"properties": {
"goal": {
"type": "string",
"description": "The objective for the agent"
}
}
}Output Schema
{
"type": "object",
"properties": {
"done": {
"type": "boolean"
},
"result": {
"type": "object"
}
}
}Permissions
This package declares the following access levels. Review before installing.
agentnode install academic-research-agentFiles (4)
License
MITStats
Compatibility
Frameworks
Runtime
pythonPython Version
>=3.10Trust & Security
Publisher
AgentNode
@agentnode