Robert Brennan

Results 1267 comments of Robert Brennan

Sorry looks like more merge conflict

Closing this--I think it's AI generated and it introduces a number of unwanted changes

Tried this out. This is the error I'm currently hitting: ``` ✔ Volume "opendevin_opendevin-volume" Created 0.0s ✔ Container opendevin-build Created 4.0s ✔ Container opendevin-frontend Created 0.1s ✔ Container opendevin-backend Created...

I'm going to close this one since we have a first pass at docker in now. But this was really helpful--thanks for putting it out there! And if you have...

@li-boxuan it would be awesome if you could run something like ``` REGENERATE_TEST_FILES=true poetry run python ./opendevin/main.py -i 10 -t "Write a shell script 'hello.sh' that prints 'hello'." -c "MonologueAgent"...

@amanape I think it'd be better if those keys just _weren't present_. (Honestly I expected `|| undefined` to work that way! 😬)

We're doing compression in the MonologueAgent already. This is mostly up to each Agent to implement. I think we'll want to put a "best practices" doc together for Agent design...

Similar idea, but I suppose a bit different 😄 Would love to see a new EfficientAgent that minimizes tokens!

@evrenyal OpenAI and Claude seem to be much more stable than ollama

I just triggered `'NoneType' object has no attribute 'request'` by having LLM_BASE_URL set, but not having ollama running Guessing it's an issue connecting to ollama from inside docker--LLM_BASE_URL might need...