stormlog.infer.cli

CLI for Stormlog inference profiling.

Functions

build_parser()

Build the stormlog infer parser.

cmd_analyze(args)

Analyze an inference JSONL artifact.

cmd_profile(args)

Run active inference profiling.

main([argv])

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

stormlog.infer.cli.cmd_profile(args)[source]

Run active inference profiling.

Parameters:

args (Namespace)

Return type:

int

stormlog.infer.cli.cmd_analyze(args)[source]

Analyze an inference JSONL artifact.

Parameters:

args (Namespace)

Return type:

int