Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import os
|
2 |
import inspect
|
3 |
from langchain_google_genai import ChatGoogleGenerativeAI
|
4 |
-
from
|
5 |
|
6 |
# (Keep Constants as is)
|
7 |
# --- Constants ---
|
|
|
1 |
import os
|
2 |
import inspect
|
3 |
from langchain_google_genai import ChatGoogleGenerativeAI
|
4 |
+
from GeneralAgent import AgenticAI
|
5 |
|
6 |
# (Keep Constants as is)
|
7 |
# --- Constants ---
|