You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## TypeError: object dict can't be used in 'await' expression
3
+
4
+
This is a common mistake when defining the graph. The internals of `graphai` expect _all_ nodes to be defined with `async def`. When defining a node with `def` we will see this error:
5
+
6
+
```
7
+
Traceback (most recent call last):
8
+
File "/app/.venv/lib/python3.13/site-packages/graphai/graph.py", line 351, in execute
0 commit comments