Graham Neubig
cb72a06ca3
Fix mypy errors in storage directory ( #6809 )
...
Co-authored-by: openhands <openhands@all-hands.dev>
2025-02-19 10:52:49 +00:00
Rohit Malhotra
9ff15bf94f
Add selected branch to convo metadata ( #6773 )
2025-02-17 17:27:13 -05:00
sp.wack
ba599c7dd6
chore: Throw a 404 instead of returning defaults if settings does not exist ( #6704 )
2025-02-12 22:46:15 +04:00
Robert Brennan
f3b8bad09f
Fix file descriptor leak in S3FileStore ( #6486 )
...
Co-authored-by: openhands <openhands@all-hands.dev>
2025-01-28 11:47:37 -05:00
tofarr
c997495200
Fix S3FileStore / GoogleCloudFileStore directory list & deletion ( #6449 )
...
Co-authored-by: openhands <openhands@all-hands.dev>
2025-01-27 08:40:08 -07:00
tofarr
b19a33ccad
Fix: Filtering conversations with no created at ( #6414 )
2025-01-23 15:09:57 -07:00
chuckbutkus
2ff9ba1229
AWS necessary changes only ( #6375 )
...
Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
2025-01-23 13:10:11 -05:00
tofarr
b4d20e3e18
Feat: settings default ( #6328 )
...
Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
Co-authored-by: openhands <openhands@all-hands.dev>
2025-01-17 20:17:18 -07:00
Calvin Smith
a12087243a
Pydantic-based configuration and setting objects ( #6321 )
...
Co-authored-by: Calvin Smith <calvin@all-hands.dev>
Co-authored-by: Graham Neubig <neubig@gmail.com>
Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
2025-01-17 12:33:22 -07:00
tofarr
eff9e07272
Fix for issue with user id ( #6320 )
2025-01-16 20:33:36 +00:00
tofarr
e21cbf67ee
Feat: User id should be a str (Because it will probably be a UUID) ( #6251 )
2025-01-14 12:39:51 -07:00
Robert Brennan
4da812c781
Better handling of stack traces and exc_info ( #6253 )
2025-01-14 10:22:39 -05:00
tofarr
5a809c9b53
Feature: User id propagation ( #6233 )
2025-01-13 18:10:45 +00:00
tofarr
5b1dcf83a6
Fix for issue where S3FileStore does not delete directory objects ( #6231 )
2025-01-13 16:50:58 +00:00
tofarr
045ec2b95d
Fix: Timezone should be UTC ( #6225 )
2025-01-13 08:24:26 -07:00
Robert Brennan
8028e2c2dd
fix: handle binary data in GoogleCloudFileStore.write ( #6145 )
...
Co-authored-by: openhands <openhands@all-hands.dev>
2025-01-08 17:36:34 +00:00
tofarr
eaf4c610b2
Fix for delete conversation ( #6097 )
2025-01-07 08:25:45 -07:00
Robert Brennan
343b86429e
Retrieve GitHub IDs more efficiently ( #6074 )
...
Co-authored-by: openhands <openhands@all-hands.dev>
2025-01-06 19:22:52 +00:00
tofarr
e310f6b776
Feature - sort conversations by created at ( #6079 )
2025-01-06 09:07:53 -07:00
Robert Brennan
510c1644dd
Add bytes support to FileStore write operations ( #6019 )
...
Co-authored-by: openhands <openhands@all-hands.dev>
2025-01-03 16:30:25 -07:00
tofarr
a6d392322a
Fix conversation sorting and pagination ( #6014 )
...
Co-authored-by: openhands <openhands@all-hands.dev>
2025-01-03 19:35:20 +00:00
tofarr
50f821f9b9
Feat conversations CRUDS API ( #5775 )
...
Co-authored-by: openhands <openhands@all-hands.dev>
2025-01-02 16:09:08 -07:00
Robert Brennan
f846b31eb8
Remove TaskAction functionality ( #5959 )
...
Co-authored-by: openhands <openhands@all-hands.dev>
2025-01-02 15:11:45 +00:00
tofarr
d7a3ec69d9
Refactor to make FileConversationStore more extendable ( #5922 )
2024-12-30 11:51:56 -07:00
tofarr
4dd40049ab
Refactor ConversationStore to follow SettingsStore pattern ( #5881 )
...
Co-authored-by: openhands <openhands@all-hands.dev>
2024-12-30 09:05:04 -07:00
tofarr
500598666e
Feat: Allow checking multiple conversations running at the same time ( #5843 )
2024-12-26 23:46:54 +00:00
Robert Brennan
faf8b5829c
Fix for dying sessions/runtimes ( #5755 )
2024-12-23 16:00:05 +00:00
Robert Brennan
d646b2089d
Fix several async lockups ( #5734 )
2024-12-21 19:07:31 +00:00
Robert Brennan
73c38f1163
refactor: move session initialization from WebSocket to REST API ( #5493 )
...
Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: sp.wack <83104063+amanape@users.noreply.github.com>
2024-12-20 15:50:09 +00:00
tofarr
fe1bb1c233
Feat config server side store ( #5594 )
...
Co-authored-by: openhands <openhands@all-hands.dev>
2024-12-18 15:18:56 -07:00
tofarr
c7d89713e8
Feat socket io ( #5056 )
...
Co-authored-by: Robert Brennan <accounts@rbren.io>
Co-authored-by: Robert Brennan <contact@rbren.io>
2024-11-26 00:12:28 +00:00
Robert Brennan
641a15356f
Better AWS S3 storage support ( #4195 )
2024-10-03 22:53:46 +00:00
tofarr
31dbd3d02e
Fix google cloud session manager ( #3942 )
2024-09-19 06:28:10 -06:00
tofarr
8c4c3b18b5
Feat google cloud storage ( #3574 )
...
* Google cloud storage implementation
* Unit test refactor
2024-08-26 08:16:49 -06:00
Mahmood Alhawaj
6487175a31
refactored all relative paths to absolute paths ( #3495 )
2024-08-21 00:09:48 +08:00
Robert Brennan
01ae22ef57
Rename OpenDevin to OpenHands ( #3472 )
...
* Replace OpenDevin with OpenHands
* Update CONTRIBUTING.md
* Update README.md
* Update README.md
* update poetry lock; move opendevin folder to openhands
* fix env var
* revert image references in docs
* revert permissions
* revert permissions
---------
Co-authored-by: Xingyao Wang <xingyao6@illinois.edu>
2024-08-20 00:44:54 +08:00