-
Notifications
You must be signed in to change notification settings - Fork 42
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
Expose agent persistence for server users #249
Conversation
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.
Thanks @joshmeek! Very cool to have a new member of the UI team 😉 and it'll be great to have agents in server.
A few suggested changes but my main concern is that agent_id seems to be breaking the Flow Run page in Cloud (tried in dev and staging).
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.
One small suggestion then looks good to me @joshmeek. I'll let @znicholasbrown do a final review.
Co-authored-by: Jenny G <[email protected]>
Hm, I'm still unable to visit flow run pages with this, getting:
Getting the same with both Server and Cloud (prod). Should I be testing this in a different environment? It looks like agent stuff was released with Server 4 days ago. |
@znicholasbrown that was a minor bug, I'm about to release the fix in one minute. |
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.
LGTM @joshmeek 🎉
PR Checklist:
CHANGELOG.md
Describe this PR
This PR exposes the agents tile and page for users of server. It also improves some of the information displayed on the cards in the agent page. Submitted flow runs will now display the ID of the agent that submitted them and links back to the agent page.
The agents page will now function much better after PrefectHQ/server#95 is released.
@zhen0 @znicholasbrown Do you usually include screenshots in PRs? I can attach some if needed