Calvin Smith

Results 13 issues of Calvin Smith

**End-user friendly description of the problem this fixes or functionality that this introduces** - [ ] Include this change in the Release Notes. If checked, you must provide an **end-user...

**End-user friendly description of the problem this fixes or functionality that this introduces** - [ ] Include this change in the Release Notes. If checked, you must provide an **end-user...

**Summary** A memory condensation strategy that reduces the amount of information that must be processed by the agent. **Motivation** Long running sessions slow to a crawl! This is (in part)...

enhancement

**End-user friendly description of the problem this fixes or functionality that this introduces** - [ ] Include this change in the Release Notes. If checked, you must provide an **end-user...

Condensation (trimming events down before sending them to the LLM) happens in two contexts: 1. When a `ContextWindowExceededError` is thrown, the agent controller cuts the event history in half (see...

enhancement

**End-user friendly description of the problem this fixes or functionality that this introduces** - [ ] Include this change in the Release Notes. If checked, you must provide an **end-user...

The current memory condensers use the size of the history (i.e., the number of `Event` objects in the history) as a proxy for how much information is contained in the...

enhancement

- [ ] This change is worth documenting at https://docs.all-hands.dev/ - [ ] Include this change in the Release Notes. If checked, you **must** provide an **end-user friendly** description for...

## Description This PR fixes the issue with the "export conversation" button not working in Safari browsers. ## Problem The current implementation uses the File System Access API (`showSaveFilePicker`), which...

**What problem or use case are you trying to solve?** There are situations where it's handy to have multiple condensers simultaneously: the `BrowserOutputCondenser` is great for reducing costs when the...

enhancement