stormlog.infer.cli
CLI for Stormlog inference profiling.
Functions
Build the stormlog infer parser. |
|
|
Analyze an inference JSONL artifact. |
|
Run active inference profiling. |
|
Run the inference CLI. |
- stormlog.infer.cli.main(argv=None)[source]
Run the inference CLI.
- Parameters:
argv (Sequence[str] | None)
- Return type:
int
- stormlog.infer.cli.build_parser()[source]
Build the stormlog infer parser.
- Return type:
ArgumentParser