Coool2 commited on
Commit
1046fb1
·
verified ·
1 Parent(s): 6395478

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -450,7 +450,7 @@ class EnhancedGAIAAgent:
450
  5. ACT: Either request more information or provide the final answer
451
 
452
  Available specialist agents:
453
- - ResearchAgent: For web search, ArXiv research
454
  - AnalysisAgent: For document/image analysis using RAG
455
  - CodeAgent: For calculations and data processing
456
 
 
450
  5. ACT: Either request more information or provide the final answer
451
 
452
  Available specialist agents:
453
+ - ResearchAgent: For ArXiv scientific research and web search with content extraction
454
  - AnalysisAgent: For document/image analysis using RAG
455
  - CodeAgent: For calculations and data processing
456