MCPcopy
hub / github.com/lightningpixel/modly / cmd_model_list

Function cmd_model_list

tools/modly-cli/agent.py:387–388  ·  view source on GitHub ↗
(args: argparse.Namespace)

Source from the content-addressed store, hash-verified

385
386
387def cmd_model_list(args: argparse.Namespace) -> int:
388 return cmd_models(args)
389
390
391def _parse_params(params_json: str | None, params_file: str | None) -> dict[str, Any]:

Callers

nothing calls this directly

Calls 1

cmd_modelsFunction · 0.85

Tested by

no test coverage detected