Leo

Results 117 comments of Leo

@rbren @li-boxuan what do you think of this method to transition?

> LGTM! it causes the lint workflow to fail right now 🤔

I've pushed a patch for transition. It only checks the modified files from the commits.

agree. The better method is to let users know how to install these dependencies in our [documentation](https://opendevin.github.io/OpenDevin/). like list all needed softwares and minimum version and attach the official installation...

you can upgrade your litellm version to solve it Like: ```bash pip install litellm==1.35.31 # or just pip install litellm --upgrade ```

should we dense the messages or swap a portion to long-term memory instead of truncating them directly?

is the reset equal to finish? if so, we only need to adjust the behavior to continue the current task.

@rbren okay, i'll handle it tomorrow.

> Hi @iFurySt , I'm just looking through the backlog and was just wondering what you'd like to do with this PR? Fix the conflicts? Close and possibly do in...

IMHO, the continue behavior can be implicitly embedded in sending a message. it will be more natural for UX. WDYT?