mokrane25 ALag commited on
Commit
a10eff0
·
verified ·
1 Parent(s): 71b4690

Update app.py (#4)

Browse files

- Update app.py (b5fc70aebe850896f43052a9f4057135d73ed793)


Co-authored-by: Adam Lag <[email protected]>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from models.task_prompt import TaskPrompt
9
  import time
10
  from llama_index.core import Settings as LlamaSettings # Import at top level
11
  from llama_index.llms.anthropic import Anthropic # Import at top level
12
- from manager_agent2 import ManagerAgent # Ensure this path is correct
13
  import concurrent.futures # For running blocking code in a separate thread
14
 
15
  # Load environment variables from .env file
 
9
  import time
10
  from llama_index.core import Settings as LlamaSettings # Import at top level
11
  from llama_index.llms.anthropic import Anthropic # Import at top level
12
+ from manager_agent import ManagerAgent # Ensure this path is correct
13
  import concurrent.futures # For running blocking code in a separate thread
14
 
15
  # Load environment variables from .env file