Chris commited on
Commit
9d3b3f4
·
1 Parent(s): 64e1704

Final 7.4.3

Browse files
Files changed (1) hide show
  1. src/app.py +1 -1
src/app.py CHANGED
@@ -24,7 +24,7 @@ logger = logging.getLogger(__name__)
24
  # Import our workflow
25
  from workflow.gaia_workflow import SimpleGAIAWorkflow, create_gaia_workflow
26
  from models.qwen_client import QwenClient
27
- from models.gaia_state import GAIAAgentState
28
 
29
  # Constants for Unit 4 API
30
  DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
 
24
  # Import our workflow
25
  from workflow.gaia_workflow import SimpleGAIAWorkflow, create_gaia_workflow
26
  from models.qwen_client import QwenClient
27
+ from agents.state import GAIAAgentState
28
 
29
  # Constants for Unit 4 API
30
  DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"