Skip to main content

Module stats

Module stats 

Source
Expand description

Statistics collection and computation for command usage. Statistics collection and computation for Ito command usage.

This module provides functions to parse execution logs and compute command usage statistics from .jsonl log files.

Structs§

CommandStats
Statistics about command usage, keyed by command ID.

Functions§

collect_jsonl_files
Recursively collect all .jsonl files in a directory tree.
compute_command_stats
Compute command usage statistics from execution logs.
known_command_ids
Return the static list of known Ito command IDs.