Commit
·
6f32e62
1
Parent(s):
ae3e5fb
fix
Browse files- __pycache__/agent.cpython-310.pyc +0 -0
- agent.py +1 -0
__pycache__/agent.cpython-310.pyc
CHANGED
Binary files a/__pycache__/agent.cpython-310.pyc and b/__pycache__/agent.cpython-310.pyc differ
|
|
agent.py
CHANGED
@@ -191,6 +191,7 @@ def build_graph(provider: str = "huggingface"):
|
|
191 |
try:
|
192 |
display(Image(graph.get_graph().draw_mermaid_png()))
|
193 |
except Exception:
|
|
|
194 |
# This requires some extra dependencies and is optional
|
195 |
pass
|
196 |
|
|
|
191 |
try:
|
192 |
display(Image(graph.get_graph().draw_mermaid_png()))
|
193 |
except Exception:
|
194 |
+
print('cant print the graph')
|
195 |
# This requires some extra dependencies and is optional
|
196 |
pass
|
197 |
|