AI runtimepackages/ai/video-pipeline
video-pipeline package
Long-form video pipeline — split, caption, b-roll, render. Distributes the long stages to backends/python via queue.
- Stability
- Stable
- Scope
- Global
- Boundary
- packages/ai/video-pipeline
video-pipeline
packages/ai/video-pipelineAI runtime · tool registry · MCP boundary
Ready
Capability graph
ai/video-pipelinevideo-pipeline
Tool policy
Stream UI
Output
Run ledger
- 1Inputpackages/ai/video-pipeline/request
- 2Planmessage reducer -> model turn
- 3Tool policytool schema · auth scope · rate limit
- 4Stream UIevents -> UI state machine
- 5Output@nebutra/agents response envelope
p50 latency
176 ms
events/sec
375/s
providers
5
eval score
85
Usagevideo-pipeline.ts
typescriptvideo-pipeline.ts
1import { videoPipeline } from "@nebutra/video-pipeline";
2
3const result = await videoPipeline.run({
4 tenantId: org.id,
5 // video-pipeline is part of the AI runtime — composable with other AI primitives.
6 input: payload,
7});