allinluna¶
| 类型 | 智能体 | 分类 | 多智能体 |
| 星数 | ⭐27 | 状态 | ✅ 活跃 |
| 能力 | multi-agent, workflow | 更新时间 | 2026-08-14 |
📖 项目简介¶
Give All in Luna one big goal. It turns the work into independent top-level tasks: run what can run in parallel, wait only on real dependencies, keep each task's context separate, and bring the results back together. Each task can still use its own subagents, tools, Skills, or MCPs. Parallel across tasks. Recursive inside tasks.
---
✨ 核心特性¶
- the context keeps growing;
- unrelated work starts contaminating other work;
- earlier constraints become easier to forget;
- one local blocker stalls the whole flow;
📦 安装¶
python -m pip install "allinluna==2.0.0rc3"
allinluna start --goal "Finish the authentication refactor"
allinluna status RUN_ID
allinluna drive RUN_ID
🚀 快速开始¶
allinluna --help