Carlos Freund

Results 39 comments of Carlos Freund

# Re-Test: Disable Cache and Keep user message Same setup as before, but on rev 6c456570b9d529cdd7348dcb3090630c287ec2c1 ``` 21:44:40 - openhands:DEBUG: logger.py:445 - Logging to /home/ubuntu/projects/MyOpenHands/logs/llm/25-04-23_21-38/response_003.log 21:44:40 - openhands:DEBUG: llm.py:619 -...

# Re-Test#2 Same setup but on rev. d00a99fbdbb681992069bd32685cfe9ff0048c13 only disable cache on the last message. ## Condenser uses Cache, does not write Cache `22:31:56 - openhands:INFO: caching_condenser.py:90 - Summarized 7...

# Test: Keep first messages ## Setup commit: cdbbc1e: Merge branch 'upstream-main' into condenser_experiment webapp, launch from vscode, docker-runtime ## Test After starting, I set a breakpoint in CodeActAgent.step, so...

> Perhaps no issue here, because these are event ids, and there are events in the event stream which are [not added](https://github.com/All-Hands-AI/OpenHands/blob/356cd9ff9f0f5696483e29f12dac577f0441e986/openhands/controller/agent_controller.py#L406) in agent's history, such as some AgentChangeObservation, irrelevant...

@csmith49 thanks for giving it a try. I can't say I like the results 😥. Something is clearly not working as planned. I would like to know what, because when...

ok. Its not **that** bad. ![image](https://github.com/user-attachments/assets/83f1548f-3d85-4c2b-a5fb-0a682a8ea89b) But still. 4 days.

> @happyherp I ran 2 instances just so we can look at them, attached: [claude-3-7-sonnet-run1.zip](https://github.com/user-attachments/files/19978607/claude-3-7-sonnet-run1.zip) @enyst I would love to take a look. The .zip seems to be broken(invalid-content). Can...

I made a fix for the problem of the summary staying at the end of the event-list. @csmith49 @enyst can you try again?

@enyst @csmith49 I am happy for any suggestions to get this merged. Because keeping this branch up to date is painful, because there are changes to the agent and condenser...

> Context sent to the LLM looked like this: > > system message > task / instructions > (recall action) - invisible to the LLM > (recall obs) - visible...