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