Skip to content
All features
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.

Open docs
Stability
Stable
Scope
Global
Boundary
packages/ai/video-pipeline

video-pipeline

packages/ai/video-pipeline

AI runtime · tool registry · MCP boundary

Ready

Capability graph

ai/video-pipeline
video-pipeline
Tool policy
Stream UI
Output

Run ledger

  1. 1
    Input
    packages/ai/video-pipeline/request
  2. 2
    Plan
    message reducer -> model turn
  3. 3
    Tool policy
    tool schema · auth scope · rate limit
  4. 4
    Stream UI
    events -> UI state machine
  5. 5
    Output
    @nebutra/agents response envelope
p50 latency
176 ms
events/sec
375/s
providers
5
eval score
85
Usagevideo-pipeline.ts
typescript
video-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});