MCPcopy Create free account
hub / github.com/MiniMax-AI/Mini-Agent / get_log_directory

Function get_log_directory

mini_agent/cli.py:78–80  ·  view source on GitHub ↗

Get the log directory path.

()

Source from the content-addressed store, hash-verified

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

Callers 2

show_log_directoryFunction · 0.85
read_log_fileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected