runtime error
Exit code: 1. Reason: Traceback (most recent call last): File "/app/app.py", line 8, in <module> from agent import build_graph File "/app/agent.py", line 30, in <module> docs = load_docs(INPUT_CSV) File "/app/agent.py", line 16, in load_docs with open(csv_path, newline="", encoding="utf-8") as f: ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'data_clean.csv'
Container logs:
Fetching error logs...