AI runtimepackages/ai/forge-runtime
forge-runtime package
forge-runtime — focused capability inside the AI runtime domain, boundary at packages/ai/forge-runtime.
- Stability
- Stable
- Scope
- Global
- Boundary
- packages/ai/forge-runtime
forge-runtime
packages/ai/forge-runtimeAI runtime · tool registry · MCP boundary
Ready
Capability graph
ai/forge-runtimeforge-runtime
Tool policy
Stream UI
Output
Run ledger
- 1Inputpackages/ai/forge-runtime/request
- 2Planmessage reducer -> model turn
- 3Tool policytool schema · auth scope · rate limit
- 4Stream UIevents -> UI state machine
- 5Output@nebutra/agents response envelope
p50 latency
74 ms
events/sec
295/s
providers
5
eval score
95
Usageforge-runtime.ts
typescriptforge-runtime.ts
1import { forgeRuntime } from "@nebutra/forge-runtime";
2
3const result = await forgeRuntime.run({
4 tenantId: org.id,
5 // forge-runtime is part of the AI runtime — composable with other AI primitives.
6 input: payload,
7});