Conversation
Added a log command to display log files and open the log directory in the file manager based on the operating system.
Added performance tracking for each step in the agent's execution.
AkairoDev
added a commit
that referenced
this pull request
Jan 14, 2026
Step Execution Timing (agent.py): - Track individual step execution time with perf_counter() - Show cumulative total time for the entire run - Display timing info after each step completion Log Management (cli.py): - Add /log command in REPL to show log directory - Add /log <filename> to read specific log files - Add 'mini-agent log' CLI subcommand - Cross-platform file manager integration (macOS/Windows/Linux) - Show recent log files sorted by modification time - Display API tokens used in session statistics - Update /help with new commands Improvements over PR #40: - Extracted common log functions to avoid code duplication - Added total elapsed time tracking - Cleaner error handling
Collaborator
|
Thanks for your PR! I've implemented these features based on your ideas with some improvements: Step Execution Timing:
Log Management:
Also included:
See commit: e388bf7 Really appreciate your contribution! 🙏 |
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.
No description provided.