wuphf 0.183.1 → 0.183.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 +4 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -49,7 +49,7 @@ Supported platforms: macOS, Linux, and Windows 10+ on x64 or arm64. The native b
|
|
|
49
49
|
| `--no-open` | Don't auto-open the browser |
|
|
50
50
|
| `--pack <name>` | Pick an agent pack (`starter`, `founding-team`, `coding-team`, `lead-gen-agency`, `revops`) |
|
|
51
51
|
| `--opus-ceo` | Upgrade CEO from Sonnet to Opus |
|
|
52
|
-
| `--provider <name>` | LLM provider override (`claude-code`, `codex`, `opencode`) |
|
|
52
|
+
| `--provider <name>` | LLM provider override (`claude-code`, `codex`, `opencode`, `hermes-agent`, `openclaw-http`, `ollama`) |
|
|
53
53
|
| `--collab` | Start in collaborative mode — all agents see all messages (this is the default) |
|
|
54
54
|
| `--unsafe` | Bypass agent permission checks (local dev only) |
|
|
55
55
|
| `--web-port <n>` | Change the web UI port (default 7891) |
|
|
@@ -95,7 +95,8 @@ If it feels like a hidden agent loop, something is wrong. If it feels like The O
|
|
|
95
95
|
## Bridges
|
|
96
96
|
|
|
97
97
|
- **Telegram:** `/connect` → pick Telegram → paste bot token from [@BotFather](https://t.me/BotFather).
|
|
98
|
-
- **OpenClaw:** `/connect openclaw` → paste your gateway URL and `gateway.auth.token` from `~/.openclaw/openclaw.json`. Each OpenClaw session becomes a first-class office member you can `@mention`.
|
|
98
|
+
- **OpenClaw:** `/connect openclaw` → paste your gateway URL and `gateway.auth.token` from `~/.openclaw/openclaw.json`. Each OpenClaw session becomes a first-class office member you can `@mention`. If OpenClaw Gateway's OpenAI-compatible HTTP endpoint is enabled, use `--provider openclaw-http` to run WUPHF-created agents through `http://127.0.0.1:18789/v1` with model `openclaw/default`.
|
|
99
|
+
- **Hermes Agent:** set `llm_provider` or `--provider` to `hermes-agent` to run WUPHF agents through a local Hermes API server at `http://127.0.0.1:8642/v1`.
|
|
99
100
|
|
|
100
101
|
## External Actions
|
|
101
102
|
|
|
@@ -123,7 +124,7 @@ Two action providers ship by default — pick whichever fits your style.
|
|
|
123
124
|
| Agent wakes | Push-driven (zero idle burn) |
|
|
124
125
|
| Live visibility | Stdout streaming |
|
|
125
126
|
| Mid-task steering | DM any agent, no restart |
|
|
126
|
-
| Runtimes | Mix Claude Code, Codex, and OpenClaw in one channel |
|
|
127
|
+
| Runtimes | Mix Claude Code, Codex, Hermes Agent, and OpenClaw in one channel |
|
|
127
128
|
| Memory | Per-agent notebook + shared workspace wiki (knowledge graphs on GBrain or Nex) |
|
|
128
129
|
| Price | Free and open source (MIT, self-hosted, your API keys) |
|
|
129
130
|
|