Ray Myers
|
242664f81b
|
fix - Remove unmatched tool calls for Claude (#7597)
|
2025-04-01 10:45:04 -05:00 |
|
Calvin Smith
|
abaf0da9fe
|
fix: Context window truncation using CondensationAction (#7578)
Co-authored-by: Calvin Smith <calvin@all-hands.dev>
Co-authored-by: Graham Neubig <neubig@gmail.com>
|
2025-03-31 13:47:00 -06:00 |
|
Xingyao Wang
|
ac8b5e7934
|
[agent, browsing] Support viewing pdf and png/jpg via browser (#7457)
Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: Boxuan Li <liboxuan@connect.hku.hk>
|
2025-03-28 07:07:33 +00:00 |
|
Calvin Smith
|
42712a44d8
|
(fix): Condensation events to reconstruct contexts added to event stream (#7353)
Co-authored-by: Calvin Smith <calvin@all-hands.dev>
|
2025-03-27 13:16:31 -06:00 |
|
Rohit Malhotra
|
76c992e2df
|
[Feat]: Trigger microagents on agent keywords (#7516)
|
2025-03-27 13:58:37 -04:00 |
|
VS
|
1596a6cc62
|
fix: correct string concatenation in llm_summarizing_condenser.py (#7541)
|
2025-03-27 07:28:45 -07:00 |
|
Rohit Malhotra
|
0df87bfacc
|
[Feat]: Tell the agent the current date (#7509)
|
2025-03-27 01:23:12 -04:00 |
|
Engel Nyst
|
51fb1fae88
|
RecallObservations (#7292)
|
2025-03-17 03:18:22 +01:00 |
|
Engel Nyst
|
3f6c8a2338
|
Fix visual browsing (#7278)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2025-03-16 16:50:25 +01:00 |
|
Engel Nyst
|
cc45f5d9c3
|
Add RecallActions and observations for retrieval of prompt extensions (#6909)
Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: Calvin Smith <email@cjsmith.io>
|
2025-03-15 21:48:37 +01:00 |
|
Calvin Smith
|
3b955dd9d5
|
(fix): Improve formatting of summarizing LLM inputs (#7239)
Co-authored-by: Calvin Smith <calvin@all-hands.dev>
|
2025-03-13 10:21:29 -06:00 |
|
Robert Brennan
|
5128377baa
|
remove llamaindex (#7151)
Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
|
2025-03-11 22:28:56 +00:00 |
|
Rohit Malhotra
|
ac680e7688
|
[Fix]: Remove remaining hard coded refs to sessions store (#7176)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2025-03-10 15:07:01 -04:00 |
|
Aditya Bharat Soni
|
c76a659cde
|
Condenser for Browser Output Observations (#6578)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Rick van Hattem <wolph@wol.ph>
Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
Co-authored-by: Boxuan Li <liboxuan@connect.hku.hk>
Co-authored-by: sp.wack <83104063+amanape@users.noreply.github.com>
Co-authored-by: Xingyao Wang <xingyao@all-hands.dev>
Co-authored-by: tofarr <tofarr@gmail.com>
Co-authored-by: Xingyao Wang <xingyao6@illinois.edu>
Co-authored-by: Rohit Malhotra <rohitvinodmalhotra@gmail.com>
Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Akim Tsvigun <36672861+Aktsvigun@users.noreply.github.com>
Co-authored-by: Akim Tsvigun <aktsvigun@nebius.com>
Co-authored-by: mamoodi <mamoodiha@gmail.com>
Co-authored-by: OpenHands <opendevin@all-hands.dev>
Co-authored-by: Calvin Smith <email@cjsmith.io>
Co-authored-by: Calvin Smith <calvin@all-hands.dev>
Co-authored-by: Graham Neubig <neubig@gmail.com>
Co-authored-by: Peter Dave Hello <hsu@peterdavehello.org>
Co-authored-by: Ray Myers <ray.myers@gmail.com>
|
2025-03-04 16:28:33 -05:00 |
|
Engel Nyst
|
3d38a105cf
|
Add loading from toml for condensers (#6974)
Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: Calvin Smith <email@cjsmith.io>
|
2025-03-03 20:32:46 +01:00 |
|
Engel Nyst
|
0f07805a1b
|
Refactor to a helper class for the agent's history (ConversationMemory) (#7008)
Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: Calvin Smith <email@cjsmith.io>
|
2025-02-28 03:22:33 +01:00 |
|
Engel Nyst
|
8ad89e368a
|
Small rename to long term memory (#6914)
|
2025-02-24 23:35:16 +08:00 |
|
Engel Nyst
|
abac25cc4c
|
Keep the first user message by default in condensers (#6888)
|
2025-02-23 17:20:31 +01:00 |
|
Calvin Smith
|
74c942c911
|
fix: LLM summarization prompt handles user messages (#6837)
Co-authored-by: Calvin Smith <calvin@all-hands.dev>
|
2025-02-19 14:17:48 -07:00 |
|
Calvin Smith
|
81f2b08a89
|
fix: Avoid infinite loop with rolling condensers and history truncation (#6795)
Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: Calvin Smith <calvin@all-hands.dev>
|
2025-02-19 07:45:33 -07:00 |
|
Calvin Smith
|
e47aaba4ca
|
Improve performance of LLM summarizing condenser (#6597)
Co-authored-by: Calvin Smith <calvin@all-hands.dev>
Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
|
2025-02-05 03:26:15 +00:00 |
|
Boxuan Li
|
99d2d01e1a
|
Fix condensers registration (#6537)
|
2025-01-30 14:32:15 +01:00 |
|
Calvin Smith
|
36090ad8ff
|
enh: Organizing condenser implementations (#6529)
Co-authored-by: Calvin Smith <calvin@all-hands.dev>
|
2025-01-29 18:21:04 -07:00 |
|
Robert Brennan
|
4da812c781
|
Better handling of stack traces and exc_info (#6253)
|
2025-01-14 10:22:39 -05:00 |
|
Calvin Smith
|
6e4ff56934
|
feature: Condenser Interface and Defaults (#5306)
Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: Calvin Smith <calvin@all-hands.dev>
Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
|
2025-01-08 04:36:30 +08:00 |
|
Engel Nyst
|
ac5190c283
|
Add voyage ai embeddings (#5547)
|
2024-12-12 09:19:05 -08:00 |
|
Engel Nyst
|
eeb2342509
|
Refactor history/event stream (#3808)
|
2024-11-05 03:36:14 +01:00 |
|
Robert Brennan
|
98751a3ee2
|
Refactor of error handling (#4575)
Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
Co-authored-by: Xingyao Wang <xingyao@all-hands.dev>
Co-authored-by: Xingyao Wang <xingyao6@illinois.edu>
|
2024-11-04 23:30:53 +00:00 |
|
Engel Nyst
|
1638968509
|
History microfixes (#4728)
|
2024-11-04 16:37:22 +01:00 |
|
Xingyao Wang
|
da23189e4c
|
refactor: move get_pairs from memory to shared utils (#4411)
|
2024-10-15 19:31:49 +00:00 |
|
Robert Brennan
|
f60652dc5a
|
Hide hard-coded commands from the agent (#4330)
Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
Co-authored-by: sp.wack <83104063+amanape@users.noreply.github.com>
|
2024-10-14 20:40:22 +00:00 |
|
Engel Nyst
|
9d0e6a24bc
|
Refactor embeddings (#4219)
|
2024-10-05 18:59:08 +00:00 |
|
tofarr
|
4eaf28d7b1
|
Fix ctrl c not working during startup (#4155)
|
2024-10-02 11:05:00 +08:00 |
|
Engel Nyst
|
41a54378dc
|
Add delegates events to eval trajectories (#3881)
|
2024-09-16 14:10:42 -04:00 |
|
tobitege
|
03b5b03bb2
|
(enh) CodeActAgent: improve logging; sensible retry defaults in config (#3729)
* CodeActAgent: improve logging; sensible retry defaults for completion errors
* CodeActAgent: reduce completion error message sent to UI
* tweak values; docs+config template changes
* fix format_messages; log exception in codeactagent again
|
2024-09-05 18:14:15 +00:00 |
|
niliy01
|
89e1c4f29c
|
feat: add more embed models that Ollama supports recently (#3641)
Signed-off-by: Yi Lin <teroincn@gmail.com>
|
2024-08-30 07:58:01 -04: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 |
|