Spaces:
Runtime error
Runtime error
Update app.py (#4)
Browse files- Update app.py (b5fc70aebe850896f43052a9f4057135d73ed793)
Co-authored-by: Adam Lag <[email protected]>
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
|
| 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
|