Documentation Index
Fetch the complete documentation index at: https://docs.hiverge.ai/llms.txt
Use this file to discover all available pages before exploring further.
Creating an experiment
- suffix to the experiment name appends a random unique ID to it. We recommend using this to avoid clashes where two experiments share the same name.
By default, hive create exp uses the default YAML file located at ~/.hive/config.yaml. To use a different file, pass the --config (or -f) flag:
Listing experiments
| Column | Meaning |
|---|---|
| NAME | Experiment identifier |
| AGENTS | ready/total — e.g. 8/10 means 8 of 10 agents are ready |
| STATUS | Current experiment phase (see below) |
| AGE | Time since creation |
| Status | Description |
|---|---|
Pending | Experiment submitted, waiting to start |
ImageBuilding | Building container images |
InProgress | Agents are being initialized |
Running | Agents are executing experiments |
Completed | All agents finished successfully |
Viewing experiment details
name: Experiment identifierspec: Experiment specificationrepo: Source code repository configurationruntime: Execution settings (agents shows ready/total, e.g., 10/10)sandbox: Container environment and resources
status: Current statecreated: Creation timestamp and agephase: Current lifecycle phasemessage: Condition message (if available)
Deleting experiments
--yes (or -y) to skip the confirmation prompt: