Skip to content

Commit 06fda5f

Browse files
committed
Merge remote-tracking branch 'origin/main' into dev/shuchang
2 parents 9b541c5 + 6163a6d commit 06fda5f

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AgentJet (Beta)
22

3-
[![Benchmarking](https://img.shields.io/badge/Benchmarking-0078D4?style=for-the-badge&logo=github)](https://benchmark.agent-matrix.com/)
3+
[![Benchmarking](https://img.shields.io/badge/Benchmarking-0078D4?style=for-the-badge&logo=github)](https://benchmark.agentjet.top/)
44
[![Docs](https://img.shields.io/badge/Docs-Read%20the%20Documents-0A7ECC?style=for-the-badge&logo=readthedocs&logoColor=white)](https://modelscope.github.io/AgentJet)
55
[![License](https://img.shields.io/badge/License-Apache--2.0-4c1?style=for-the-badge)](LICENSE)
66
[![Python](https://img.shields.io/badge/Python-3.10+-3776AB?style=for-the-badge&logo=python&logoColor=white)](https://modelscope.github.io/AgentJet/en/installation#requirements)
@@ -40,7 +40,7 @@ We aim to build a easy-to-learn Agent tuner that unlock more possibilities for a
4040
- **Rich Tutorial Library**. AgentJet provides a rich library of [examples](https://github.com/modelscope/AgentJet/tree/main/tutorial) as tutorials.
4141
- **Efficient and Scalable**. AgentJet uses [verl] as the default backbone (`--backbone=verl`). However, we also support [trinity](https://github.com/modelscope/Trinity-RFT/) as alternative backbone, accelerating your tuning process via fully asynchronous RFT.
4242
- **Flexible and Fast**. AgentJet supports [multi-agent workflows](https://modelscope.github.io/AgentJet/en/workflow/) and adopts a context merging technique, accelerating training by 1.5x to 10x when the workflow involves multi-turn (or multi-agent) conversations.
43-
- **Reliability and Reproducibility**. Our team keeps track of framework performance across multiple [tasks + major-git-version + training-backbones](https://benchmark.agent-matrix.com/) (under construction, still gathering data, coming soon).
43+
- **Reliability and Reproducibility**. Our team keeps track of framework performance across multiple [tasks + major-git-version + training-backbones](https://benchmark.agentjet.top/) (under construction, still gathering data, coming soon).
4444

4545
For advanced researchers, AgentJet also provides high-resolution logging and debugging solutions:
4646
<!-- For advanced researchers, AgentJet provides high-resolution logging and debugging solutions that are, to our knowledge, unprecedented in other prior projects. -->

ajet/utils/config_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ def prepare_experiment_config(yaml_path, exp_dir, backbone):
275275
else:
276276
exp_name = exp_name.replace("|", "-")
277277

278-
backup_dir = os.path.join(exp_dir, exp_name, "backup")
278+
backup_dir = os.path.abspath(os.path.join(exp_dir, exp_name, "backup"))
279279
yaml_backup_dst = os.path.join(exp_dir, exp_name, "yaml_backup.yaml")
280280
yaml_backup_dst = os.path.abspath(yaml_backup_dst)
281281
exe_exp_base = os.path.dirname(yaml_backup_dst)

docs/en/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ AgentJet aims to build a state-of-the-art agent tuning platform for both develop
1313
- **Rich Tutorial Library**. AgentJet provides a rich library of [examples](https://github.com/modelscope/AgentJet/tree/main/tutorial) as tutorials.
1414
- **Efficient and Scalable**. AgentJet uses [verl] as the default backbone (`--backbone=verl`). However, we also support [trinity](https://github.com/modelscope/Trinity-RFT/) as alternative backbone, accelerating your tuning process via fully asynchronous RFT.
1515
- **Flexible and Fast**. AgentJet supports [multi-agent workflows](workflow.md) and adopts a context merging technique, accelerating training by 1.5x to 10x when the workflow involves multi-turn (or multi-agent) conversations.
16-
- **Reliability and Reproducibility**. Our team keeps track of framework performance across multiple [tasks + major-git-version + training-backbones](https://benchmark.agent-matrix.com/) (under construction, still gathering data, coming soon).
16+
- **Reliability and Reproducibility**. Our team keeps track of framework performance across multiple [tasks + major-git-version + training-backbones](https://benchmark.agentjet.top/) (under construction, still gathering data, coming soon).
1717

1818
For advanced researchers, AgentJet also provides high-resolution logging and debugging solutions:
1919
<!-- For advanced researchers, AgentJet provides high-resolution logging and debugging solutions that are, to our knowledge, unprecedented in other prior projects. -->

docs/en/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ tuned_model = job.tune()
4545
## 3. Compare with Community Training Curves
4646

4747
<div class="card-grid">
48-
<a href="https://benchmark.agent-matrix.com/examples" class="feature-card"><div class="card-header"><img src="https://api.iconify.design/mdi:calculator-variant.svg" class="card-icon card-icon-math" alt=""><h3>AgentJet Benchmark Tracking System (Developing-In-Progress)</h3></div><p class="card-desc">Compare training curves with community. Investigate the influence of versions, backbones, hyper-parameters, etc.</p></a>
48+
<a href="https://benchmark.agentjet.top/examples" class="feature-card"><div class="card-header"><img src="https://api.iconify.design/mdi:calculator-variant.svg" class="card-icon card-icon-math" alt=""><h3>AgentJet Benchmark Tracking System (Developing-In-Progress)</h3></div><p class="card-desc">Compare training curves with community. Investigate the influence of versions, backbones, hyper-parameters, etc.</p></a>
4949
</div>
5050

5151

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
Rich examples as beginner's tutorial: <b>math agent</b>, <b>werewolves rpg</b>, <b>appworld</b> ... All with step-by-step
3030
guides. Covering various agentic frameworks.</p>
3131
</a>
32-
<a href="https://benchmark.agent-matrix.com/" class="feature-card">
32+
<a href="https://benchmark.agentjet.top/" class="feature-card">
3333
<div class="card-header"><img src="https://api.iconify.design/lucide:shield-check.svg" class="card-icon card-icon-tool"
3434
alt="">
3535
<h3>Reliable and Reproducible</h3>

tutorial/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Explore our rich library of examples to kickstart your journey.
88

99
- Example Benchmark Tracking System:
1010

11-
https://benchmark.agent-matrix.com/examples
11+
https://benchmark.agentjet.top/examples

0 commit comments

Comments
 (0)