Ajeya95 commited on
Commit
318fcdf
·
verified ·
1 Parent(s): 573320c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 ResearchCopilot.enhanced_agents import EnhancedRetrieverAgent, EnhancedSummarizerAgent, EnhancedCitationAgent, SearchResult
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: