Update agent.py
Browse files
agent.py
CHANGED
@@ -564,10 +564,10 @@ class EnhancedGAIAAgent:
|
|
564 |
|
565 |
# Initialize only the tools that are actually defined in the file
|
566 |
self.available_tools = [
|
567 |
-
extract_url_tool,
|
|
|
568 |
code_execution_tool,
|
569 |
generate_code_tool,
|
570 |
-
process_docs_urls_tool
|
571 |
]
|
572 |
|
573 |
# Create main coordinator using only defined tools
|
|
|
564 |
|
565 |
# Initialize only the tools that are actually defined in the file
|
566 |
self.available_tools = [
|
567 |
+
extract_url_tool,
|
568 |
+
process_docs_urls_tool,
|
569 |
code_execution_tool,
|
570 |
generate_code_tool,
|
|
|
571 |
]
|
572 |
|
573 |
# Create main coordinator using only defined tools
|