Get the log directory path.
()
| 76 | |
| 77 | |
| 78 | def get_log_directory() -> Path: |
| 79 | """Get the log directory path.""" |
| 80 | return Path.home() / ".mini-agent" / "log" |
| 81 | |
| 82 | |
| 83 | def show_log_directory(open_file_manager: bool = True) -> None: |
no outgoing calls
no test coverage detected