Skip to content

Commit 592ca78

Browse files
committed
feat: add image to README and Swarm Intro documentation, and update mkdocs navigation
1 parent f089a56 commit 592ca78

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ For advanced researchers, AgentJet also provides high-resolution logging and deb
6464
- **High-Resolution Logging**: AgentJet allows users to save and inspect token-level rollout details, recording token IDs, token loss masks, and even token logprobs to facilitate workflow development and agent diagnostics.
6565
- **Fast Debugging**: AgentJet also provides the `--backbone=debug` option for the best debugging experience, shortening your wait period from minutes to seconds after code changes and enabling breakpoint debugging in IDEs.
6666

67+
<div align="center">
68+
<img width="600" alt="image" src="https://serve.gptacademic.cn/publish/shared/Image/ai-generated-1771873242388.jpg"/>
69+
</div>
70+
71+
6772
---
6873

6974
### ✈️ Quick Start

docs/en/swarm_intro.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# 灵活训练、动态伸缩:通义发布分布式多智能体 LLM 蜂群训练框架 AgentJet
2-
2+
<div align="center">
3+
<img width="600" alt="image" src="https://serve.gptacademic.cn/publish/shared/Image/ai-generated-1771872754893.jpg"/>
4+
</div>
35

46
## 中心化 Agentic RL 大模型的困境
57

mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ nav:
6161
- Timeline Processing: en/context_timeline.md
6262
- Platform Comparison: en/platform_comparison.md
6363

64+
- Blogs:
65+
- Swarm Intro (ZH): en/swarm_intro.md
66+
6467
plugins:
6568
- search:
6669
lang:

0 commit comments

Comments
 (0)