Skip to content
All features
AI runtimepackages/ai/time-machine

time-machine package

Project history scrubber — snapshot every save, branch a play from any past frame, diff two snapshots side by side.

Open docs
Stability
Stable
Scope
Global
Boundary
packages/ai/time-machine

time-machine

packages/ai/time-machine

AI runtime · tool registry · MCP boundary

Ready

Capability graph

ai/time-machine
time-machine
Tool policy
Stream UI
Output

Run ledger

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