Skip to content

allinluna

Type agent Category Multi-agent
Stars ⭐27 Status ✅ active
Capabilities multi-agent, workflow Updated 2026-08-14

📖 About

简体中文

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.

---

✨ Key Features

  • the context keeps growing;
  • unrelated work starts contaminating other work;
  • earlier constraints become easier to forget;
  • one local blocker stalls the whole flow;

📦 Install

python -m pip install "allinluna==2.0.0rc3"

allinluna start --goal "Finish the authentication refactor"
allinluna status RUN_ID
allinluna drive RUN_ID

🚀 Quick Start

allinluna --help