Leo
Leo
MergeSlice merges multiple slices without removing duplicates or shuffling the elements ```go result1 := lo.MergeSlice[int]([]int{1, 4, 7}, []int{2, 5, 8}, []int{3, 6, 9}) result2 := lo.MergeSlice[int]([]int{1}, []int{2, 5, 8}, []int{3,...
I reopen the PR from another branch, and process the conflict, the history messages is here: https://github.com/OpenDevin/OpenDevin/pull/121 @rbren @xingyaoww you can confirm the convention of building and pushing images. i...
I tried to interact with the FE and BE today, and i found the docker container will auto-recreate every time, I think it needs to be changed for more efficient...
fix DTO fields error for #153 
 
This PR only changes the String Literal of Action and Observation to the schema.ActionType and schema.ObservationType. but I opened the Black Formater, so the change seems like a lot. 😄
this PR includes: 1. FE support reconnecting the WS after closing or refreshing the page. 2. add /auth to get a JWT token for the server identifies the client, mainly...