File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -143,6 +143,7 @@ Output directory: `runs/v1.0.0/{strategy}/{vendor}/{model}/{timestamp}_{deck}_{s
143143| ` src/balatrollm/config.py ` | Multi-source configuration management |
144144| ` src/balatrollm/executor.py ` | Parallel execution orchestration |
145145| ` src/balatrollm/collector.py ` | Data collection and statistics |
146+ | ` src/balatrollm/views.py ` | HTTP server for views overlay |
146147
147148### Configuration
148149
@@ -171,5 +172,8 @@ Config precedence: environment variables < YAML config file < CLI arguments (hig
171172- ` API_KEY ` , ` BASE_URL ` , ` MODEL ` - LLM configuration
172173- ` SEED ` , ` DECK ` , ` STAKE ` , ` STRATEGY ` - Game parameters
173174- ` PARALLEL ` , ` HOST ` , ` PORT ` - Execution settings
175+ - ` VIEWS ` - Enable HTTP server for views overlay (set to ` 1 ` )
174176
175177** Usage** : ` balatrollm config/example.yaml --model openai/gpt-4o --seed AAAAAAA --deck RED --stake WHITE `
178+
179+ ** Views overlay** : Use ` --views ` to start an HTTP server on port 12345 that serves the HTML views (` views/task.html ` , ` views/responses.html ` ).
You can’t perform that action at this time.
0 commit comments