Want to run swe-bench on my langgraph framework - my framework needs to be installed as a module
Hey all, I've developed a langgraph agents framework, and I need to initially run
pip install -e .
to have my framework's local imports work properly on a new machine. I'd like to run the tests ideally in the cloud (e.g. E2B) - how can I make it so my framework is installed properly in the VPS/container?0 Replies