vidpipe 1.3.1 → 1.3.3
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 -3
- package/dist/index.js +6521 -4003
- package/dist/index.js.map +1 -1
- package/dist/public/index.html +235 -295
- package/package.json +5 -5
- package/assets/features-infographic.png +0 -3
- package/assets/models/ultraface-320.onnx +0 -0
- package/assets/review-ui.png +0 -3
package/README.md
CHANGED
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
╚═══╝ ╚═╝╚═════╝ ╚═╝ ╚═╝╚═╝ ╚══════╝
|
|
10
10
|
```
|
|
11
11
|
|
|
12
|
-
**
|
|
12
|
+
**Your AI video editor — turn raw recordings into shorts, reels, captions, social posts, and blog posts. Record once, publish everywhere.**
|
|
13
13
|
|
|
14
|
-
An
|
|
14
|
+
An agentic video editor that watches for new recordings and edits them into social-media-ready content — shorts, reels, captions, blog posts, and platform-tailored social posts — using [GitHub Copilot SDK](https://github.com/github/copilot-sdk) AI agents and OpenAI Whisper.
|
|
15
15
|
|
|
16
16
|
[](https://github.com/htekdev/vidpipe/actions/workflows/ci.yml)
|
|
17
17
|
[](https://www.npmjs.com/package/vidpipe)
|
|
@@ -306,7 +306,7 @@ Social media publishing is configured via `schedule.json` and the Late API. See
|
|
|
306
306
|
|
|
307
307
|
## 🏗️ Architecture
|
|
308
308
|
|
|
309
|
-
|
|
309
|
+
Agentic architecture built on the [GitHub Copilot SDK](https://github.com/github/copilot-sdk) — each editing task is handled by a specialized AI agent:
|
|
310
310
|
|
|
311
311
|
```mermaid
|
|
312
312
|
graph TD
|