Skip to content
全部能力
AI 运行时packages/ai/time-machine

time-machine 能力包

项目历史回看器 — 每次保存打 snapshot、可从任一历史帧拉新 play、双 snapshot 对比 diff。

打开文档
稳定性
稳定
作用域
全局
边界
packages/ai/time-machine

time-machine

packages/ai/time-machine

AI 运行时 · 工具注册表 · MCP 边界

就绪

能力图谱

ai/time-machine
time-machine
工具策略
流式 UI
输出

执行账本

  1. 1
    输入
    packages/ai/time-machine/request
  2. 2
    规划
    message reducer -> model turn
  3. 3
    工具策略
    tool schema · auth scope · rate limit
  4. 4
    流式 UI
    events -> UI state machine
  5. 5
    输出
    @nebutra/agents response envelope
p50 延迟
93 毫秒
事件/秒
554/秒
提供方
4
评测分
86
使用方式time-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});