Skip to content
All features
AI runtimepackages/ai/cinema

cinema package

Atelier cinema mode — distraction-free fullscreen with timed scene playback, perfect for demoing a play or rehearsing a pitch.

Open docs
Stability
Stable
Scope
Global
Boundary
packages/ai/cinema

cinema

packages/ai/cinema

AI runtime · tool registry · MCP boundary

Ready

Capability graph

ai/cinema
cinema
Tool policy
Stream UI
Output

Run ledger

  1. 1
    Input
    packages/ai/cinema/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
155 ms
events/sec
276/s
providers
6
eval score
82
Usagecinema.ts
typescript
cinema.ts
1import { cinema } from "@nebutra/cinema";
2
3const result = await cinema.run({
4  tenantId: org.id,
5  // cinema is part of the AI runtime — composable with other AI primitives.
6  input: payload,
7});