Update agent.py
Browse files
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
|
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 |
|