All-Hands-AI / OpenHands

🙌 OpenHands: Code Less, Make More
https://all-hands.dev
MIT License
36.75k stars 4.18k forks source link

Make Agent Behavior customizable by modifying System Prompt #4924

Open RajWorking opened 5 days ago

RajWorking commented 5 days ago

What problem or use case are you trying to solve?

Generally people want to customize the agent's behavior. E.g. make fewer code comments, or more.

Describe the UX of the solution you'd like Users should be able to inject a few lines into the system prompt.

Do you have thoughts on the technical implementation? Maybe create a section in the navbar where user can type in any modifications to the system prompt that they like.

h55nick commented 4 days ago

My understanding is that https://github.com/All-Hands-AI/OpenHands/blob/main/.openhands_instructions should be doing this? It seems to work on the github-resolver work?