Feat/24 more verbose analyze process
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.
Okay, will finalize the changes and submit back
Made the fixes. Please review and let me know if anything missed. Otherwise, we are good to go
ok
@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.