opencode-orchestrator 0.1.48 → 0.1.49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -9
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+

|
|
2
|
+
|
|
1
3
|
# OpenCode Orchestrator Plugin
|
|
2
4
|
|
|
3
5
|
> **Multi-Agent Plugin for [OpenCode](https://opencode.ai)**
|
|
@@ -7,19 +9,17 @@
|
|
|
7
9
|
[](https://www.npmjs.com/package/opencode-orchestrator)
|
|
8
10
|
[](https://opencode.ai)
|
|
9
11
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
---
|
|
12
|
+
**OpenCode Orchestrator** is a collaborative framework that enables **low-benchmark models to deliver senior-level engineering results**.
|
|
13
13
|
|
|
14
|
-
|
|
15
|
-
<img src="assets/logo.png" width="600" />
|
|
16
|
-
</p>
|
|
14
|
+
By maximizing the **method of agent collaboration**, we overcome the inherent limitations of individual AI models. We don't just "chat" with AI; we use a structured engineering layer to ensure complex missions are executed with 100% reliability and relentlessly pushed to completion, regardless of the model's price point.
|
|
17
15
|
|
|
18
|
-
|
|
16
|
+
**Core Philosophy: Excellence through Collaboration**
|
|
19
17
|
|
|
20
|
-
|
|
18
|
+
We believe that **a perfect collaboration method is superior to individual intelligence**.
|
|
21
19
|
|
|
22
|
-
**
|
|
20
|
+
* **Systems Engineering Fusion**: We integrate Operating System principles (Scheduling), Distributed Systems (Actor Model), and Algorithm Theory (Divide & Conquer) to transform unpredictable LLMs into a **controlled computing resource**.
|
|
21
|
+
* **Relentless PDCA Loop**: Every change follows a strict **Plan-Do-Check-Act** cycle. This systematic approach ensures that high-level professional tasks are completed without the quality decay or hallucinations typical of raw LLM outputs.
|
|
22
|
+
* **Architecture over Benchmarks**: By decomposing missions into atomic, verifiable tasks, we extract **high-fidelity outcomes** from cost-effective models, proving that superior architecture can outperform raw scale.
|
|
23
23
|
|
|
24
24
|
---
|
|
25
25
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "opencode-orchestrator",
|
|
3
3
|
"displayName": "OpenCode Orchestrator",
|
|
4
4
|
"description": "Distributed Cognitive Architecture for OpenCode. Turns simple prompts into specialized multi-agent workflows (Planner, Coder, Reviewer).",
|
|
5
|
-
"version": "0.1.
|
|
5
|
+
"version": "0.1.49",
|
|
6
6
|
"author": "agnusdei1207",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|