-
Notifications
You must be signed in to change notification settings - Fork 44.7k
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
feat(frontend): Show Agent Output on Monitor page #8501
feat(frontend): Show Agent Output on Monitor page #8501
Conversation
autogpt_platform/frontend/src/components/monitor/FlowRunInfo.tsx
Outdated
Show resolved
Hide resolved
autogpt_platform/frontend/src/components/monitor/FlowRunInfo.tsx
Outdated
Show resolved
Hide resolved
autogpt_platform/frontend/src/components/monitor/FlowRunInfo.tsx
Outdated
Show resolved
Hide resolved
autogpt_platform/frontend/src/components/monitor/FlowRunInfo.tsx
Outdated
Show resolved
Hide resolved
autogpt_platform/frontend/src/components/monitor/FlowRunInfo.tsx
Outdated
Show resolved
Hide resolved
autogpt_platform/frontend/src/components/monitor/FlowRunInfo.tsx
Outdated
Show resolved
Hide resolved
✅ Deploy Preview for auto-gpt-docs canceled.
|
This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request. |
Conflicts have been resolved! 🎉 A maintainer will review the pull request shortly. |
autogpt_platform/frontend/src/components/monitor/FlowRunInfo.tsx
Outdated
Show resolved
Hide resolved
autogpt_platform/frontend/src/components/monitor/FlowRunInfo.tsx
Outdated
Show resolved
Hide resolved
autogpt_platform/frontend/src/components/monitor/FlowRunInfo.tsx
Outdated
Show resolved
Hide resolved
autogpt_platform/frontend/src/components/monitor/FlowRunInfo.tsx
Outdated
Show resolved
Hide resolved
autogpt_platform/frontend/src/components/monitor/FlowRunInfo.tsx
Outdated
Show resolved
Hide resolved
This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request. |
Conflicts have been resolved! 🎉 A maintainer will review the pull request shortly. |
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.
I'm adding e623d16 to cleanup the hardcoded ID, since now we have two places where this is needed. Let me know if this is okay.
Otherwise looks good! Thanks for adding this!
By the way, why aren't we showing the agent input? It's equally useful.
The new library page does do this so I don't want to spend too much time on work that's going to be overwritten, but yeah it would also be very easy to add that button, good point! |
Background
There's no way to see Agent Outputs in Monitor, there are only on the Build page when running an agent.
Changes 🏗️
View Outputs
button to Agent runs in MonitorSheet
component used on the Build page to show results of Agent Output nodesTesting 🔍
Note
Only for the new autogpt platform, currently in autogpt_platform/