@inference-gateway/cli 0.175.0 → 0.176.0
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 +3 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1233,8 +1233,9 @@ screenshot:
|
|
|
1233
1233
|
|
|
1234
1234
|
Tools: `MouseMove`, `MouseClick`, `MouseScroll`, `KeyboardType`, `GetFocusedApp`, `ActivateApp`, and
|
|
1235
1235
|
`GetLatestFrame`. They run silently in the background (bypassing the approval prompt) and are
|
|
1236
|
-
governed by `computer_use.enabled` plus the configured rate limits.
|
|
1237
|
-
|
|
1236
|
+
governed by `computer_use.enabled` plus the configured rate limits. The
|
|
1237
|
+
[desktop app](https://github.com/inference-gateway/desktop) visualizes what the agent is doing
|
|
1238
|
+
(monitor, screen overlay, approvals). For a sandboxed desktop to drive, see
|
|
1238
1239
|
[examples/computer-use](examples/computer-use/).
|
|
1239
1240
|
|
|
1240
1241
|
> **⚠️ Windows note:** Computer use (mouse, keyboard, screenshot tools) is **not supported on Windows**.
|