There was an error while loading. Please reload this page.
1 parent ecf83d7 commit 927f708Copy full SHA for 927f708
1 file changed
README.md
@@ -19,16 +19,12 @@ sdks:
19
actions:
20
agy-prompt: agy -p "$@"
21
agy-sandbox: agy -p "$@" --sandbox
22
- agy-desktop: |
23
- if [ -z "${WAYLAND_DISPLAY:-}" ] && [ -z "${DISPLAY:-}" ]; then
24
- echo "Neither Wayland nor X11 display available; try 'workshop connect dev/agy:desktop'" >&2
25
- exit 1
26
- fi
27
- agy
28
```
29
30
This demonstrates a basic environment setup to execute Antigravity CLI tasks
31
-using `agy`, including reusable actions for headless prompts.
+using `agy`, including reusable actions for headless prompts. Note that `agy`
+is exclusively a Terminal User Interface (TUI) and CLI tool; it does not have a
+standalone desktop graphical application.
32
33
---
34
0 commit comments