Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ from abc import ABC, abstractmethod
|
|
26 |
|
27 |
# Import enhanced agents with real API integrations
|
28 |
try:
|
29 |
-
from
|
30 |
ENHANCED_AGENTS_AVAILABLE = True
|
31 |
print("✅ Enhanced agents loaded successfully")
|
32 |
except ImportError:
|
|
|
26 |
|
27 |
# Import enhanced agents with real API integrations
|
28 |
try:
|
29 |
+
from enhanced_agents import EnhancedRetrieverAgent, EnhancedSummarizerAgent, EnhancedCitationAgent, SearchResult
|
30 |
ENHANCED_AGENTS_AVAILABLE = True
|
31 |
print("✅ Enhanced agents loaded successfully")
|
32 |
except ImportError:
|