Skip to content
全部能力
AI 运行时packages/ai/execution-policy

execution-policy 能力包

决定 agent 任务路由到何处的策略规则 — render → Vercel Sandbox / 长任务 → Lambda / 内部 → local-runner。

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

execution-policy

packages/ai/execution-policy

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

就绪

能力图谱

ai/execution-policy
execution-policy
工具策略
流式 UI
输出

执行账本

  1. 1
    输入
    packages/ai/execution-policy/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 延迟
153 毫秒
事件/秒
526/秒
提供方
4
评测分
88
使用方式execution-policy.ts
typescript
execution-policy.ts
1import { executionPolicy } from "@nebutra/execution-policy";
2
3const result = await executionPolicy.run({
4  tenantId: org.id,
5  // execution-policy is part of the AI runtime — composable with other AI primitives.
6  input: payload,
7});