Workflow Commands
Commands for managing the FluxLoop experiment workflow.
FluxLoop: Generate Inputs
Command ID: fluxloop.generateInputs
Generate input variations from base inputs defined in configs/input.yaml.
Usage
- Open Command Palette (
Cmd+Shift+P) - Type and select FluxLoop: Generate Inputs
- Follow the wizard prompts:
- Mode: Deterministic or LLM-based generation
- Base Input Confirmation: Review the primary base input from
configs/input.yaml- Use Input: Proceed with the displayed base input
- Edit in configuration: Open
configs/input.yamlto modify
- Strategies: Select variation strategies (pre-checked based on config)
- Selections are saved back to
variation_strategiesinconfigs/input.yaml
- Selections are saved back to
- Limit: Maximum number of inputs to generate (optional)
- Overwrite: Whether to replace existing output file
- Dry Run: Preview generation without writing files
- LLM API Key: Required for LLM mode (saved to VS Code secrets and
.env)
Output
Generated inputs are written to the file specified in configs/input.yaml (default: inputs/generated.yaml).