Commit 44697a1
feat(wandb): add Weights & Biases integration with fixtures and reports (#21)
* docs: add WAA integration guide for vanilla approach
Documents the minimal-patches approach to WAA integration:
- 5 lines of patches to vendor/WindowsAgentArena
- Auto-ISO download via VERSION=11e
- IP address fix for modern dockurr/windows
- Architecture diagram showing wrapper layers
- Quick start guides for local and Azure deployment
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* feat(wandb): add Weights & Biases integration with fixtures and reports
Add comprehensive W&B integration for experiment tracking and benchmark
visualization:
- `openadapt_evals/integrations/wandb_logger.py`: Core logging class that
handles run initialization, metric logging, artifact uploads, and
per-domain breakdown statistics
- `openadapt_evals/integrations/fixtures.py`: Synthetic data generators
for testing/demos with scenarios: noise (10%), best (85%), worst (5%),
and median (20% - SOTA-like) success rates
- `openadapt_evals/integrations/wandb_reports.py`: Programmatic report
generation via W&B Reports API with charts for success rate, domain
breakdown, step distribution, and error analysis
- `openadapt_evals/integrations/demo_wandb.py`: Demo script to populate
wandb with synthetic evaluation data across all scenarios
- CLI commands: wandb-demo, wandb-report, wandb-log for easy CLI access
- Add wandb as optional dependency in pyproject.toml
- Add WANDB_API_KEY to .env.example with documentation
- Add docs/wandb_integration.md with usage guide and report design
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* feat(cli): add simplified `run` command for live evaluation
- Add `run` command with good defaults (localhost:5001, 15 steps)
- Update CLAUDE.md with comprehensive two-repo workflow guide
- Document API key auto-loading from .env via config.py
- Add --api-key optional override syntax
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent cbe26c9 commit 44697a1
12 files changed
Lines changed: 3588 additions & 102 deletions
File tree
- .beads
- docs
- openadapt_evals
- benchmarks
- integrations
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
47 | 50 | | |
48 | 51 | | |
49 | 52 | | |
| |||
52 | 55 | | |
53 | 56 | | |
54 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
55 | 141 | | |
56 | 142 | | |
57 | 143 | | |
58 | 144 | | |
| 145 | + | |
59 | 146 | | |
60 | | - | |
| 147 | + | |
61 | 148 | | |
62 | 149 | | |
63 | 150 | | |
| |||
69 | 156 | | |
70 | 157 | | |
71 | 158 | | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
72 | 183 | | |
73 | 184 | | |
74 | 185 | | |
| |||
182 | 293 | | |
183 | 294 | | |
184 | 295 | | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
185 | 304 | | |
186 | 305 | | |
187 | | - | |
188 | | - | |
| 306 | + | |
| 307 | + | |
189 | 308 | | |
190 | 309 | | |
191 | 310 | | |
192 | 311 | | |
| 312 | + | |
| 313 | + | |
193 | 314 | | |
194 | 315 | | |
195 | 316 | | |
| |||
206 | 327 | | |
207 | 328 | | |
208 | 329 | | |
209 | | - | |
| 330 | + | |
| 331 | + | |
210 | 332 | | |
211 | 333 | | |
212 | 334 | | |
| |||
0 commit comments