You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. Updating `AgentState` type in `src/state/state.ts`
212
252
253
+
254
+
## 💻 CLI Interface
255
+
256
+
An interactive command-line interface (CLI) for the video-content-agent is now available! Built with **Ink + React**, the CLI provides a user-friendly terminal-based workflow.
257
+
258
+
### Installation
259
+
260
+
```bash
261
+
npm install
262
+
```
263
+
264
+
### Running the CLI
265
+
266
+
**Development Mode:**
267
+
```bash
268
+
npm run dev
269
+
```
270
+
271
+
**Production Mode:**
272
+
```bash
273
+
npm run build
274
+
npm start
275
+
```
276
+
277
+
### Features
278
+
279
+
- 🎯 **Interactive Input** - Beautiful terminal forms for topic input
280
+
- ⏳ **Progress Indicators** - Real-time spinners during processing
0 commit comments