Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show all actions in the message window #5190

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from
Draft

Show all actions in the message window #5190

wants to merge 10 commits into from

Conversation

rbren
Copy link
Collaborator

@rbren rbren commented Nov 21, 2024

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 friendly description for your change below
    CHANGELOG: A message is shown every time the agent runs a command

Give a summary of what the PR does, explaining any non-trivial design decisions

This shows a chat message every time the agent takes an action, including running commands, python, and reading and writing files (the latter two don't really seem to happen--I think the agent always uses python)

Details are hidden by default but can be shown with a click.

At first the message says e.g. "running a bash command", but changes to "ran a bash command" once the output is observed

Screenshot 2024-11-21 at 4 13 06 PM

Nov-21-2024 16-11-37


Link of any specific issues this addresses


To run this PR locally, use the following command:

docker run -it --rm   -p 3000:3000   -v /var/run/docker.sock:/var/run/docker.sock   --add-host host.docker.internal:host-gateway   -e SANDBOX_RUNTIME_CONTAINER_IMAGE=docker.all-hands.dev/all-hands-ai/runtime:ab35d60-nikolaik   --name openhands-app-ab35d60   docker.all-hands.dev/all-hands-ai/openhands:ab35d60

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant