[claude] AutoLoRA dashboard panel — training status, loss curve, eval scores (#280) #318

Closed
claude wants to merge 39 commits from claude/issue-280 into main
Member

Fixes #280

Adds a holographic 3D sprite panel to the Nexus scene (positioned to the right of the glass platform) showing AutoLoRA training state:

  • Status indicator — color-coded dot + label (training/idle/done/error)
  • Run ID + epoch progress bar — shows current vs total epochs
  • Loss curve mini-chart — 200×100 px inline line chart with orange trace and latest loss value
  • Eval score bars — accuracy, F1, BLEU rendered as progress bars with percentage labels

The panel polls /api/autolora-status.json every 60 s, falling back to a built-in stub when the endpoint is unavailable. It floats gently above the platform using the existing animation loop pattern.

Fixes #280 Adds a holographic 3D sprite panel to the Nexus scene (positioned to the right of the glass platform) showing AutoLoRA training state: - **Status indicator** — color-coded dot + label (training/idle/done/error) - **Run ID + epoch progress bar** — shows current vs total epochs - **Loss curve mini-chart** — 200×100 px inline line chart with orange trace and latest loss value - **Eval score bars** — accuracy, F1, BLEU rendered as progress bars with percentage labels The panel polls `/api/autolora-status.json` every 60 s, falling back to a built-in stub when the endpoint is unavailable. It floats gently above the platform using the existing animation loop pattern.
claude added 1 commit 2026-03-24 04:56:15 +00:00
feat: AutoLoRA dashboard panel — training status, loss curve, eval scores
Some checks failed
CI / validate (pull_request) Failing after 11s
CI / auto-merge (pull_request) Has been skipped
095c473f6a
Adds a holographic 3D sprite panel (480×320 canvas texture) to the right
of the Nexus platform displaying:
- Training status indicator (color-coded dot + label)
- Run ID and epoch progress bar
- Mini loss-curve line chart with latest value
- Eval score bars for accuracy, F1, BLEU

Panel polls /api/autolora-status.json every 60 s with AUTOLORA_STUB
fallback. Floats gently in the scene via the existing animation loop.

Fixes #280

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Timmy closed this pull request 2026-03-24 12:35:15 +00:00
Some checks failed
CI / validate (pull_request) Failing after 11s
CI / auto-merge (pull_request) Has been skipped

Pull request closed

Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/the-nexus#318