humanloop init <directory>
humanloop run <directory>
<directory>
. humanloop run-all-functions <directory>
<directory>
, regardless of their current status.humanloop aggregate <directory>
<directory>
.humanloop export --output <file> <directory>
<directory>
to <file>
.--ndjson
flag. This avoids loading all results into memory and can thus avoid out-of-memory errors.--ndjson
argument is specified, Programmatic will create a folder with the name specified by --output
, excluding the .json
extension if provided. This folder will contain the following files: labels.ndjson
, functions.ndjson
, and datapoints.ndjson
. (Note that the "ndjson" specification is effectively the same as "jsonl" or "jsonlines".)humanloop info