agentreel 0.4.4 → 0.5.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 +1 -2
- package/bin/agentreel.mjs +364 -578
- package/package.json +2 -3
- package/scripts/browser_demo.py +0 -286
- package/scripts/cli_demo.py +0 -370
package/README.md
CHANGED
|
@@ -78,8 +78,7 @@ The original mode — creates a short, polished clip for social media.
|
|
|
78
78
|
## Requirements
|
|
79
79
|
|
|
80
80
|
- Node.js 18+
|
|
81
|
-
-
|
|
82
|
-
- Claude CLI (`claude`) — used to plan demo sequences
|
|
81
|
+
- Claude CLI (`claude`) — plans and records demos
|
|
83
82
|
- `gh` CLI — required for `--pr` mode
|
|
84
83
|
|
|
85
84
|
## Credits
|