# Clone the repositorygit clone https://github.com/TryBayes/helios.gitcd helios# Install dependenciesuv sync# Or install as a global CLI tooluv tool install .
# Use Claude Sonnethelios tasks/create-hello-file -m claude-sonnet-4-20250514# Use OpenAIhelios tasks/create-hello-file -m openai/computer-use-preview# Use Bedrockhelios tasks/create-hello-file -m bedrock/global.anthropic.claude-opus-4-5-20251101-v1:0
# Run all tasks in a directory with 4 concurrent containershelios batch tasks/ -n 4# With a specific modelhelios batch tasks/ -n 4 -m claude-sonnet-4-20250514