akrstova commited on
Commit
a50f297
·
1 Parent(s): 01ecb65

Remove ipython as dependency

Browse files
Files changed (2) hide show
  1. agents/planner.py +0 -3
  2. 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