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.
- Stability
- Stable
- Scope
- Global
- Boundary
- packages/ai/cinema
cinema
packages/ai/cinemaAI runtime · tool registry · MCP boundary
Ready
Capability graph
ai/cinemacinema
Tool policy
Stream UI
Output
Run ledger
- 1Inputpackages/ai/cinema/request
- 2Planmessage reducer -> model turn
- 3Tool policytool schema · auth scope · rate limit
- 4Stream UIevents -> UI state machine
- 5Output@nebutra/agents response envelope
p50 latency
155 ms
events/sec
276/s
providers
6
eval score
82
Usagecinema.ts
typescriptcinema.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});