Skip to content

feat: add AReno dashboard#163

Open
xsuler wants to merge 7 commits into
mainfrom
feat/areno-dashboard
Open

feat: add AReno dashboard#163
xsuler wants to merge 7 commits into
mainfrom
feat/areno-dashboard

Conversation

@xsuler

@xsuler xsuler commented Jul 15, 2026

Copy link
Copy Markdown
Collaborator

Summary

Add a first-party AReno dashboard for job management, runtime observability, metrics inspection, logs, rollout samples, and agent-assisted operations.

Details

  • Adds an areno dashboard command surface for starting and stopping the dashboard.
  • Adds a backend-served React dashboard with job list and job detail views.
  • Registers AReno train and serve jobs so externally launched tasks can be observed without stdout redirection.
  • Shows per-job config, runtime state, logs, rollout samples, TensorBoard metric series, and time-performance views.
  • Adds an agent panel with tools for listing jobs, inspecting jobs, fetching metrics, checking runtime state, and starting/stopping tasks.
  • Supports relative backend-served assets for reverse-proxy path prefixes.

Closes #160

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces a React-based dashboard for AReno, enabling users to monitor training and serving tasks, inspect metrics, view rollout samples, and interact with an operations agent. It adds a background dashboard server, a lightweight process registry, and integrates state-tracking hooks across SFT, DPO, PPO, and policy-only trainers. The review feedback highlights several critical robustness and security improvements, including avoiding permission conflicts with hardcoded /tmp paths, handling potential subprocess errors when querying the environment, replacing unsafe preexec_fn usage with start_new_session=True, optimizing file reading to prevent OOM crashes on large files, and securing ripgrep searches against option injection.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread areno/cli/dashboard_registry.py Outdated
Comment thread dashboard/server.py Outdated
Comment thread dashboard/server.py Outdated
Comment thread dashboard/agent_files.py Outdated
Comment thread dashboard/agent_files.py
@xsuler xsuler requested a review from adohe July 15, 2026 02:27
@xsuler xsuler self-assigned this Jul 15, 2026
@xsuler xsuler added this to the v0.0.6 milestone Jul 15, 2026
@xsuler xsuler added the area/dx Issues or PRs related to developer experience (error messages, ergonomics, onboarding) label Jul 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/dx Issues or PRs related to developer experience (error messages, ergonomics, onboarding)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add first-party AReno dashboard for job management and runtime observability

1 participant