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