-
Notifications
You must be signed in to change notification settings - Fork 51
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
Add goose versions to the UI #526
base: zaki/named_agents
Are you sure you want to change the base?
Conversation
@@ -61,6 +60,7 @@ let appConfig = { | |||
GOOSE_API_HOST: 'http://127.0.0.1', | |||
GOOSE_SERVER__PORT: 0, | |||
GOOSE_WORKING_DIR: '', | |||
GOOSE_AGENT_VERSION: '', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where is this set? (BTW this section can be dynamicaly replaced at build time when packaging it up)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
currently not set, but defaults to the "base" version of the app (from goose-server), which is what we want. There's probably a better way to do and happy for feedback on that (first time on the UI side)
not quite sure I follow if this is for dev time or run time selection? (would want to make sure this works how you want it to when you build it into an .app). Would there be multiple agents in the one binary? |
@michaelneale
we could set env vars for the different agent versions, or have a some sort of selection window pop up but that seems like a not so great experience. Maybe a keyboard shortcut would be better here to open up an agent selection window? Not sure that the best approach is, but happy to get feedback there (and also happy if the UI team wants to take this integration over, just wanted something quick to test out the agent version selections from the UI) |
This PR adds named agent versions to the UI. In the screen shot you'll see the current goose version into the bottom bar and an updated drop down menu to choose a version. Clicking on a version opens up a fresh chat window with the chosen agent version.
Happy to get feedback on this/hold it. This was mainly a POC for me to see if the named agents were working correctly and that the goose-server exposed the right data