amatsarski commited on
Commit
8ac18cd
·
verified ·
1 Parent(s): 4325f07

Update agents/supervisor_router.py

Browse files
Files changed (1) hide show
  1. agents/supervisor_router.py +1 -1
agents/supervisor_router.py CHANGED
@@ -1,4 +1,4 @@
1
-
2
 
3
  AGENTS = ["news", "earnings", "market"]
4
 
 
1
+ from agents.graph_state import GraphState
2
 
3
  AGENTS = ["news", "earnings", "market"]
4