Agent-Wiz icon indicating copy to clipboard operation
Agent-Wiz copied to clipboard

Feat/24 more verbose analyze process

Open rshayer95 opened this issue 11 months ago • 4 comments

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:

  • The timer feature enhances user experience by visually displaying the time it takes for the analyzer command to execute, allowing for more efficient tracking of task performance.
  • The AgentChat_graph.json file has been removed, as it was only required for testing and is no longer relevant to the project.

rshayer95 avatar May 02 '25 02:05 rshayer95

Okay, will finalize the changes and submit back

rshayer95 avatar Oct 14 '25 16:10 rshayer95

Made the fixes. Please review and let me know if anything missed. Otherwise, we are good to go

rshayer95 avatar Oct 14 '25 17:10 rshayer95

ok

rshayer95 avatar Oct 27 '25 03:10 rshayer95

@Aaditya-G Added tqdm for the timer, please let me know if it is working as expected and if anything is missing. If everything's working as expected, we are good to go.

rshayer95 avatar Nov 11 '25 02:11 rshayer95