clawmux 0.3.0 → 0.3.2
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 +0 -13
- package/dist/cli.cjs +3768 -112
- package/dist/index.cjs +235 -34
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,19 +14,6 @@ Smart model routing + context compression proxy for OpenClaw.
|
|
|
14
14
|
|
|
15
15
|
## Installation
|
|
16
16
|
|
|
17
|
-
### For Humans
|
|
18
|
-
|
|
19
|
-
Copy and paste this prompt to your LLM agent (OpenClaw, Claude Code, etc.):
|
|
20
|
-
|
|
21
|
-
```
|
|
22
|
-
Read the following guide and execute every step without asking for confirmation:
|
|
23
|
-
https://raw.githubusercontent.com/HyeokjaeLee/ClawMux/refs/heads/main/docs/guide/installation.md
|
|
24
|
-
```
|
|
25
|
-
|
|
26
|
-
Or install manually, but seriously, let an agent do it. Agents don't fat-finger configs.
|
|
27
|
-
|
|
28
|
-
### For OpenClaw Agents
|
|
29
|
-
|
|
30
17
|
Fetch the installation guide and follow it:
|
|
31
18
|
|
|
32
19
|
```bash
|