MCPcopy Create free account

hub / github.com/Don-Uwe/video-editor-ai-agent / functions

Functions260 in github.com/Don-Uwe/video-editor-ai-agent

↓ 1 callersFunctionpingRedis
()
src/core/redis/client.ts:34
↓ 1 callersFunctionprogressMessage
(entry: { line: string; timestamp: string })
apps/api/src/routes/ws.ts:9
↓ 1 callersFunctionredirectStdout
(stream: ProgressLogStream)
apps/api/src/jobs/registry.ts:264
↓ 1 callersMethodremoveSubscriber
(queue: AsyncQueue)
apps/api/src/jobs/registry.ts:157
↓ 1 callersFunctionrepoRoot
()
src/core/config/env.ts:29
↓ 1 callersFunctionrepoRoot
()
src/core/config/env.js:22
↓ 1 callersFunctionrequireApiKey
()
src/domain/agents/reviewer.js:5
↓ 1 callersFunctionrequireApiKey
()
src/domain/agents/reviewer.ts:8
↓ 1 callersFunctionrequireApiKey
()
src/domain/agents/director.js:5
↓ 1 callersFunctionrequireApiKey
()
src/domain/agents/director.ts:13
↓ 1 callersFunctionrequireCompletedJobWithPlan
(job: Job | undefined, jobId: string)
apps/api/src/routes/clips.ts:86
↓ 1 callersFunctionresolveShot
( shotId: string, index: FootageIndex, )
apps/api/src/lib/edit-plan-validation.ts:61
↓ 1 callersFunctionresolveShot
(shotId, index)
src/domain/agents/editor.js:9
↓ 1 callersFunctionresolveShot
(shotId: string, index: FootageIndex)
src/domain/agents/editor.ts:19
↓ 1 callersFunctionresolveShotForEntry
( shotId: string, index: FootageIndex | null, )
apps/api/src/routes/clips.ts:23
↓ 1 callersFunctionreviewFailed
(review, retryIf)
src/domain/pipeline/runner.js:28
↓ 1 callersFunctionreviewFailed
(review: ReviewScore, retryIf: RetryIf)
src/domain/pipeline/runner.ts:64
↓ 1 callersFunctionrollBadge
(rollType: string)
apps/studio/src/components/MediaBrowser.tsx:64
↓ 1 callersMethodrunEditorOnly
(job: Job)
apps/api/src/jobs/registry.ts:619
↓ 1 callersMethodrunFeedbackRerun
(job: Job)
apps/api/src/jobs/registry.ts:583
↓ 1 callersMethodrunJob
(job: Job)
apps/api/src/jobs/registry.ts:515
↓ 1 callersFunctionrunPreprocessing
(project: Project)
apps/api/src/routes/projects.ts:77
↓ 1 callersMethodrunReviewerOnly
(job: Job)
apps/api/src/jobs/registry.ts:643
↓ 1 callersMethodsaveJob
(jobId, payload)
src/core/redis/job-persistence.js:32
↓ 1 callersFunctionscoreShot
(queryTokens: string[], shot: Shot)
src/domain/tools/analyze.ts:18
↓ 1 callersFunctionsearchFootage
(query: string, footageIndexPath: string)
apps/studio/src/lib/api.ts:109
↓ 1 callersFunctionserializeResult
(result: PipelineResult)
apps/api/src/jobs/registry.ts:253
↓ 1 callersFunctionsetJson
( key: string, value: T, ttlSeconds = 86_400, )
src/core/redis/client.ts:51
↓ 1 callersFunctionshotToEntry
(shot: ShotSearchResult)
apps/studio/src/components/MediaBrowser.tsx:12
↓ 1 callersMethodstart
()
apps/api/src/jobs/registry.ts:293
↓ 1 callersFunctionstatusColor
()
apps/studio/src/components/Toolbar.tsx:55
↓ 1 callersFunctionstatusIcon
(status: string)
apps/studio/src/app/page.tsx:58
↓ 1 callersFunctionstatusLabel
()
apps/studio/src/components/Toolbar.tsx:41
↓ 1 callersMethodstop
()
apps/api/src/jobs/registry.ts:301
↓ 1 callersMethodsubmit
( brief: CreativeBrief, footageIndexPath: string, pipelinePath: string, )
apps/api/src/jobs/registry.ts:309
↓ 1 callersMethodsubmitEditorRerun
(parent: Job, modifiedPlan: EditPlan)
apps/api/src/jobs/registry.ts:376
↓ 1 callersMethodsubmitFeedbackRerun
(parent: Job, userMessage: string)
apps/api/src/jobs/registry.ts:326
↓ 1 callersMethodsubmitReviewerOnly
(parent: Job)
apps/api/src/jobs/registry.ts:411
↓ 1 callersMethodsubscribe
()
apps/api/src/jobs/registry.ts:164
↓ 1 callersFunctiontokenize
(text: string)
src/domain/tools/analyze.ts:11
↓ 1 callersFunctionuseJobStream
(jobId: string | null)
apps/studio/src/hooks/useJobStream.ts:13
↓ 1 callersFunctionvalidationError
(field: string, message: string, type: string)
apps/api/src/routes/footage.ts:16
↓ 1 callersMethodworkerLoop
()
apps/api/src/jobs/registry.ts:484
FunctionChatPanel
()
apps/studio/src/components/ChatPanel.tsx:15
FunctionClipPanel
({ entry, index, jobId }: ClipPanelProps)
apps/studio/src/components/inspector/ClipPanel.tsx:13
FunctionConsole
()
apps/studio/src/components/Console.tsx:7
FunctionDELETE
(request: NextRequest)
apps/studio/src/app/api/cache/route.ts:31
FunctionEditorPage
()
apps/studio/src/app/editor/[projectId]/page.tsx:22
FunctionFolderPicker
({ onSelect, onCancel }: FolderPickerProps)
apps/studio/src/components/FolderPicker.tsx:20
FunctionGET
(request: NextRequest)
apps/studio/src/app/api/cache/route.ts:7
FunctionGET
()
apps/studio/src/app/api/cache/status/route.ts:7
FunctionInspector
({ projectId }: InspectorProps)
apps/studio/src/components/inspector/Inspector.tsx:13
FunctionMediaBrowser
()
apps/studio/src/components/MediaBrowser.tsx:30
FunctionPUT
(request: NextRequest)
apps/studio/src/app/api/cache/route.ts:19
FunctionProgramMonitor
()
apps/studio/src/components/ProgramMonitor.tsx:8
FunctionProjectPanel
({ projectId }: ProjectPanelProps)
apps/studio/src/components/inspector/ProjectPanel.tsx:12
FunctionProjectPicker
()
apps/studio/src/app/page.tsx:17
FunctionReviewRadar
({ review }: ReviewRadarProps)
apps/studio/src/components/inspector/ReviewRadar.tsx:16
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
apps/studio/src/app/layout.tsx:20
FunctionRunPipelineDialog
({ projectId }: RunPipelineDialogProps)
apps/studio/src/components/dialogs/RunPipelineDialog.tsx:16
FunctionSourceMonitor
()
apps/studio/src/components/SourceMonitor.tsx:7
FunctionTimeline
()
apps/studio/src/components/timeline/Timeline.tsx:27
FunctionTimelineClip
({ entry, index, isSelected, pxPerSecond, onClick }: TimelineClipProps)
apps/studio/src/components/timeline/TimelineClip.tsx:18
FunctionToolbar
({ projectName, projectId: _projectId }: ToolbarProps)
apps/studio/src/components/Toolbar.tsx:24
Method_write
( chunk: Buffer | string, _encoding: BufferEncoding, callback: (error?: Error | null) => void, )
apps/api/src/jobs/registry.ts:48
FunctionaddMusic
(video, music, output, musicVolume = 0.25)
src/domain/tools/edit.js:53
MethodaddSubscriber
(queue: AsyncQueue)
apps/api/src/jobs/registry.ts:151
FunctionbrowseDirectory
(path: string)
apps/studio/src/lib/api.ts:51
Methodclose
()
src/core/redis/job-persistence.ts:49
FunctionconfigureLogging
(level: string)
src/core/logging/logger.ts:63
Functionconflict
(message)
src/core/errors/app-error.js:46
Functionconflict
(message: string)
src/core/errors/app-error.ts:63
Methodconstructor
( readonly id: string, readonly name: string, readonly footageDir: string, readonly footageInd
apps/api/src/routes/projects.ts:13
Methodconstructor
(private readonly job: Job)
apps/api/src/jobs/registry.ts:44
Methodconstructor
(params: { id?: string; status?: JobStatus; brief: CreativeBrief; footageIndexPath: string;
apps/api/src/jobs/registry.ts:88
Methodconstructor
(private readonly persistence: JobPersistence | null = null)
apps/api/src/jobs/registry.ts:291
Methodconstructor
(message, code)
src/core/errors/app-error.js:3
Methodconstructor
(message)
src/core/errors/app-error.js:10
Methodconstructor
(message)
src/core/errors/app-error.js:15
Methodconstructor
(message)
src/core/errors/app-error.js:20
Methodconstructor
(message)
src/core/errors/app-error.js:25
Methodconstructor
(message)
src/core/errors/app-error.js:30
Methodconstructor
(status, message, detail, code = "HTTP_ERROR")
src/core/errors/app-error.js:37
Methodconstructor
(message: string, code: string)
src/core/errors/app-error.ts:6
Methodconstructor
(message: string)
src/core/errors/app-error.ts:14
Methodconstructor
(message: string)
src/core/errors/app-error.ts:20
Methodconstructor
(message: string)
src/core/errors/app-error.ts:26
Methodconstructor
(message: string)
src/core/errors/app-error.ts:32
Methodconstructor
(message: string)
src/core/errors/app-error.ts:38
Methodconstructor
( status: number, message: string, detail?: string | ValidationIssue[] | unknown, code = "HTTP
src/core/errors/app-error.ts:47
Methodconstructor
()
src/core/redis/job-persistence.js:8
Methodconstructor
()
src/core/redis/job-persistence.ts:11
FunctioncreateJob
(body: CreateJobRequest)
apps/studio/src/lib/api.ts:82
FunctioncutClip
(source, start, end, output)
src/domain/tools/edit.js:14
Methoddebug
(message: string, meta?: Record<string, unknown>)
src/core/logging/logger.d.ts:3
Methoddebug
(message: string, meta?: Record<string, unknown>)
src/core/logging/logger.ts:11
FunctiondeleteKey
(key)
src/core/redis/client.js:69
FunctiondisconnectRedis
()
src/core/redis/client.ts:45
FunctiondisconnectRedis
()
src/core/redis/client.js:42
Methodenabled
()
src/core/redis/job-persistence.js:26
← previousnext →101–200 of 260, ranked by callers