Spaces:
Sleeping
Sleeping
Remove ipython as dependency
Browse files- agents/planner.py +0 -3
- requirements.txt +0 -1
agents/planner.py
CHANGED
|
@@ -50,6 +50,3 @@ supervisor = create_supervisor(
|
|
| 50 |
add_handoff_back_messages=True,
|
| 51 |
output_mode="last_message",
|
| 52 |
).compile()
|
| 53 |
-
|
| 54 |
-
with open("supervisor_graph.png", "wb") as f:
|
| 55 |
-
f.write(supervisor.get_graph().draw_mermaid_png())
|
|
|
|
| 50 |
add_handoff_back_messages=True,
|
| 51 |
output_mode="last_message",
|
| 52 |
).compile()
|
|
|
|
|
|
|
|
|
requirements.txt
CHANGED
|
@@ -2,7 +2,6 @@ fastapi>=0.115.12
|
|
| 2 |
geopy>=2.4.1
|
| 3 |
googlemaps>=4.10.0
|
| 4 |
gradio>=5.32.0
|
| 5 |
-
ipython>=9.3.0
|
| 6 |
langchain-community>=0.3.24
|
| 7 |
langchain-google-genai>=2.1.5
|
| 8 |
langchain-tavily>=0.2.0
|
|
|
|
| 2 |
geopy>=2.4.1
|
| 3 |
googlemaps>=4.10.0
|
| 4 |
gradio>=5.32.0
|
|
|
|
| 5 |
langchain-community>=0.3.24
|
| 6 |
langchain-google-genai>=2.1.5
|
| 7 |
langchain-tavily>=0.2.0
|