We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76d4f42 commit b8b432bCopy full SHA for b8b432b
packages/plugin-node/src/services/video.ts
@@ -1,16 +1,16 @@
1
-import { Service } from "@elizaos/core";
2
import {
3
IAgentRuntime,
4
ITranscriptionService,
+ IVideoService,
5
Media,
6
+ Service,
7
ServiceType,
- IVideoService,
8
+ stringToUuid,
9
} from "@elizaos/core";
-import { stringToUuid } from "@elizaos/core";
10
import ffmpeg from "fluent-ffmpeg";
11
import fs from "fs";
12
-import path from "path";
13
import { tmpdir } from "os";
+import path from "path";
14
import youtubeDl from "youtube-dl-exec";
15
16
export class VideoService extends Service implements IVideoService {
0 commit comments