Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
c0928f5
feat(igla-L-V2): zero-cost NAS proxy + INV-14 (5x speedup)
web-flow Apr 26, 2026
dc5a345
feat(trainer-igla): L-T3 DELETE phase — 4 crates + 5 backups + 3 Pyth…
web-flow Apr 26, 2026
d442b39
feat(trios-trainer): PR-1 skeleton crate — empty trainer foundation
web-flow Apr 26, 2026
ae06ef8
fix(trios-trainer): Blocker 1 - real FineWeb data loading + config paths
web-flow Apr 26, 2026
548d6a9
fix(deploy): switch to trios-train with real FineWeb data
web-flow Apr 26, 2026
b4f321a
feat(trios-trainer): PR-1 complete + ROADMAP + Training Plan
web-flow Apr 26, 2026
98939b9
feat(trios-trainer): PR-1 active status + ROADMAP update + clippy fixes
web-flow Apr 26, 2026
e9aa983
docs(trios): Training Flow v2 — P0-P5 plan with falsifiable hypotheses
web-flow Apr 26, 2026
781ec24
feat(trios-trainer): PR-25 — Update README with Migration M0-M7 + Tra…
web-flow Apr 26, 2026
09424c5
feat(trios-trainer): Add checkpoint/resume support + fix champion.tom…
web-flow Apr 26, 2026
396aa6d
feat(trios-trainer): P0 audit infrastructure + backward pass + checkp…
web-flow Apr 26, 2026
5ea01c6
feat(trios-trainer): Phase P0 Audit - simplified training loop + BPB …
web-flow Apr 26, 2026
f4f36fd
feat(trios-trainer): Phase P0 Audit — Fix train_loop_simple.rs
web-flow Apr 26, 2026
f36e77a
feat(trios-trainer): P0 Audit + Checkpoint + Muon optimizer
web-flow Apr 26, 2026
07919f0
feat(trios-trainer): Phase P0 Audit — Fixed train_loop_simple.rs (rem…
web-flow Apr 26, 2026
41ea7e9
refactor(trios-trainer): remove simple variants + update lib.rs exports
web-flow Apr 27, 2026
6bc068b
feat(trios-trainer): Training seeds 100, 101, 102 started
web-flow Apr 27, 2026
d18328f
fix: resolve compilation errors across trios-tri, UR-00, trinity-extr…
web-flow Apr 27, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 60 additions & 0 deletions .claude-flow/agents/store.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,66 @@
"createdAt": "2026-04-19T13:45:43.702Z",
"model": "sonnet",
"modelRoutedBy": "router"
},
"igla-lt1-champion-repro": {
"agentId": "igla-lt1-champion-repro",
"agentType": "worker",
"status": "idle",
"health": 1,
"taskCount": 0,
"config": {},
"createdAt": "2026-04-26T13:32:04.430Z",
"domain": "igla",
"model": "sonnet",
"modelRoutedBy": "router"
},
"igla-lt2-jepa-merge": {
"agentId": "igla-lt2-jepa-merge",
"agentType": "worker",
"status": "idle",
"health": 1,
"taskCount": 0,
"config": {},
"createdAt": "2026-04-26T13:32:04.947Z",
"domain": "igla",
"model": "haiku",
"modelRoutedBy": "router"
},
"igla-lt3-cleanup": {
"agentId": "igla-lt3-cleanup",
"agentType": "worker",
"status": "idle",
"health": 1,
"taskCount": 0,
"config": {},
"createdAt": "2026-04-26T13:32:05.322Z",
"domain": "igla",
"model": "haiku",
"modelRoutedBy": "router"
},
"igla-lt4-leaderboard": {
"agentId": "igla-lt4-leaderboard",
"agentType": "worker",
"status": "idle",
"health": 1,
"taskCount": 0,
"config": {},
"createdAt": "2026-04-26T13:32:05.610Z",
"domain": "igla",
"model": "haiku",
"modelRoutedBy": "router"
},
"igla-lt5-docker-cloud": {
"agentId": "igla-lt5-docker-cloud",
"agentType": "worker",
"status": "idle",
"health": 1,
"taskCount": 0,
"config": {},
"createdAt": "2026-04-26T13:32:05.841Z",
"domain": "igla",
"model": "haiku",
"modelRoutedBy": "router"
}
},
"version": "3.0.0"
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ metric.json
# Nested repos (not submodules)
.parameter-golf/
tri/

*.vo
*.vok
*.vos
Expand Down
12 changes: 6 additions & 6 deletions .swarm/model-router-state.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"totalDecisions": 1,
"totalDecisions": 6,
"modelDistribution": {
"haiku": 0,
"sonnet": 0,
"opus": 1,
"sonnet": 3,
"opus": 3,
"inherit": 0
},
"avgComplexity": 0.3218061224489796,
"avgConfidence": 0.5663998132175522,
"avgComplexity": 0.24221642657062828,
"avgConfidence": 0.5893746734840279,
"circuitBreakerTrips": 0,
"lastUpdated": "2026-04-19T13:45:43.700Z",
"lastUpdated": "2026-04-26T13:32:05.841Z",
"learningHistory": []
}
Loading
Loading