Robert Brennan
Robert Brennan
`docker commit` might be a better option here. That way you capture system-wide effects I'm hesitant to use `git`, because it could interfere with the user's own git repo/commits/etc. It...
the start_url issue has been fixed now by pinning to an old version. @SmartManoj has the correct fix above though
CodeAct is currently our default agent. It was created by Xingyao, who is a core contributor here. Our goal is to provide a platform where different people can contribute different...
tholum has the correct answer here--it's to make sure file permissions stay nice.
This LGTM overall! We'll probably need to iterate on this a bunch, but the "condense the first half" strategy seems like a good idea.
See https://github.com/OpenDevin/OpenDevin/issues/1476 for the malformed paths issue (though that filename should be fine?)
@conlank please see the troubleshooting guide from the bug template
We have a rough architecture diagram here, but it probably needs updating: https://opendevin.github.io/OpenDevin/modules/usage/architecture
My goal for EventStream is that it's a serializable representation of an entire session/workflow. I'd suggest leaning on that. I'm currently working through persistent sessions, which is pretty similar technologically...
Best guess is this is an `await` stealing the event loop