- 稳定性
- 稳定
- 作用域
- 全局
- 边界
- packages/ai/3d-pipeline
3d-pipeline
packages/ai/3d-pipelineAI 运行时 · 工具注册表 · MCP 边界
就绪
能力图谱
ai/3d-pipeline3d-pipeline
工具策略
流式 UI
输出
执行账本
- 1输入packages/ai/3d-pipeline/request
- 2规划message reducer -> model turn
- 3工具策略tool schema · auth scope · rate limit
- 4流式 UIevents -> UI state machine
- 5输出@nebutra/agents response envelope
p50 延迟
110 毫秒
事件/秒
563/秒
提供方
3
评测分
81
使用方式3d-pipeline.ts
typescript3d-pipeline.ts
1import { 3dPipeline } from "@nebutra/3d-pipeline";
2
3const result = await 3dPipeline.run({
4 tenantId: org.id,
5 // 3d-pipeline is part of the AI runtime — composable with other AI primitives.
6 input: payload,
7});