Skip to content

Commit d08bb91

Browse files
Andrey Golovanovclaude
andcommitted
Fix README: accurate CLI commands, remove misplaced entries
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d4c4a7f commit d08bb91

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,19 @@ project_dir/
149149

150150
The LLM never extracts numbers from results. The metrics pipeline (same code that passed 252 hand-calculated assertions) computes all numbers programmatically. The LLM receives verified metrics and provides only interpretation — connecting numbers to topology structure.
151151

152+
### CLI
153+
154+
```bash
155+
# Template-based runner (parameter sweep with LLM feedback)
156+
netlab autoresearch init --base-scenario scenario.yml --output project/
157+
netlab autoresearch run project/ --backend claude-cli --model sonnet
158+
159+
# DC-BB structural analysis and parametric sweep
160+
netlab autoresearch structural-analysis
161+
netlab autoresearch sweep abc1 --output-dir results/
162+
netlab autoresearch cross-sweep --output-dir results/
163+
```
164+
152165
## Repository Structure
153166

154167
```
@@ -162,7 +175,6 @@ metrics/ # Verified metrics pipeline
162175
aggregate.py # Cross-seed aggregation
163176
costpower.py # Cost and power normalization
164177
matrixdump.py # Per-pair placement matrices
165-
metrics_report.py # → autoresearch (in netlab/)
166178
netlab/
167179
cli.py # CLI entry point
168180
metrics_cmd.py # Metrics command orchestration
@@ -171,7 +183,7 @@ netlab/
171183
analysis_loop.py # Inner Loop 2: metrics → interpretation
172184
metrics_report.py # Programmatic metrics → markdown
173185
hypothesis_manager.py # Outer loop: hypothesis cycles + persistence
174-
backend.py # LLM backends (Claude CLI, OpenAI, mock)
186+
backend.py # LLM backends (Claude CLI, Codex CLI, OpenAI, mock)
175187
scenario_generator.py # DC-BB topology generator
176188
sweep.py # Parametric sweep runner
177189
tests/

0 commit comments

Comments
 (0)