
Resource-aware multi-agent orchestration for Codex and DeepSeek Harness (All in Flash DSH plugin)
Install Allinluna
Clean install: prebuilt on npm and declares a `dsh.bundle` layer.
The one-line version
dsh plugin --profile my-profile add @zenx0x/allinflashThe easy path: this bundle is published to npm, so the install pulls a prebuilt artifact — no build step runs on your machine and no build approval is needed.
From npm — installs a prebuilt artifact, no build step on your machine
# 1. add the bundle to a profile — --profile my-profile points at $DSH_HOME/profiles/my-profile
dsh plugin --profile my-profile add @zenx0x/allinflash
# 2. verify: the bundle should show up as a layer in the resolved config
dsh --profile my-profile --dump-config
# 3. boot the profile
dsh --profile my-profilePackage: @zenx0x/allinflash
Prefer to install from source instead?
From GitHub — pulls source, and may ask for build approval on first run
# 1. add the bundle to a profile — --profile my-profile points at $DSH_HOME/profiles/my-profile
dsh plugin --profile my-profile add github:zenx0x/allinluna#<commit-sha>
# 2. verify: the bundle should show up as a layer in the resolved config
dsh --profile my-profile --dump-config
# 3. boot the profile
dsh --profile my-profilePrerequisites
- API key
- Not required.
- Network access
- Not required at runtime.
- Language
- Python
Install check
Every field the verdict was derived from, so you can re-derive it yourself
| Field checked | Result | Weight | What the spec says about it |
|---|---|---|---|
| lifecycleScripts | pass | info | no install-time scripts |
| dsh.bundle | pass | fatal | package.json declares a `dsh.bundle` layer |
| dsh.bundle.patch file | pass | fatal | patch file present at `plugins/deepseek-harness/cordis.patch.yml` |
| npm registry | pass | fatal | published as `@zenx0x/allinflash` — prebuilt artifacts |
- Verdict reason
- on npm with a valid bundle declaration
- package.json read
- plugins/deepseek-harness/package.json
- Rules applied from
- docs/user/develop/basic/publish.md
- Checked at
- 2026-08-15
From the README
Excerpt as published by the author, plain text, unedited
> **Stop running an entire project inside one AI conversation.** 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.** Small AI coding tasks are easy. The hard part looks more like this: > “Refactor authentication end to end, including the backend, frontend, migration, tests, and documentation.” At first, everything is fine. Then the agent reads files, edits code, runs tests, starts subagents, handles failures, reads more files, and keeps pushing more execution detail back into the same conversation. After eno
Topics
GitHub topics on this repository
More in Multi Agent Ai Agents Cordis
Ranked by similarity inside the cluster, not alphabetically
Oh My Dsh
YYTbit
Multi-agent orchestration for DeepSeek Harness
Oh My Deepseek Harness
YYTbit
Multi-agent orchestration for DeepSeek Harness
Kixparadigm
olicesx
kixparadigm — AI self-orchestrated minimal paradigm (resident cognition layer) + kixpower multi-agent orchestration · one-command import into DeepSeek Harness (npm i -g) / AI 自编排最小范式(认知层常驻)× kixpower 多智能体编排 · npm 一键导入 DeepSeek Harness
Dsh Captain
KanoNoUta
Captain plugin for DeepSeek Harness: GPT planning, DeepSeek workers, independent review, adaptive multi-agent orchestration
Dsh Agent Team Gui
toolclub
Persistent multi-model agent squads for DeepSeek Harness — reusable teams, per-agent model/tool policies, and ordinary-chat collaboration.
Dsh Cluster
Lanxi26
画布式多智能体协作插件 | Canvas-based multi-agent cooperation plugin for DeepSeek Harness