🚀 AstraFlow v0.1.1 is out!
New in this release: • Dynamic recursive agents RL recipe • Megatron training backend
Inspired by dynamic agent workflows like @claudeai, this release reproduces the recursive agent RL recipe, where models learn to automatically spawn sub-agents to solve subtasks. (The implementation is based on the awesome Recursive Agent Optimization paper by @apurvasgandhi, @gneubig, @aviral_kumar2: https://arxiv.org/abs/2605.06639)
With existing RaaS support via @sgl_project and training backends including FSDP and Megatron, AstraFlow is moving toward a more flexible stack for large-scale agentic RL.
⭐ Repo: https://github.com/Infini-AI-Lab/astraflow 📖 Dynamic agents recipe: https://infini-ai-lab.github.io/astraflow/docs/recipes/textcraft-recursive.html

