ax-agents 0.0.1-alpha.5 → 0.0.1-alpha.7
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 +6 -2
- package/ax.js +990 -368
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
# ax-agents
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
<p align="center">
|
|
4
|
+
<img src="assets/luca-giordano-the-fall-of-the-rebel-angels.jpg" alt="The Fall of the Rebel Angels by Luca Giordano" width="250">
|
|
5
|
+
<br><br>
|
|
6
|
+
<strong>A CLI for orchestrating AI coding agents via `tmux`.</strong>
|
|
7
|
+
</p>
|
|
4
8
|
|
|
5
|
-
Running agents in tmux sessions makes it easy to monitor multiple agents, review their work, and interact with them when needed.
|
|
9
|
+
Running agents in `tmux` sessions makes it easy to monitor multiple agents, review their work, and interact with them when needed.
|
|
6
10
|
|
|
7
11
|
## Install
|
|
8
12
|
|