kitaru evaluator register
Create an evaluator and its first version.
Usage
kitaru evaluator register NAME [OPTIONS]Supported --output modes: auto, text, json.
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
NAME | string | Yes | New evaluator name. |
Options
| Name | Type | Required | Description |
|---|---|---|---|
--description | string | No | Parent description. |
--metadata | JSON object | No | Parent metadata. |
--agent-id | UUID | No | Scoping agent. |
--script | path | No | Python script to upload. |
--package | requirement | No | Pinned package requirement. |
--entrypoint | string | Yes | Script attribute or module reference. |
--display-version | string | No | Human-readable version. |
Every command also accepts the global options listed on the CLI overview page.