Hey
@Son Mai, by default the dependencies are not included in the Flow storage. In this case, it should work though because you’re using LocalAgent and Local Storage. The issue here is that the script is running at a different place than you were expecting, which is why moving the location that the agent was run from worked. I think what you should do is package your Python project, then run
pip install -e .
, and this will add the project to the path