-
Couldn't load subscription status.
- Fork 43
Feat/24 more verbose analyze process #25
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
base: master
Are you sure you want to change the base?
Feat/24 more verbose analyze process #25
Conversation
…e generating report
…e generating report
….com/rshayer95/Agent-Wiz into feat/24-more-verbose-analyze-process
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.
Removed Testing JSON input file.
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.
Kindly address the changes @rshayer95
|
Okay, will finalize the changes and submit back |
- Fixed timer to display smoothly without spamming multiple lines - Removed unnecessary comments for cleaner output - Reverted .env.sample change to original placeholder value (OPENAI_API_KEY=your_openai_api_key)
|
Made the fixes. Please review and let me know if anything missed. Otherwise, we are good to go |
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.
@rshayer95 the timer in your current implementation is not visible in the cli, can you please use tqdm instead?
|
ok |
Make the analyze process more verbose or add loading in CLI #24
Enhancements:
Added Timer for Process Execution: The analyzer CLI command now includes a timer that shows the elapsed time for task completion. This provides real-time feedback about the execution duration.
Improved User Feedback: The timer updates continuously on the same line during execution, reducing console clutter and offering a smoother experience. In case of errors or interruptions, the timer may appear on different lines temporarily.
Removed AgentChat_graph.json: This file, which was used solely for testing purposes, has been removed from the repository as it is no longer needed.
Description: