@agora-build/atem 0.4.57 → 0.4.59
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 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @agora-build/atem
|
|
2
2
|
|
|
3
|
-
Agora AI
|
|
3
|
+
A development terminal that connects human developers, Agora platform, and AI agents. Manage Agora projects and tokens, route tasks between [Astation](https://github.com/Agora-Build/Astation) and AI coding agents, generate diagrams, drive voice-powered coding workflows, and more -- all from a single CLI/TUI.
|
|
4
4
|
|
|
5
5
|
## Install
|
|
6
6
|
|
|
@@ -62,6 +62,9 @@ atem agent launch codex # Launch Codex as PTY agent
|
|
|
62
62
|
atem agent connect <WS_URL> # Connect to ACP agent and show info
|
|
63
63
|
atem agent prompt <WS_URL> "text" # Send prompt to ACP agent
|
|
64
64
|
atem agent probe <WS_URL> # Probe URL for ACP support
|
|
65
|
+
atem agent visualize "topic" # Generate visual HTML diagram via ACP agent
|
|
66
|
+
atem agent visualize "topic" --url ws://localhost:8765 # Explicit agent URL
|
|
67
|
+
atem agent visualize "topic" --no-browser # Skip opening browser
|
|
65
68
|
```
|
|
66
69
|
|
|
67
70
|
### Dev Servers
|