-
Notifications
You must be signed in to change notification settings - Fork 108
Expand file tree
/
Copy pathmkdocs.yml
More file actions
106 lines (97 loc) · 2.74 KB
/
Copy pathmkdocs.yml
File metadata and controls
106 lines (97 loc) · 2.74 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
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
site_name: Uni-Agent Docs
site_description: Build, run, and train long-horizon agents at scale.
site_url: https://uni-agent.readthedocs.io/en/latest/
repo_name: verl-project/uni-agent
repo_url: https://github.com/verl-project/uni-agent
edit_uri: edit/main/docs/source/
copyright: Copyright © 2026 Uni-Agent Contributors
docs_dir: docs/source
site_dir: docs/_build/html
use_directory_urls: false
theme:
name: material
language: en
favicon: assets/brand/uni-agent-mark.svg?v=6
font:
text: Inter
code: JetBrains Mono
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: deep purple
accent: purple
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: deep purple
accent: purple
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
- navigation.sections
- navigation.expand
- navigation.top
- navigation.footer
- navigation.tracking
- content.code.copy
- content.tabs.link
- search.highlight
- search.suggest
- toc.follow
icon:
repo: fontawesome/brands/github
nav:
- Uni-Agent: index.md
- Quickstart:
- Installation: quickstart/installation.md
- Launch a Sandbox: quickstart/launch-sandbox.md
- Verify Oracle Solutions: quickstart/oracle-verification.md
- Run Agent Inference: quickstart/agent-inference.md
- Harbor Integration: quickstart/harbor-integration.md
- Run Agent RL Training: quickstart/rl-training.md
- Run Training on NPU: quickstart/npu-training.md
- Concepts:
- Overview: concepts/index.md
- Sandbox: concepts/sandbox.md
- Tool and Toolbox: concepts/tool-and-toolbox.md
- Agent: concepts/agent.md
- Task and Reward: concepts/task-and-reward.md
- Gateway and Trajectories: concepts/gateway-and-trajectories.md
- RL-Insight Integration: concepts/rl-insight-integration.md
- Benchmark:
- Overview: benchmark/index.md
- Inference and Verification: benchmark/inference.md
- RL Training: benchmark/rl-training.md
plugins:
- search
hooks:
- docs/mkdocs_hooks.py
markdown_extensions:
- admonition
- attr_list
- md_in_html
- tables
- toc:
permalink: true
toc_depth: 3
title: Contents
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
extra_javascript:
- assets/js/runllm-widget.js
extra_css:
- assets/stylesheets/extra.css?v=31
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/verl-project/uni-agent
watch:
- assets