@hydra-acp/cli 0.1.52 → 0.1.53

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 CHANGED
@@ -71,6 +71,8 @@ Agents are sourced from the [ACP Registry](https://github.com/agentclientprotoco
71
71
 
72
72
  hydra-acp daemon ← daemon (the body)
73
73
 
74
+ T1 → T2 → … → Tn ← transformers (per-session middleware)
75
+
74
76
  ┌─────────────┼─────────────┐
75
77
  │ │ │
76
78
  ACP agent A ACP agent B ACP agent C ← agents (the feet)
@@ -397,8 +399,8 @@ Configure in `~/.hydra-acp/config.json`:
397
399
  {
398
400
  "extensions": {
399
401
  "hydra-acp-slack": {},
400
- "hydra-acp-web-ui": {
401
- "command": ["hydra-acp-web-ui"],
402
+ "hydra-acp-browser": {
403
+ "command": ["hydra-acp-browser"],
402
404
  "args": ["--port", "9999"],
403
405
  "env": { "UI_THEME": "dark" }
404
406
  }