Skip to content

Commit 316756b

Browse files
Merge pull request #17 from Infini-AI-Lab/dev
docs: fix textcraft recipe docs URL
2 parents 28a69f6 + 6484177 commit 316756b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ AstraFlow **natively** supports the following for LLM RL training **without any
4343
<!-- <p align="center"><i>AstraFlow training a multi-policy workflow on an elastic, heterogeneous, cross-region rollout pool — all at once, with no feature-specific code.</i></p> -->
4444

4545
## News
46-
- **[2026/06]** New recipe: **dynamic recursive agent** on TextCraft — a multi-turn agent that recursively spawns sub-agents sharing inventory under a team reward. See the [recipe docs](https://Infini-AI-Lab.github.io/astraflow/docs/en/recipes/textcraft-recursive.html).
46+
- **[2026/06]** New recipe: **dynamic recursive agent** on TextCraft — a multi-turn agent that recursively spawns sub-agents sharing inventory under a team reward. See the [recipe docs](https://Infini-AI-Lab.github.io/astraflow/docs/recipes/textcraft-recursive.html).
4747
- **[2026/06]** AstraFlow **v0.1.1** released — CUDA 13 image, SGLang 0.5.12, Megatron weight-sync training backend, and transformers 5 support. See the [project website](https://Infini-AI-Lab.github.io/astraflow/).
4848
- **[2026/05]** AstraFlow **v0.1.0** released — first public release of the full system. See the [project website](https://Infini-AI-Lab.github.io/astraflow/).
4949
- **[2026/05]** AstraFlow paper is on [arXiv](https://arxiv.org/abs/2605.15565).

examples/textcraft-recursive-agent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Validation accuracy climbs from **~41%** to **~80%** over training:
2020
</p>
2121

2222
For more detailed info (design, how it works, and full settings), see the
23-
[docs page](https://Infini-AI-Lab.github.io/astraflow/docs/en/recipes/textcraft-recursive.html).
23+
[docs page](https://Infini-AI-Lab.github.io/astraflow/docs/recipes/textcraft-recursive.html).
2424

2525
## Run
2626

0 commit comments

Comments
 (0)