-
Notifications
You must be signed in to change notification settings - Fork 168
Open
Open
Copy link
Labels
enhancementNew feature or requestNew feature or request
Description
Currently, when new settings are added to the SDK, they need to be manually added to the settings menus in the CLI and GUI. This results in a long time lag from when settings are implemented in the SDK to when they become available to users.
To fix this, we can do the following things:
- Add extra metadata to the SDK Pydantic data models for settings that specify all of the things that need to be known in order to programmatically generate a settings menu in the CLI and GUI.
- Implement programmatic settings page generation the CLI (https://github.com/OpenHands/OpenHands-CLI).
2a. We may also consider whether it is possible to programmatically generate slash commands that call specific API functions within the software agent SDK as well, such as the current one for context compression. - Implement programmatic settings page generation for the GUI. (https://github.com/OpenHands/OpenHands/tree/main/frontend)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request