runner
runner
¶
CLI runner for hybrid paradigm experiments.
::
python -m openjarvis.agents.hybrid.runner --cell minions-gaia-qwen27b-opus-3
Reads a cell definition from registry/<method>.toml (bundled with this
package or pointed at by OPENJARVIS_HYBRID_REGISTRY_DIR), constructs
the registered agent, loads bench tasks via OpenJarvis's existing dataset
providers, runs every task, scores it, and writes
<EXPERIMENTS_DIR>/<cell>/results.jsonl + summary.json.
The output schema matches hybrid-local-cloud-compute/runner.py so the
existing rescore / dashboard scripts can read OpenJarvis cells without
modification.
Classes¶
Functions¶
load_registry
¶
Merge every <registry_dir>/*.toml. Cell names must be unique.