feat: add real-time monitoring dashboard for agentic workflows#3
Open
elyx-founder wants to merge 1 commit into
Open
feat: add real-time monitoring dashboard for agentic workflows#3elyx-founder wants to merge 1 commit into
elyx-founder wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hey everyone!
While working with the framework, I realized it was a bit hard to visualize what's happening behind the scenes when agents are running. To fix this, I’ve built a Real-Time Monitoring Dashboard using Streamlit and Plotly.
What I’ve added:
Performance Comparison: A live graph that shows the latency difference between standard PyTorch and Intel OpenVINO. It clearly shows how the optimized backend speeds up execution.
Live Agent Logs: A clean view to track what the agents (Research, Data, etc.) are doing in real-time without digging through terminal logs.
UI/UX: Kept the design clean and professional (Intel-themed) so it fits right into the project.
I’ve put all the UI logic in the dashboard/ folder to keep the main framework code clean. Tested it locally and it’s working great with the current agentic flows.
Looking forward to the feedback!

