Preflight + Readiness
python -m openlvm.cli arena-preflight --ping --jsonCheck local runtime and Solana integration readiness before running test flows.
Production-focused commands for OpenLVM test runs, saved scenarios, and Solana Arena validation.
python -m openlvm.cli arena-preflight --ping --jsonCheck local runtime and Solana integration readiness before running test flows.
python -m openlvm.cli collection-run <collection_id> --scenarios 3Execute saved scenarios from one collection with the OpenLVM orchestrator.
python -m openlvm.cli scenario-save <collection_id> <name> <config_path> <input_text> --execution-command "python -c \"print(123)\""Store scenario definitions that execute real commands during runs.
python -m openlvm.cli arena-run --agent <pubkey> --scenario <path/to/scenario.json> --wallet-provider embeddedRun a Solana Arena scenario with onchain intent metadata generation.