> ## Documentation Index
> Fetch the complete documentation index at: https://docs.arlet.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# 仪表板

> 如何使用Arlet Dashboard

## 目录

* [仓库设置](#仓库设置)
* [运行分析](#运行分析)
* [运行代码](#运行代码)

***

## 仓库设置

### 添加仓库

输入您的GitHub仓库URL并点击 **+ Add Repository** 进行注册。

<img src="https://mintcdn.com/nexascienceinc/NuouHkV1Lr3jpcs7/images/repo-register.png?fit=max&auto=format&n=NuouHkV1Lr3jpcs7&q=85&s=ba349e6a5e8935c9e57731f182c3f48c" alt="添加仓库" width="715" height="96" data-path="images/repo-register.png" />

### 注册后

注册完成后，您将进入一个可以选择分支和提交来开始分析的页面。

<img src="https://mintcdn.com/nexascienceinc/NuouHkV1Lr3jpcs7/images/repo-after-register.png?fit=max&auto=format&n=NuouHkV1Lr3jpcs7&q=85&s=781bc24d04375e5e0154a2091343f5ba" alt="注册后" width="891" height="440" data-path="images/repo-after-register.png" />

***

## 运行分析

### 开始分析

选择一个分支和提交，然后点击 **Start Analysis** 对您的仓库运行分析。

<img src="https://mintcdn.com/nexascienceinc/NuouHkV1Lr3jpcs7/images/analyze-button.png?fit=max&auto=format&n=NuouHkV1Lr3jpcs7&q=85&s=608af7b00b011d561cfb287285edf354" alt="开始分析" width="191" height="59" data-path="images/analyze-button.png" />

分析完成后，将生成以下两个项目。

### 摘要

系统会根据仓库内容自动生成代码的摘要和说明。

<img src="https://mintcdn.com/nexascienceinc/NuouHkV1Lr3jpcs7/images/analysis-summary.png?fit=max&auto=format&n=NuouHkV1Lr3jpcs7&q=85&s=9ddf14e89a00f9a82392a667d80e4739" alt="摘要" width="841" height="177" data-path="images/analysis-summary.png" />

### 执行列表

系统会生成仓库中发现的可执行入口点列表。每个入口点包含说明、CLI选项和计算环境设置，可以通过 **Run** 按钮直接执行。

<img src="https://mintcdn.com/nexascienceinc/NuouHkV1Lr3jpcs7/images/analysis-entrypoints.png?fit=max&auto=format&n=NuouHkV1Lr3jpcs7&q=85&s=4eba091d2392fac6f0577a8d818f8a8e" alt="执行列表" width="861" height="742" data-path="images/analysis-entrypoints.png" />

***

## 运行代码

### 入口点卡片

从执行列表中选择要运行的入口点卡片。每张卡片显示入口点说明及其运行配置。

<img src="https://mintcdn.com/nexascienceinc/NuouHkV1Lr3jpcs7/images/entrypoint-card.png?fit=max&auto=format&n=NuouHkV1Lr3jpcs7&q=85&s=c4761ac1465161f6b5db8bd84eee1508" alt="入口点卡片" width="859" height="190" data-path="images/entrypoint-card.png" />

### 修改运行配置

展开 **Run Config** 以更改CLI选项值并选择计算环境（Compute Type）。

<img src="https://mintcdn.com/nexascienceinc/NuouHkV1Lr3jpcs7/images/run-config.png?fit=max&auto=format&n=NuouHkV1Lr3jpcs7&q=85&s=bf87eb9afc1ccedf21040b74048a008c" alt="修改运行配置" width="806" height="133" data-path="images/run-config.png" />

### 执行

配置就绪后，点击 **Run** 按钮开始执行。

<img src="https://mintcdn.com/nexascienceinc/NuouHkV1Lr3jpcs7/images/run-button.png?fit=max&auto=format&n=NuouHkV1Lr3jpcs7&q=85&s=3fd002497b7fc278a0328144a72f315b" alt="执行" width="73" height="40" data-path="images/run-button.png" />

### 监控执行

执行开始后，卡片底部的执行列表中会添加一个新的Run。运行期间状态会实时更新。

<img src="https://mintcdn.com/nexascienceinc/NuouHkV1Lr3jpcs7/images/entrypoint-run.png?fit=max&auto=format&n=NuouHkV1Lr3jpcs7&q=85&s=d35ed97d5ccb8eb9cff0bf9909cfe250" alt="监控执行" width="862" height="545" data-path="images/entrypoint-run.png" />

### 执行详情

点击正在运行的Run可以实时查看实验设置、标准输出和标准错误。

<img src="https://mintcdn.com/nexascienceinc/NuouHkV1Lr3jpcs7/images/experiment-status.png?fit=max&auto=format&n=NuouHkV1Lr3jpcs7&q=85&s=58a86ed68ab4be731b2ee7c7a2a91aca" alt="执行详情" width="704" height="657" data-path="images/experiment-status.png" />

### 查看结果

执行完成后，状态变为 **Completed**，结果显示在标准输出中。

<img src="https://mintcdn.com/nexascienceinc/NuouHkV1Lr3jpcs7/images/experiment-result.png?fit=max&auto=format&n=NuouHkV1Lr3jpcs7&q=85&s=ddd4225827896ed12dbcb5927ce78c09" alt="查看结果" width="674" height="666" data-path="images/experiment-result.png" />
